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-constant/
Date: Fri, 02 Mar 2012 00:21:27
Message-Id: 1330646664.fe9f21c2a0e89887d2d9681b1e72a598d762a756.kent@gentoo
1 commit: fe9f21c2a0e89887d2d9681b1e72a598d762a756
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 2 00:04:24 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Mar 2 00:04:24 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fe9f21c2
7
8 virtual/perl-constant-1.200.0 : extend perl version list to 5.12.4 as a provider
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 virtual/perl-constant/ChangeLog | 8 +++++++-
14 ...00.0.ebuild => perl-constant-1.200.0-r1.ebuild} | 4 +++-
15 2 files changed, 10 insertions(+), 2 deletions(-)
16
17 diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog
18 index c3db1b4..4da65f9 100644
19 --- a/virtual/perl-constant/ChangeLog
20 +++ b/virtual/perl-constant/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for virtual/perl-constant
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-constant-1.200.0-r1 (02 Mar 2012)
28 +
29 + 02 Mar 2012; Kent Fredric <kentfredric@×××××.com>
30 + -perl-constant-1.200.0.ebuild, +perl-constant-1.200.0-r1.ebuild:
31 + Change perl version deps to include 5.12.4
32 +
33 *perl-constant-1.210.0-r1 (17 Jun 2011)
34
35 17 Jun 2011; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/virtual/perl-constant/perl-constant-1.200.0.ebuild b/virtual/perl-constant/perl-constant-1.200.0-r1.ebuild
38 similarity index 77%
39 rename from virtual/perl-constant/perl-constant-1.200.0.ebuild
40 rename to virtual/perl-constant/perl-constant-1.200.0-r1.ebuild
41 index 352a246..5221e6f 100644
42 --- a/virtual/perl-constant/perl-constant-1.200.0.ebuild
43 +++ b/virtual/perl-constant/perl-constant-1.200.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 @@ -14,8 +14,10 @@ IUSE=""
51 DEPEND=""
52 RDEPEND="
53 || (
54 + ~dev-lang/perl-5.12.4
55 ~dev-lang/perl-5.12.3
56 ~dev-lang/perl-5.12.2
57 + ~dev-lang/perl-5.12.1
58 )
59 !perl-core/constant
60 "