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: Fri, 06 May 2011 11:05:23
Message-Id: b5c592eaf29cd57ea32ec76b32bd1f6e2a2161f6.kent@gentoo
1 commit: b5c592eaf29cd57ea32ec76b32bd1f6e2a2161f6
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri May 6 11:03:00 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri May 6 11:03:00 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b5c592ea
7
8 [newversion] Getopt-Euclid-0.2.3
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Getopt-Euclid/ChangeLog | 6 +++++
14 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.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 c28ed3b..a50d247 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.3 (06 May 2011)
26 +
27 + 06 May 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Getopt-Euclid-0.2.3.ebuild:
29 + Bump
30 +
31 06 May 2011; Kent Fredric <kentfredric@×××××.com> Getopt-Euclid-0.2.1.ebuild,
32 +metadata.xml:
33 Modernize
34
35 diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild
36 new file mode 100644
37 index 0000000..3a181fb
38 --- /dev/null
39 +++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.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=KGALINSKY
46 +MODULE_VERSION="v0.2.3";
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"