Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Parallel-Iterator/
Date: Tue, 30 Jan 2018 02:18:56
Message-Id: 1517278694.587563db37529a4f12b243d6a5415355dcf8bdbc.kentnl@gentoo
1 commit: 587563db37529a4f12b243d6a5415355dcf8bdbc
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 30 02:14:57 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 02:18:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587563db
7
8 dev-perl/Parallel-Iterator: Cleanup old re bug #615726
9
10 Closes: https://bugs.gentoo.org/615726
11 Package-Manager: Portage-2.3.18, Repoman-2.3.6
12
13 .../Parallel-Iterator-1.0.0.ebuild | 25 ----------------------
14 1 file changed, 25 deletions(-)
15
16 diff --git a/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0.ebuild b/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0.ebuild
17 deleted file mode 100644
18 index 2aeb5040b2b..00000000000
19 --- a/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0.ebuild
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DIST_AUTHOR=ANDYA
28 -DIST_VERSION=1.00
29 -inherit perl-module
30 -
31 -DESCRIPTION="Simple parallel execution"
32 -
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE="test"
36 -
37 -RDEPEND="
38 - virtual/perl-IO
39 - virtual/perl-Storable
40 -"
41 -DEPEND="${RDEPEND}
42 - dev-perl/Module-Build
43 - test? (
44 - virtual/perl-Test-Simple
45 - )
46 -"