From 69cb1209cf8e82f2a398f52b1c7ba640e2529a3b Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Mon, 7 Sep 2020 11:05:22 +0200 Subject: app-portage/eix, app-shells/push: Version bumps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- app-shells/push/Manifest | 2 +- app-shells/push/push-3.3.ebuild | 29 ----------------------------- app-shells/push/push-3.4.ebuild | 29 +++++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 app-shells/push/push-3.3.ebuild create mode 100644 app-shells/push/push-3.4.ebuild (limited to 'app-shells') diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest index 45844217..a3320649 100644 --- a/app-shells/push/Manifest +++ b/app-shells/push/Manifest @@ -1 +1 @@ -DIST push-3.3.tar.gz 2794 SHA512 e0b26af53eb89ba706c681d8fbdc77f7be8d18e02446aa9a1096faa2ead714fcea4687f4dd28c422a598465721b69b075485ef29289effc9c9dd58ed0d915c9a +DIST push-3.4.tar.gz 2839 SHA512 aa118f42210b40d790c0b274045ff45c2067cf894731228f5065eb44a723fd813549204797c365329f409e36f564ec22f6d956341b1f2b62964b918e76991344 diff --git a/app-shells/push/push-3.3.ebuild b/app-shells/push/push-3.3.ebuild deleted file mode 100644 index a16370d1..00000000 --- a/app-shells/push/push-3.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2012-2020 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="split-usr" - -# Install into / to let sys-block/zram-init work with split /usr - -src_compile() { - emake PREFIX= EPREFIX="${EPREFIX}" BINDIR=$(get_usr)/bin DATADIR=$(get_usr)/lib/push -} - -src_install() { - dodoc README.md - emake DESTDIR="${ED}" PREFIX= EPREFIX="${EPREFIX}" BINDIR=$(get_usr)/bin DATADIR=$(get_usr)/lib/push install -} - -get_usr() { - use split-usr || echo /usr -} diff --git a/app-shells/push/push-3.4.ebuild b/app-shells/push/push-3.4.ebuild new file mode 100644 index 00000000..a16370d1 --- /dev/null +++ b/app-shells/push/push-3.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 2012-2020 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="split-usr" + +# Install into / to let sys-block/zram-init work with split /usr + +src_compile() { + emake PREFIX= EPREFIX="${EPREFIX}" BINDIR=$(get_usr)/bin DATADIR=$(get_usr)/lib/push +} + +src_install() { + dodoc README.md + emake DESTDIR="${ED}" PREFIX= EPREFIX="${EPREFIX}" BINDIR=$(get_usr)/bin DATADIR=$(get_usr)/lib/push install +} + +get_usr() { + use split-usr || echo /usr +} -- cgit v1.2.3-65-gdbad