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/Locale-Codes/
Date: Sun, 29 Jul 2012 06:25:26
Message-Id: 1343538438.a14e3467b715ef4cb3194390deb1d2d6adf64556.kent@gentoo
1 commit: a14e3467b715ef4cb3194390deb1d2d6adf64556
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 29 05:07:18 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Jul 29 05:07:18 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a14e3467
7
8 [cpanclean] Locale-Codes-3.210.0
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
11
12 ---
13 dev-perl/Locale-Codes/ChangeLog | 4 ++
14 dev-perl/Locale-Codes/Locale-Codes-3.210.0.ebuild | 38 ---------------------
15 2 files changed, 4 insertions(+), 38 deletions(-)
16
17 diff --git a/dev-perl/Locale-Codes/ChangeLog b/dev-perl/Locale-Codes/ChangeLog
18 index db69edb..00b43f2 100644
19 --- a/dev-perl/Locale-Codes/ChangeLog
20 +++ b/dev-perl/Locale-Codes/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 29 Jul 2012; Kent Fredric <kentfredric@×××××.com>
26 + -Locale-Codes-3.210.0.ebuild:
27 + Gone on CPAN
28 +
29 *Locale-Codes-3.220.0 (09 Jun 2012)
30
31 09 Jun 2012; Kent Fredric <kentfredric@×××××.com>
32
33 diff --git a/dev-perl/Locale-Codes/Locale-Codes-3.210.0.ebuild b/dev-perl/Locale-Codes/Locale-Codes-3.210.0.ebuild
34 deleted file mode 100644
35 index cf54a5f..0000000
36 --- a/dev-perl/Locale-Codes/Locale-Codes-3.210.0.ebuild
37 +++ /dev/null
38 @@ -1,38 +0,0 @@
39 -# Copyright 1999-2012 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Header: $
42 -EAPI=4
43 -MODULE_AUTHOR=SBECK
44 -MODULE_VERSION=3.21
45 -inherit perl-module
46 -
47 -DESCRIPTION='a distribution of modules to handle locale codes'
48 -LICENSE=" || ( Artistic GPL-2 )"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -perl_meta_configure() {
53 - # Module::Build 0.38 ( 0.380.0 )
54 - echo \>=virtual/perl-Module-Build-0.380.0
55 -}
56 -perl_meta_build() {
57 - # Test::More
58 - echo virtual/perl-Test-Simple
59 -}
60 -perl_meta_runtime() {
61 - # Carp
62 - # echo virtual/perl-Carp
63 - # Exporter
64 - echo virtual/perl-Exporter
65 - # perl 5.002 ( 5.2.0 )
66 - echo \>=dev-lang/perl-5.2.0
67 -}
68 -DEPEND="
69 - $(perl_meta_configure)
70 - $(perl_meta_build)
71 - $(perl_meta_runtime)
72 -"
73 -RDEPEND="
74 - $(perl_meta_runtime)
75 -"
76 -SRC_TEST="do"