From b23106df174bae9a43505ae11d84ebb0245328aa Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Mon, 1 Apr 2019 23:19:54 +0200 Subject: app-shells/push: EPREFX->EPREFIX https://github.com/vaeth/mv-overlay/issues/10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- app-shells/push/push-3.1-r2.ebuild | 25 ------------------------- app-shells/push/push-3.1-r3.ebuild | 25 +++++++++++++++++++++++++ metadata/pkg_desc_index | 2 +- 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 app-shells/push/push-3.1-r2.ebuild create mode 100644 app-shells/push/push-3.1-r3.ebuild diff --git a/app-shells/push/push-3.1-r2.ebuild b/app-shells/push/push-3.1-r2.ebuild deleted file mode 100644 index 558c7bd7..00000000 --- a/app-shells/push/push-3.1-r2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2012-2018 Martin V\"ath -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args" -HOMEPAGE="https://github.com/vaeth/push/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -IUSE="" - -# Install into / to let sys-block/zram-init work with split /usr - -src_compile() { - emake PREFIX= EPREFIX="${EPREFIX}" DATADIR=/lib/push -} - -src_install() { - dodoc README.md - emake DESTDIR="${ED}" PREFIX= EPREFX="${EPREFIX}" DATADIR=/lib/push install -} diff --git a/app-shells/push/push-3.1-r3.ebuild b/app-shells/push/push-3.1-r3.ebuild new file mode 100644 index 00000000..5be4e7b4 --- /dev/null +++ b/app-shells/push/push-3.1-r3.ebuild @@ -0,0 +1,25 @@ +# Copyright 2012-2018 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args" +HOMEPAGE="https://github.com/vaeth/push/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +IUSE="" + +# Install into / to let sys-block/zram-init work with split /usr + +src_compile() { + emake PREFIX= EPREFIX="${EPREFIX}" DATADIR=/lib/push +} + +src_install() { + dodoc README.md + emake DESTDIR="${ED}" PREFIX= EPREFIX="${EPREFIX}" DATADIR=/lib/push install +} diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 4fab4362..0a3c3a2b 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -36,7 +36,7 @@ app-shells/auto-fu-zsh 0.0.1.12-r4 0.0.1.12_p0 99999999: zsh automatic complete- app-shells/dash 99999999: Descendant of the NetBSD ash. POSIX compliant except for multibyte characters app-shells/fast-syntax-highlighting 1.28 99999999: Optimized and extended zsh-syntax-highlighting app-shells/oh-my-zsh 99999999: A ready-to-use zsh configuration with plugins -app-shells/push 3.1-r2: A POSIX shell function to treat a variable like an array, quoting args +app-shells/push 3.1-r3: A POSIX shell function to treat a variable like an array, quoting args app-shells/quoter 4.1-r1: Quote arguments or standard input for usage in POSIX shell by eval app-shells/runtitle 2.10: Scripts to run commands and set the hard status line (windows title) app-shells/schily-tools 2019.03.11: Many tools from Joerg Schilling, including a POSIX compliant Bourne Shell -- cgit v1.2.3-65-gdbad