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