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/String-ToIdentifier-EN/
Date: Tue, 28 Feb 2012 12:04:33
Message-Id: 1330430250.857194dabc5d9cda241aa3bdf2b028b16ab842dd.kent@gentoo
1 commit: 857194dabc5d9cda241aa3bdf2b028b16ab842dd
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 28 11:57:30 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Feb 28 11:57:30 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=857194da
7
8 [newversion] /String-ToIdentifier-EN-0.70.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/String-ToIdentifier-EN/ChangeLog | 8 +++-
14 .../String-ToIdentifier-EN-0.70.0.ebuild | 44 ++++++++++++++++++++
15 2 files changed, 51 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/String-ToIdentifier-EN/ChangeLog b/dev-perl/String-ToIdentifier-EN/ChangeLog
18 index 762de75..d526ffd 100644
19 --- a/dev-perl/String-ToIdentifier-EN/ChangeLog
20 +++ b/dev-perl/String-ToIdentifier-EN/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/String-ToIdentifier-EN
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 +*String-ToIdentifier-EN-0.70.0 (28 Feb 2012)
28 +
29 + 28 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + +String-ToIdentifier-EN-0.70.0.ebuild:
31 + Version Bump
32 +
33 *String-ToIdentifier-EN-0.50.0 (14 Nov 2011)
34
35 14 Nov 2011; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild b/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild
38 new file mode 100644
39 index 0000000..377fec6
40 --- /dev/null
41 +++ b/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild
42 @@ -0,0 +1,44 @@
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=RKITOVER
48 +MODULE_VERSION=0.07
49 +inherit perl-module
50 +
51 +DESCRIPTION='Convert Strings to English Program Identifiers'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +perl_meta_configure() {
57 + # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
58 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
59 +}
60 +perl_meta_build() {
61 + # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
62 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
63 + # Test::More 0.92 ( 0.920.0 )
64 + echo \>=virtual/perl-Test-Simple-0.92
65 +}
66 +perl_meta_runtime() {
67 + # Exporter 5.57 ( 5.570.0 )
68 + echo \>=virtual/perl-Exporter-5.570.0
69 + # Lingua::EN::Inflect::Phrase 0.07 ( 0.70.0 )
70 + echo \>=dev-perl/Lingua-EN-Inflect-Phrase-0.70.0
71 + # Text::Unidecode 0.04 ( 0.40.0 )
72 + echo \>=dev-perl/Text-Unidecode-0.40.0
73 + # namespace::clean 0.20 ( 0.200.0 )
74 + echo \>=dev-perl/namespace-clean-0.200
75 + # perl v5.8.1 ( 5.8.1 )
76 + echo \>=dev-lang/perl-5.8.1
77 +}
78 +DEPEND="
79 + $(perl_meta_configure)
80 + $(perl_meta_build)
81 + $(perl_meta_runtime)
82 +"
83 +RDEPEND="
84 + $(perl_meta_runtime)
85 +"
86 +SRC_TEST="do"