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:21
Message-Id: 1330305422.870ccd65925f49cec15567218faf37af9ce87b58.kent@gentoo
1 commit: 870ccd65925f49cec15567218faf37af9ce87b58
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 01:17:02 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 01:17:02 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=870ccd65
7
8 [newversion] Getopt-Lucid-1.10.0
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 | 6 ++
14 dev-perl/Getopt-Lucid/Getopt-Lucid-1.10.0.ebuild | 56 ++++++++++++++++++++++
15 2 files changed, 62 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Getopt-Lucid/ChangeLog b/dev-perl/Getopt-Lucid/ChangeLog
18 index 0857ede..e326d72 100644
19 --- a/dev-perl/Getopt-Lucid/ChangeLog
20 +++ b/dev-perl/Getopt-Lucid/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Getopt-Lucid-1.10.0 (27 Feb 2012)
26 +
27 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
28 + +Getopt-Lucid-1.10.0.ebuild:
29 + Version Bump
30 +
31 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
32 Getopt-Lucid-0.180.0.ebuild:
33 Fixdep on Exception-Class-TryCatch
34
35 diff --git a/dev-perl/Getopt-Lucid/Getopt-Lucid-1.10.0.ebuild b/dev-perl/Getopt-Lucid/Getopt-Lucid-1.10.0.ebuild
36 new file mode 100644
37 index 0000000..f34f91e
38 --- /dev/null
39 +++ b/dev-perl/Getopt-Lucid/Getopt-Lucid-1.10.0.ebuild
40 @@ -0,0 +1,56 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=DAGOLDEN
46 +MODULE_VERSION=1.01
47 +inherit perl-module
48 +
49 +DESCRIPTION='Clear, readable syntax for command line processing'
50 +LICENSE=" Apache-2.0"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="test"
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
57 +}
58 +perl_meta_runtime() {
59 + # Carp
60 + # echo dev-perl/Carp
61 + # Exception::Class 1.23 ( 1.230.0 )
62 + echo \>=dev-perl/Exception-Class-1.230.0
63 + # Exporter
64 + echo virtual/perl-Exporter
65 + # Storable 2.16 ( 2.160.0 )
66 + echo \>=virtual/perl-Storable-2.16
67 + # perl 5.006 ( 5.6.0 )
68 + echo \>=dev-lang/perl-5.6.0
69 + # strict
70 + echo dev-lang/perl
71 + # warnings
72 + echo dev-lang/perl
73 +}
74 +perl_meta_test() {
75 + # Data::Dumper
76 + echo virtual/perl-Data-Dumper
77 + # Exception::Class::TryCatch 1.10 ( 1.100.0 )
78 + echo \>=dev-perl/Exception-Class-TryCatch-1.100.0
79 + # File::Find
80 + echo dev-lang/perl
81 + # File::Temp
82 + echo virtual/perl-File-Temp
83 + # Test::More 0.62 ( 0.620.0 )
84 + echo \>=virtual/perl-Test-Simple-0.62
85 + # vars
86 + echo dev-lang/perl
87 +}
88 +DEPEND="
89 + $(perl_meta_configure)
90 + $(perl_meta_runtime)
91 + test? ( $(perl_meta_test) )
92 +"
93 +RDEPEND="
94 + $(perl_meta_runtime)
95 +"
96 +SRC_TEST="do"