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/Getopt-Lucid/
Date: Mon, 27 Feb 2012 01:59:50
Message-Id: 1330305215.981119a2f346f4d4878f63c0fd6f7f456e51ed8b.kent@gentoo
1 commit: 981119a2f346f4d4878f63c0fd6f7f456e51ed8b
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 01:13:35 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 01:13:35 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=981119a2
7
8 [fixdep] Getopt-Lucid -> Exception-Class-TryCatch
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Getopt-Lucid/ChangeLog | 4 ++++
14 dev-perl/Getopt-Lucid/Getopt-Lucid-0.180.0.ebuild | 2 +-
15 2 files changed, 5 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Getopt-Lucid/ChangeLog b/dev-perl/Getopt-Lucid/ChangeLog
18 index a54de7c..0857ede 100644
19 --- a/dev-perl/Getopt-Lucid/ChangeLog
20 +++ b/dev-perl/Getopt-Lucid/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
26 + Getopt-Lucid-0.180.0.ebuild:
27 + Fixdep on Exception-Class-TryCatch
28 +
29 *Getopt-Lucid-0.190.0 (27 Feb 2012)
30 *Getopt-Lucid-0.180.0 (27 Feb 2012)
31
32
33 diff --git a/dev-perl/Getopt-Lucid/Getopt-Lucid-0.180.0.ebuild b/dev-perl/Getopt-Lucid/Getopt-Lucid-0.180.0.ebuild
34 index d0d6abd..46a982e 100644
35 --- a/dev-perl/Getopt-Lucid/Getopt-Lucid-0.180.0.ebuild
36 +++ b/dev-perl/Getopt-Lucid/Getopt-Lucid-0.180.0.ebuild
37 @@ -17,7 +17,7 @@ COMMON_DEPEND="
38 "
39 DEPEND="
40 ${COMMON_DEPEND}
41 - >=dev-perl/Exception-Class-TryCatch-1.100
42 + >=dev-perl/Exception-Class-TryCatch-1.100.0
43 test? (
44 >=virtual/perl-Test-Simple-0.62
45 )