diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-02-16 20:10:50 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-02-16 20:10:50 +0000 |
commit | b1a887594e085b8a2b37c01f0ff7c9afc9b38818 (patch) | |
tree | 2cd7645f9aec7c205e1f18320d6eb47d3369e7eb /app-shells | |
parent | Drop old (diff) | |
download | historical-b1a887594e085b8a2b37c01f0ff7c9afc9b38818.tar.gz historical-b1a887594e085b8a2b37c01f0ff7c9afc9b38818.tar.bz2 historical-b1a887594e085b8a2b37c01f0ff7c9afc9b38818.zip |
Drop old
Package-Manager: portage-2.2.0_alpha86/cvs/Linux x86_64
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/prll/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/prll/prll-0.5.ebuild | 29 | ||||
-rw-r--r-- | app-shells/prll/prll-0.6.1.ebuild | 33 | ||||
-rw-r--r-- | app-shells/prll/prll-0.6.ebuild | 33 |
4 files changed, 5 insertions, 96 deletions
diff --git a/app-shells/prll/ChangeLog b/app-shells/prll/ChangeLog index 598ae01d91ff..11d2e1ac8b8b 100644 --- a/app-shells/prll/ChangeLog +++ b/app-shells/prll/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/prll # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/prll/ChangeLog,v 1.15 2012/02/16 20:06:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/prll/ChangeLog,v 1.16 2012/02/16 20:10:50 jlec Exp $ + + 16 Feb 2012; Justin Lecher <jlec@gentoo.org> -prll-0.5.ebuild, + -prll-0.6.ebuild, -prll-0.6.1.ebuild: + Drop old 16 Feb 2012; Justin Lecher <jlec@gentoo.org> Manifest: Drop old diff --git a/app-shells/prll/prll-0.5.ebuild b/app-shells/prll/prll-0.5.ebuild deleted file mode 100644 index bfb8596407eb..000000000000 --- a/app-shells/prll/prll-0.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/prll/prll-0.5.ebuild,v 1.3 2011/01/11 22:21:26 maekke Exp $ - -EAPI="2" - -inherit eutils prefix toolchain-funcs - -DESCRIPTION="A utility for parallelizing execution in bash or zsh" -HOMEPAGE="http://prll.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -src_prepare() { - epatch "${FILESDIR}"/${PV}-prefix.patch - tc-export CC - eprefixify ${PN}.sh -} - -src_install() { - dobin ${PN}_{qer,bfr} || die - insinto /etc/profile.d/ - doins ${PN}.sh || die - dodoc ChangeLog AUTHORS README NEWS || die -} diff --git a/app-shells/prll/prll-0.6.1.ebuild b/app-shells/prll/prll-0.6.1.ebuild deleted file mode 100644 index ea8c8949cd85..000000000000 --- a/app-shells/prll/prll-0.6.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/prll/prll-0.6.1.ebuild,v 1.1 2011/10/19 15:36:59 jlec Exp $ - -EAPI=4 - -inherit eutils prefix toolchain-funcs - -DESCRIPTION="A utility for parallelizing execution of shell functions" -HOMEPAGE="http://prll.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -src_prepare() { - sed \ - -e '/then sh/d' \ - -e '/then zsh/d' \ - -e '/then dash/d' \ - -i tests/Makefile || die - tc-export CC -} - -src_install() { - dobin ${PN}_{qer,bfr} - insinto /etc/profile.d/ - doins ${PN}.sh - dodoc AUTHORS README NEWS - doman ${PN}.1 -} diff --git a/app-shells/prll/prll-0.6.ebuild b/app-shells/prll/prll-0.6.ebuild deleted file mode 100644 index c95e1a795d2d..000000000000 --- a/app-shells/prll/prll-0.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/prll/prll-0.6.ebuild,v 1.3 2011/08/14 14:30:24 jlec Exp $ - -EAPI=4 - -inherit eutils prefix toolchain-funcs - -DESCRIPTION="A utility for parallelizing execution of shell functions" -HOMEPAGE="http://prll.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -src_prepare() { - sed \ - -e '/then sh/d' \ - -e '/then zsh/d' \ - -e '/then dash/d' \ - -i tests/Makefile || die - tc-export CC -} - -src_install() { - dobin ${PN}_{qer,bfr} - insinto /etc/profile.d/ - doins ${PN}.sh - dodoc AUTHORS README NEWS - doman ${PN}.1 -} |