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 Apr 2012 20:44:57
Message-Id: 1333720144.a9dcc65cbbc56b3a9e39d2be5695ec24ae5e433a.kent@gentoo
1 commit: a9dcc65cbbc56b3a9e39d2be5695ec24ae5e433a
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 6 13:49:04 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 6 13:49:04 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a9dcc65c
7
8 [cpanclean] Getopt-Euclid-0.2.1
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Getopt-Euclid/ChangeLog | 4 +++
14 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild | 25 ---------------------
15 2 files changed, 4 insertions(+), 25 deletions(-)
16
17 diff --git a/dev-perl/Getopt-Euclid/ChangeLog b/dev-perl/Getopt-Euclid/ChangeLog
18 index c006f0f..19db987 100644
19 --- a/dev-perl/Getopt-Euclid/ChangeLog
20 +++ b/dev-perl/Getopt-Euclid/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 06 Apr 2012; Kent Fredric <kentfredric@×××××.com>
26 + -Getopt-Euclid-0.2.1.ebuild:
27 + Gone on CPAN
28 +
29 *Getopt-Euclid-0.3.5 (27 Feb 2012)
30
31 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
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 deleted file mode 100644
35 index 4bd87b7..0000000
36 --- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
37 +++ /dev/null
38 @@ -1,25 +0,0 @@
39 -# Copyright 1999-2011 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Header: $
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 -
49 -LICENSE="|| ( Artistic GPL-2 )"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE=""
53 -comment() { echo ''; }
54 -RDEPEND="
55 - virtual/perl-Test-Simple
56 - virtual/perl-version
57 - virtual/perl-File-Spec $(comment File::Spec::Functions)
58 - virtual/perl-Scalar-List-Utils $(comment List::Util)
59 -"
60 -DEPEND="${RDEPEND}
61 - virtual/perl-Module-Build
62 -"
63 -SRC_TEST="do"