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-Pod-Perldoc/
Date: Sun, 24 Feb 2013 06:00:31
Message-Id: 1361679931.77f71628196795d64eae80a2537b1d563ae99207.kent@gentoo
1 commit: 77f71628196795d64eae80a2537b1d563ae99207
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 24 04:25:31 2013 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Feb 24 04:25:31 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=77f71628
7
8 [fixdep] perl-Pod-PerlDoc 3.170.0 -> r2 without perl-core/ dep
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 virtual/perl-Pod-Perldoc/ChangeLog | 6 ++++++
15 ...1.ebuild => perl-Pod-Perldoc-3.170.0-r2.ebuild} | 4 ++--
16 2 files changed, 8 insertions(+), 2 deletions(-)
17
18 diff --git a/virtual/perl-Pod-Perldoc/ChangeLog b/virtual/perl-Pod-Perldoc/ChangeLog
19 index 130ccc5..7e3f2da 100644
20 --- a/virtual/perl-Pod-Perldoc/ChangeLog
21 +++ b/virtual/perl-Pod-Perldoc/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*perl-Pod-Perldoc-3.170.0-r2 (24 Feb 2013)
27 +
28 + 24 Feb 2013; Kent Fredric <kentfredric@×××××.com>
29 + -perl-Pod-Perldoc-3.170.0-r1.ebuild, +perl-Pod-Perldoc-3.170.0-r2.ebuild:
30 + Fix for missing perl-core/ version
31 +
32 *perl-Pod-Perldoc-3.190.0 (24 Feb 2013)
33
34 24 Feb 2013; Kent Fredric <kentfredric@×××××.com>
35
36 diff --git a/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.170.0-r1.ebuild b/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.170.0-r2.ebuild
37 similarity index 65%
38 rename from virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.170.0-r1.ebuild
39 rename to virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.170.0-r2.ebuild
40 index a6c1dec..fb7f7e2 100644
41 --- a/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.170.0-r1.ebuild
42 +++ b/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.170.0-r2.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2012 Gentoo Foundation
45 +# Copyright 1999-2013 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Header: $
48
49 @@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86"
50 IUSE=""
51
52 DEPEND=""
53 -RDEPEND="|| ( =dev-lang/perl-5.16* ~perl-core/Pod-Perldoc-${PV} )"
54 +RDEPEND="=dev-lang/perl-5.16*"