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, 04 Jul 2011 10:41:50
Message-Id: bdcd4ee836af3339089d6a9739f9bd5e8690e4ce.kent@gentoo
1 commit: bdcd4ee836af3339089d6a9739f9bd5e8690e4ce
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Jun 29 05:28:14 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Jun 29 05:28:14 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bdcd4ee8
7
8 [newversion] Getopt-Euclid-0.2.4
9
10 (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Getopt-Euclid/ChangeLog | 6 +++++
14 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild | 25 +++++++++++++++++++++
15 2 files changed, 31 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
18 index aff0fb3..4c3cc0b 100644
19 --- a/dev-perl/Getopt-Euclid/ChangeLog
20 +++ b/dev-perl/Getopt-Euclid/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Getopt-Euclid-0.2.4 (29 Jun 2011)
26 +
27 + 29 Jun 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Getopt-Euclid-0.2.4.ebuild:
29 + Version Bump
30 +
31 06 Jun 2011; Kent Fredric <kentfredric@×××××.com> Getopt-Euclid-0.2.1.ebuild,
32 Getopt-Euclid-0.2.3.ebuild:
33 Minor: get rid of excess ; and ", it annoys naive parsers
34
35 diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild
36 new file mode 100644
37 index 0000000..425835d
38 --- /dev/null
39 +++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild
40 @@ -0,0 +1,25 @@
41 +# Copyright 1999-2011 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.2.4
47 +inherit perl-module
48 +
49 +DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
50 +
51 +LICENSE="|| ( Artistic GPL-2 )"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +comment() { echo ''; }
56 +RDEPEND="
57 + virtual/perl-Test-Simple
58 + virtual/perl-version
59 + virtual/perl-File-Spec $(comment File::Spec::Functions)
60 + virtual/perl-Scalar-List-Utils $(comment List::Util)
61 +"
62 +DEPEND="${RDEPEND}
63 + virtual/perl-Module-Build
64 +"
65 +SRC_TEST="do"