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: Tue, 31 Jul 2012 17:11:06
Message-Id: 1343714646.e8c5923705da5aa8fb94d55b791f000d81763869.kent@gentoo
1 commit: e8c5923705da5aa8fb94d55b791f000d81763869
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 31 06:04:06 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Jul 31 06:04:06 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e8c59237
7
8 [fix] perl-constant 1.230.0 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-constant/ChangeLog | 6 ++++++
14 virtual/perl-constant/perl-constant-1.230.0.ebuild | 15 +++++++++++++++
15 2 files changed, 21 insertions(+), 0 deletions(-)
16
17 diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog
18 index 4da65f9..5a31571 100644
19 --- a/virtual/perl-constant/ChangeLog
20 +++ b/virtual/perl-constant/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*perl-constant-1.230.0 (31 Jul 2012)
26 +
27 + 31 Jul 2012; Kent Fredric <kentfredric@×××××.com>
28 + +perl-constant-1.230.0.ebuild:
29 + Fix for 5.16
30 +
31 *perl-constant-1.200.0-r1 (02 Mar 2012)
32
33 02 Mar 2012; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/virtual/perl-constant/perl-constant-1.230.0.ebuild b/virtual/perl-constant/perl-constant-1.230.0.ebuild
36 new file mode 100644
37 index 0000000..30f369f
38 --- /dev/null
39 +++ b/virtual/perl-constant/perl-constant-1.230.0.ebuild
40 @@ -0,0 +1,15 @@
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 perl-core/constant"
46 +HOMEPAGE=""
47 +SRC_URI=""
48 +
49 +LICENSE=""
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE=""
53 +
54 +DEPEND=""
55 +RDEPEND="|| ( =dev-lang/perl-5.16* ~perl-core/constant-${PV} )"