diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-01-30 15:14:57 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-01-30 15:18:14 +1300 |
commit | 587563db37529a4f12b243d6a5415355dcf8bdbc (patch) | |
tree | 1d25192cc9946783f5b4f3680d42dd8ebc3b1e78 /dev-perl | |
parent | dev-perl/Panotools-Script: Cleanup old re bug #623084 (diff) | |
download | gentoo-587563db37529a4f12b243d6a5415355dcf8bdbc.tar.gz gentoo-587563db37529a4f12b243d6a5415355dcf8bdbc.tar.bz2 gentoo-587563db37529a4f12b243d6a5415355dcf8bdbc.zip |
dev-perl/Parallel-Iterator: Cleanup old re bug #615726
Closes: https://bugs.gentoo.org/615726
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0.ebuild b/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0.ebuild deleted file mode 100644 index 2aeb5040b2b2..000000000000 --- a/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=ANDYA -DIST_VERSION=1.00 -inherit perl-module - -DESCRIPTION="Simple parallel execution" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - virtual/perl-IO - virtual/perl-Storable -" -DEPEND="${RDEPEND} - dev-perl/Module-Build - test? ( - virtual/perl-Test-Simple - ) -" |