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 02:00:05
Message-Id: 1330305040.5c179b4c21447eb2689e149cb846e2e69a0a1fe0.kent@gentoo
1 commit: 5c179b4c21447eb2689e149cb846e2e69a0a1fe0
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 01:10:40 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 01:10:40 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5c179b4c
7
8 [migrate] 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/Getopt-Lucid/ChangeLog | 10 +++++++++-
14 ...cid-0.18.ebuild => Getopt-Lucid-0.180.0.ebuild} | 3 ++-
15 ...id-0.190.ebuild => Getopt-Lucid-0.190.0.ebuild} | 4 ++--
16 3 files changed, 13 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-perl/Getopt-Lucid/ChangeLog b/dev-perl/Getopt-Lucid/ChangeLog
19 index 0a7326b..a54de7c 100644
20 --- a/dev-perl/Getopt-Lucid/ChangeLog
21 +++ b/dev-perl/Getopt-Lucid/ChangeLog
22 @@ -1,7 +1,15 @@
23 # ChangeLog for dev-perl/Getopt-Lucid
24 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 +*Getopt-Lucid-0.190.0 (27 Feb 2012)
29 +*Getopt-Lucid-0.180.0 (27 Feb 2012)
30 +
31 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com> -Getopt-Lucid-0.18.ebuild,
32 + +Getopt-Lucid-0.180.0.ebuild, -Getopt-Lucid-0.190.ebuild,
33 + +Getopt-Lucid-0.190.0.ebuild:
34 + Finish Migration to x.y.z
35 +
36 11 Feb 2011; Kent Fredric <kentfredric@×××××.com> Getopt-Lucid-0.18.ebuild,
37 Getopt-Lucid-0.190.ebuild:
38 Fix dep on Exception-Class-TryCatch
39
40 diff --git a/dev-perl/Getopt-Lucid/Getopt-Lucid-0.18.ebuild b/dev-perl/Getopt-Lucid/Getopt-Lucid-0.180.0.ebuild
41 similarity index 89%
42 rename from dev-perl/Getopt-Lucid/Getopt-Lucid-0.18.ebuild
43 rename to dev-perl/Getopt-Lucid/Getopt-Lucid-0.180.0.ebuild
44 index 4420c4f..d0d6abd 100644
45 --- a/dev-perl/Getopt-Lucid/Getopt-Lucid-0.18.ebuild
46 +++ b/dev-perl/Getopt-Lucid/Getopt-Lucid-0.180.0.ebuild
47 @@ -1,8 +1,9 @@
48 -# Copyright 1999-2011 Gentoo Foundation
49 +# Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: $
52 EAPI=2
53 MODULE_AUTHOR=DAGOLDEN
54 +MODULE_VERSION="0.18"
55 inherit perl-module
56
57 DESCRIPTION="Clear, readable syntax for command line processing"
58
59 diff --git a/dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.ebuild b/dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.0.ebuild
60 similarity index 85%
61 rename from dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.ebuild
62 rename to dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.0.ebuild
63 index 1ceebc0..50411c7 100644
64 --- a/dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.ebuild
65 +++ b/dev-perl/Getopt-Lucid/Getopt-Lucid-0.190.0.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2011 Gentoo Foundation
68 +# Copyright 1999-2012 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 # $Header: $
71
72 @@ -21,7 +21,7 @@ COMMON_DEPEND="
73 DEPEND="
74 ${COMMON_DEPEND}
75 test? (
76 - >=dev-perl/Exception-Class-TryCatch-1.100
77 + >=dev-perl/Exception-Class-TryCatch-1.100.0
78 >=virtual/perl-Test-Simple-0.62
79 )
80 >=virtual/perl-ExtUtils-MakeMaker-6.56