Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-WikiDoc/
Date: Mon, 27 Feb 2012 01:59:55
Message-Id: 1330305084.2a9b2c574c1339a2208c00132cc01e82d2cc34a8.kent@gentoo
1 commit: 2a9b2c574c1339a2208c00132cc01e82d2cc34a8
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 00:57:04 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 01:11:24 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2a9b2c57
7
8 [fixdep] Pod-WikiDoc -> Getopt-Lucid
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Pod-WikiDoc/ChangeLog | 5 ++++-
14 dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild | 4 ++--
15 2 files changed, 6 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/Pod-WikiDoc/ChangeLog b/dev-perl/Pod-WikiDoc/ChangeLog
18 index 480eb76..a0019b4 100644
19 --- a/dev-perl/Pod-WikiDoc/ChangeLog
20 +++ b/dev-perl/Pod-WikiDoc/ChangeLog
21 @@ -1,7 +1,10 @@
22 # ChangeLog for dev-perl/Pod-WikiDoc
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 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com> Pod-WikiDoc-0.180.0.ebuild:
28 + Fixdep Getopt::Lucid
29 +
30 22 Apr 2011; Kent Fredric <kentfredric@×××××.com> Pod-WikiDoc-0.180.0.ebuild:
31 Depend on Module::Build
32
33
34 diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
35 index 838f043..c732552 100644
36 --- a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
37 +++ b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2011 Gentoo Foundation
40 +# Copyright 1999-2012 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: $
43 EAPI=2
44 @@ -12,7 +12,7 @@ SLOT="0"
45 KEYWORDS="~amd64 ~x86"
46 IUSE=""
47 COMMON_DEPEND="
48 - >=dev-perl/Getopt-Lucid-0.14
49 + >=dev-perl/Getopt-Lucid-0.140.0
50 >=dev-perl/IO-String-1.06
51 >=dev-perl/Parse-RecDescent-1.94
52 >=virtual/perl-Scalar-List-Utils-1.02