Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPANPLUS/
Date: Wed, 01 Oct 2014 09:45:03
Message-Id: 1412097932.5fd2921bb788b248094bca4f8fe69aadfe491be2.kent@gentoo
1 commit: 5fd2921bb788b248094bca4f8fe69aadfe491be2
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 30 17:25:32 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 30 17:25:32 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5fd2921b
7
8 [fixup] dev-perl/CPANPLUS fix dep on Archive-Extract
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 .../{CPANPLUS-0.913.600.ebuild => CPANPLUS-0.913.600-r1.ebuild} | 2 +-
14 dev-perl/CPANPLUS/ChangeLog | 6 ++++++
15 2 files changed, 7 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-perl/CPANPLUS/CPANPLUS-0.913.600.ebuild b/dev-perl/CPANPLUS/CPANPLUS-0.913.600-r1.ebuild
18 similarity index 98%
19 rename from dev-perl/CPANPLUS/CPANPLUS-0.913.600.ebuild
20 rename to dev-perl/CPANPLUS/CPANPLUS-0.913.600-r1.ebuild
21 index 9f8639b..ec6287a 100644
22 --- a/dev-perl/CPANPLUS/CPANPLUS-0.913.600.ebuild
23 +++ b/dev-perl/CPANPLUS/CPANPLUS-0.913.600-r1.ebuild
24 @@ -82,7 +82,7 @@ perl_feature_selfupgrade() {
25 # Test::Simple 0.47
26 echo \>=virtual/perl-Test-Simple-0.47
27 # Archive::Extract 0.16
28 - echo \>=virtual/perl-Archive-Extract-0.160.0
29 + echo \>=dev-perl/Archive-Extract-0.160.0
30 # Archive::Tar 1.23
31 echo \>=virtual/perl-Archive-Tar-1.23
32 # IO::Zlib 1.04
33
34 diff --git a/dev-perl/CPANPLUS/ChangeLog b/dev-perl/CPANPLUS/ChangeLog
35 index 94daa0e..aa2b89b 100644
36 --- a/dev-perl/CPANPLUS/ChangeLog
37 +++ b/dev-perl/CPANPLUS/ChangeLog
38 @@ -2,6 +2,12 @@
39 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
40 # $Header: $
41
42 +*CPANPLUS-0.913.600-r1 (30 Sep 2014)
43 +
44 + 30 Sep 2014; Kent Fredric <kentfredric@×××××.com> -CPANPLUS-0.913.600.ebuild,
45 + +CPANPLUS-0.913.600-r1.ebuild:
46 + fix dep on Archive-Extract
47 +
48 30 Sep 2014; Kent Fredric <kentfredric@×××××.com> +CPANPLUS-0.913.600.ebuild,
49 +metadata.xml:
50 Move perl-core/CPANPLUS to dev-perl/