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: Mon, 27 Feb 2012 21:05:18
Message-Id: 1330367480.2d65733f4adc0e9740adc7a387ee33fbae1f51fd.kent@gentoo
1 commit: 2d65733f4adc0e9740adc7a387ee33fbae1f51fd
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 18:31:20 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 18:31:20 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2d65733f
7
8 [newversion] Locale-Codes-3.200.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Locale-Codes/ChangeLog | 8 ++++-
14 dev-perl/Locale-Codes/Locale-Codes-3.200.0.ebuild | 38 +++++++++++++++++++++
15 2 files changed, 45 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Locale-Codes/ChangeLog b/dev-perl/Locale-Codes/ChangeLog
18 index 3d7ade9..811b246 100644
19 --- a/dev-perl/Locale-Codes/ChangeLog
20 +++ b/dev-perl/Locale-Codes/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Locale-Codes
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Locale-Codes-3.200.0 (27 Feb 2012)
28 +
29 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + +Locale-Codes-3.200.0.ebuild:
31 + Version Bump
32 +
33 *Locale-Codes-3.180.0 (01 Sep 2011)
34
35 01 Sep 2011; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/dev-perl/Locale-Codes/Locale-Codes-3.200.0.ebuild b/dev-perl/Locale-Codes/Locale-Codes-3.200.0.ebuild
38 new file mode 100644
39 index 0000000..3ffbc35
40 --- /dev/null
41 +++ b/dev-perl/Locale-Codes/Locale-Codes-3.200.0.ebuild
42 @@ -0,0 +1,38 @@
43 +# Copyright 1999-2012 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Header: $
46 +EAPI=4
47 +MODULE_AUTHOR=SBECK
48 +MODULE_VERSION=3.20
49 +inherit perl-module
50 +
51 +DESCRIPTION='a distribution of modules to handle locale codes'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +perl_meta_configure() {
57 + # Module::Build 0.36 ( 0.360.0 )
58 + echo \>=virtual/perl-Module-Build-0.36
59 +}
60 +perl_meta_build() {
61 + # Test::More
62 + echo virtual/perl-Test-Simple
63 +}
64 +perl_meta_runtime() {
65 + # Carp
66 + # echo virtual/perl-Carp
67 + # Exporter
68 + echo virtual/perl-Exporter
69 + # perl 5.002 ( 5.2.0 )
70 + echo \>=dev-lang/perl-5.2.0
71 +}
72 +DEPEND="
73 + $(perl_meta_configure)
74 + $(perl_meta_build)
75 + $(perl_meta_runtime)
76 +"
77 +RDEPEND="
78 + $(perl_meta_runtime)
79 +"
80 +SRC_TEST="do"