From fd3e276ae4dbe8c903ecd88ff97a2400d5aff394 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Fri, 23 Nov 2018 00:07:21 +0100 Subject: app-shells/push: Fix EPREFIX https://github.com/vaeth/mv-overlay/issues/8 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-r1.ebuild | 25 ------------------------- app-shells/push/push-3.1-r2.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 app-shells/push/push-3.1-r1.ebuild create mode 100644 app-shells/push/push-3.1-r2.ebuild (limited to 'app-shells') diff --git a/app-shells/push/push-3.1-r1.ebuild b/app-shells/push/push-3.1-r1.ebuild deleted file mode 100644 index e8356c46..00000000 --- a/app-shells/push/push-3.1-r1.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= EPREFX="${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-r2.ebuild b/app-shells/push/push-3.1-r2.ebuild new file mode 100644 index 00000000..558c7bd7 --- /dev/null +++ b/app-shells/push/push-3.1-r2.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= EPREFX="${EPREFIX}" DATADIR=/lib/push install +} -- cgit v1.2.3-18-g5258