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-CPANPLUS/
Date: Tue, 31 Jul 2012 17:11:43
Message-Id: 1343712860.cfc5cd541f101cd439470402d2c00afb25211603.kent@gentoo
1 commit: cfc5cd541f101cd439470402d2c00afb25211603
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 31 05:34:20 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Jul 31 05:34:20 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cfc5cd54
7
8 [fix] add virtual for perl-CPANPLUS ( 0.912.100 ) for perl-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-CPANPLUS/ChangeLog | 6 ++++++
14 .../perl-CPANPLUS/perl-CPANPLUS-0.912.100.ebuild | 14 ++++++++++++++
15 2 files changed, 20 insertions(+), 0 deletions(-)
16
17 diff --git a/virtual/perl-CPANPLUS/ChangeLog b/virtual/perl-CPANPLUS/ChangeLog
18 index 3165a8a..1811e59 100644
19 --- a/virtual/perl-CPANPLUS/ChangeLog
20 +++ b/virtual/perl-CPANPLUS/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*perl-CPANPLUS-0.912.100 (31 Jul 2012)
26 +
27 + 31 Jul 2012; Kent Fredric <kentfredric@×××××.com>
28 + +perl-CPANPLUS-0.912.100.ebuild:
29 + Add virtual for 5.16
30 +
31 *perl-CPANPLUS-0.913.0 (27 May 2012)
32
33 27 May 2012; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/virtual/perl-CPANPLUS/perl-CPANPLUS-0.912.100.ebuild b/virtual/perl-CPANPLUS/perl-CPANPLUS-0.912.100.ebuild
36 new file mode 100644
37 index 0000000..2971bca
38 --- /dev/null
39 +++ b/virtual/perl-CPANPLUS/perl-CPANPLUS-0.912.100.ebuild
40 @@ -0,0 +1,14 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +
45 +DESCRIPTION="Virtual for CPANPLUS"
46 +HOMEPAGE=""
47 +SRC_URI=""
48 +
49 +LICENSE=""
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE=""
53 +
54 +RDEPEND="|| ( =dev-lang/perl-5.16* ~perl-core/CPANPLUS-${PV} )"