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: 3366a31d5a4f5780916d643a24d90a9ea19907fc.kent@gentoo
1 commit: 3366a31d5a4f5780916d643a24d90a9ea19907fc
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri May 6 11:00:13 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri May 6 11:00:13 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3366a31d
7
8 [fix] Getopt-Euclid-0.2.1 , modernize/cleanup
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 | 8 ++++++
14 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild | 25 ++++++++++++--------
15 dev-perl/Getopt-Euclid/metadata.xml | 9 +++++++
16 3 files changed, 32 insertions(+), 10 deletions(-)
17
18 diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
19 new file mode 100644
20 index 0000000..c28ed3b
21 --- /dev/null
22 +++ b/dev-perl/Getopt-Euclid/ChangeLog
23 @@ -0,0 +1,8 @@
24 +# ChangeLog for dev-perl/Getopt-Euclid
25 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 + 06 May 2011; Kent Fredric <kentfredric@×××××.com> Getopt-Euclid-0.2.1.ebuild,
29 + +metadata.xml:
30 + Modernize
31 +
32
33 diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
34 index a0f5739..61f375a 100644
35 --- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
36 +++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
37 @@ -1,20 +1,25 @@
38 # Copyright 1999-2011 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Header: $
41 -
42 +EAPI=4
43 +MODULE_AUTHOR=KGALINSKY
44 +MODULE_VERSION="0.2.1";
45 inherit perl-module
46
47 DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
48 -HOMEPAGE="http://search.cpan.org/~kgalinsky/Getopt-Euclid"
49 -SRC_URI="mirror://cpan/authors/id/K/KG/KGALINSKY/${P}.tar.gz"
50
51 -LICENSE="Unknown"
52 +LICENSE="|| ( Artistic GPL-2 )"
53 SLOT="0"
54 -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
55 +KEYWORDS="~amd64 ~x86"
56 IUSE=""
57 -
58 -SRC_TEST="do"
59 -
60 -RDEPEND="dev-lang/perl"
61 +comment() { echo ''; }
62 +RDEPEND="
63 + virtual/perl-Test-Simple
64 + virtual/perl-version
65 + virtual/perl-File-Spec $(comment File::Spec::Functions)
66 + virtual/perl-Scalar-List-Utils $(comment List::Util)
67 +"
68 DEPEND="${RDEPEND}
69 - virtual/perl-Module-Build"
70 + virtual/perl-Module-Build
71 +"
72 +SRC_TEST="do"
73
74 diff --git a/dev-perl/Getopt-Euclid/metadata.xml b/dev-perl/Getopt-Euclid/metadata.xml
75 new file mode 100644
76 index 0000000..504a3e6
77 --- /dev/null
78 +++ b/dev-perl/Getopt-Euclid/metadata.xml
79 @@ -0,0 +1,9 @@
80 +<?xml version="1.0" encoding="UTF-8"?>
81 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
82 +<pkgmetadata>
83 + <herd>perl</herd>
84 + <maintainer>
85 + <email>kentfredric@×××××.com</email>
86 + <name>Kent Fredric</name>
87 + </maintainer>
88 +</pkgmetadata>
89 \ No newline at end of file