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-if/
Date: Tue, 31 Jul 2012 17:11:20
Message-Id: 1343714530.27d8f959d2175954e62da80b50921c40cbf8e6bb.kent@gentoo
1 commit: 27d8f959d2175954e62da80b50921c40cbf8e6bb
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 31 06:02:10 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Jul 31 06:02:10 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=27d8f959
7
8 [fix] perl-if 0.60.100 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-if/ChangeLog | 8 +++++++-
14 ...60.100-r1.ebuild => perl-if-0.60.100-r2.ebuild} | 4 ++--
15 2 files changed, 9 insertions(+), 3 deletions(-)
16
17 diff --git a/virtual/perl-if/ChangeLog b/virtual/perl-if/ChangeLog
18 index 905984d..85cd90e 100644
19 --- a/virtual/perl-if/ChangeLog
20 +++ b/virtual/perl-if/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for virtual/perl-if
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-if-0.60.100-r2 (31 Jul 2012)
28 +
29 + 31 Jul 2012; Kent Fredric <kentfredric@×××××.com>
30 + -perl-if-0.60.100-r1.ebuild, +perl-if-0.60.100-r2.ebuild:
31 + Fix for 5.16
32 +
33 *perl-if-0.60.100-r1 (17 Jun 2011)
34
35 17 Jun 2011; Kent Fredric <kentfredric@×××××.com> -perl-if-0.60.100.ebuild,
36
37 diff --git a/virtual/perl-if/perl-if-0.60.100-r1.ebuild b/virtual/perl-if/perl-if-0.60.100-r2.ebuild
38 similarity index 73%
39 rename from virtual/perl-if/perl-if-0.60.100-r1.ebuild
40 rename to virtual/perl-if/perl-if-0.60.100-r2.ebuild
41 index a3d3cbe..3db9bed 100644
42 --- a/virtual/perl-if/perl-if-0.60.100-r1.ebuild
43 +++ b/virtual/perl-if/perl-if-0.60.100-r2.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: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
49
50 @@ -12,4 +12,4 @@ KEYWORDS="~x86 ~amd64"
51 IUSE=""
52
53 DEPEND=""
54 -RDEPEND="|| ( =dev-lang/perl-5.14* ~perl-core/if-${PV} )"
55 +RDEPEND="|| ( =dev-lang/perl-5.16* =dev-lang/perl-5.14* ~perl-core/if-${PV} )"