Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-CPAN/
Date: Tue, 31 Jul 2012 17:11:37
Message-Id: 1343712700.00889431ee4fc7c3e30a8458dd96794db66cd927.kent@gentoo
1 commit: 00889431ee4fc7c3e30a8458dd96794db66cd927
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 31 05:31:40 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Jul 31 05:31:40 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=00889431
7
8 [fix] perl-CPAN for 5.16
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
11
12 ---
13 virtual/perl-CPAN/ChangeLog | 8 +++++++-
14 ...-1.980.0.ebuild => perl-CPAN-1.980.0-r1.ebuild} | 4 ++--
15 2 files changed, 9 insertions(+), 3 deletions(-)
16
17 diff --git a/virtual/perl-CPAN/ChangeLog b/virtual/perl-CPAN/ChangeLog
18 index 236f13a..f758b26 100644
19 --- a/virtual/perl-CPAN/ChangeLog
20 +++ b/virtual/perl-CPAN/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for virtual/perl-CPAN
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*perl-CPAN-1.980.0-r1 (31 Jul 2012)
28 +
29 + 31 Jul 2012; Kent Fredric <kentfredric@×××××.com> -perl-CPAN-1.980.0.ebuild,
30 + +perl-CPAN-1.980.0-r1.ebuild:
31 + Update for perl-5.16
32 +
33 *perl-CPAN-1.980.0 (28 Aug 2011)
34
35 28 Aug 2011; Kent Fredric <kentfredric@×××××.com> +perl-CPAN-1.980.0.ebuild:
36
37 diff --git a/virtual/perl-CPAN/perl-CPAN-1.980.0.ebuild b/virtual/perl-CPAN/perl-CPAN-1.980.0-r1.ebuild
38 similarity index 66%
39 rename from virtual/perl-CPAN/perl-CPAN-1.980.0.ebuild
40 rename to virtual/perl-CPAN/perl-CPAN-1.980.0-r1.ebuild
41 index 9b21917..623f68e 100644
42 --- a/virtual/perl-CPAN/perl-CPAN-1.980.0.ebuild
43 +++ b/virtual/perl-CPAN/perl-CPAN-1.980.0-r1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2011 Gentoo Foundation
46 +# Copyright 1999-2012 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49
50 @@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86"
51 IUSE=""
52
53 DEPEND=""
54 -RDEPEND="~perl-core/CPAN-${PV}"
55 +RDEPEND="|| ( =dev-lang/perl-5.16* ~perl-core/CPAN-${PV} )"