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-Euclid/
Date: Wed, 01 Aug 2012 01:45:03
Message-Id: 1343785087.59c6faa0d693b2e09ca7a191bea949a668acf54c.kent@gentoo
1 commit: 59c6faa0d693b2e09ca7a191bea949a668acf54c
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 1 01:38:07 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 1 01:38:07 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=59c6faa0
7
8 [newversion] Getopt-Euclid-0.3.6
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
11
12 ---
13 dev-perl/Getopt-Euclid/ChangeLog | 6 ++
14 dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6.ebuild | 52 +++++++++++++++++++++
15 2 files changed, 58 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
18 index 19db987..bee8797 100644
19 --- a/dev-perl/Getopt-Euclid/ChangeLog
20 +++ b/dev-perl/Getopt-Euclid/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Getopt-Euclid-0.3.6 (31 Jul 2012)
26 +
27 + 31 Jul 2012; Kent Fredric <kentfredric@×××××.com>
28 + +Getopt-Euclid-0.3.6.ebuild:
29 + Version Bump
30 +
31 06 Apr 2012; Kent Fredric <kentfredric@×××××.com>
32 -Getopt-Euclid-0.2.1.ebuild:
33 Gone on CPAN
34
35 diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6.ebuild
36 new file mode 100644
37 index 0000000..e1bb60b
38 --- /dev/null
39 +++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6.ebuild
40 @@ -0,0 +1,52 @@
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=FANGLY
46 +MODULE_VERSION=0.3.6
47 +inherit perl-module
48 +
49 +DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
56 + echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
57 +}
58 +perl_meta_build() {
59 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
60 + echo " || ( virtual/perl-Module-Build >=virtual/perl-ExtUtils-MakeMaker-6.36 )"
61 + # Pod::Checker
62 + echo virtual/perl-PodParser
63 + # Test::More
64 + echo virtual/perl-Test-Simple
65 +}
66 +perl_meta_runtime() {
67 + # File::Basename
68 + echo dev-lang/perl
69 + # File::Spec::Functions
70 + echo virtual/perl-File-Spec
71 + # List::Util
72 + echo virtual/perl-Scalar-List-Utils
73 + # Pod::PlainText
74 + echo virtual/perl-PodParser
75 + # Pod::Select
76 + echo virtual/perl-PodParser
77 + # Text::Balanced
78 + echo virtual/perl-Text-Balanced
79 + # perl 5.005 ( 5.5.0 )
80 + echo \>=dev-lang/perl-5.5.0
81 + # version
82 + echo virtual/perl-version
83 +}
84 +DEPEND="
85 + $(perl_meta_configure)
86 + $(perl_meta_build)
87 + $(perl_meta_runtime)
88 +"
89 +RDEPEND="
90 + $(perl_meta_runtime)
91 +"
92 +SRC_TEST="do"