sys-process/prll: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 22 Mar 2020 11:07:26 +0000 (14:07 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 22 Mar 2020 11:08:48 +0000 (14:08 +0300)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
sys-process/prll/Manifest
sys-process/prll/prll-0.6.2.ebuild [deleted file]

index 5d3332842565fe2206eea625e98ac031894281db..010a416c880f69a8f2cee70f27bbbe5b2dba5ef3 100644 (file)
@@ -1,2 +1 @@
-DIST prll-0.6.2.tar.bz2 37870 BLAKE2B 00adcb56e49dfe6a04235f628fee1aee5a0164ada30e3a2ac624f73f7e613c7bdd411012f01e8278bc95a1e8e96479d9177f48745759feb4681c0f75a6420419 SHA512 6157ab4d69ab21b0995d5e8e788605b9b602fa0268beae2d6b69e6bf32c734869f023d881ecdd0df83c1f45b584c88eef8beb88d2c58f657340697bf48dfd8cd
 DIST prll-0.6.4.tar.gz 49885 BLAKE2B 07a63ddc6260c302070f27488142118286a0312ef807a6eaebbac180dbfb479c78f66cfb96cddbb7a62c3d96a79a9c4962daf1fbd308ec475ae8d03a999fd276 SHA512 df830eae9be91e175444ba14c23efde3f10152b968ca6b1365e0ab57c68df1a00712a0e6d77cd02aae4ed7a23fc7c25f207ba08bc1559b8331c42dec1d38dbfa
diff --git a/sys-process/prll/prll-0.6.2.ebuild b/sys-process/prll/prll-0.6.2.ebuild
deleted file mode 100644 (file)
index cd4190e..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}