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/utf8-all/
Date: Mon, 29 Oct 2012 10:04:47
Message-Id: 1351504773.768cba924d07667b4f23fcecee2b747df5f0c140.kent@gentoo
1 commit: 768cba924d07667b4f23fcecee2b747df5f0c140
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 29 09:59:33 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 29 09:59:33 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=768cba92
7
8 [newversion] utf8-all-0.9.0
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 dev-perl/utf8-all/ChangeLog | 5 ++
15 dev-perl/utf8-all/utf8-all-0.9.0.ebuild | 75 +++++++++++++++++++++++++++++++
16 2 files changed, 80 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/utf8-all/ChangeLog b/dev-perl/utf8-all/ChangeLog
19 index 5c24170..1e7118c 100644
20 --- a/dev-perl/utf8-all/ChangeLog
21 +++ b/dev-perl/utf8-all/ChangeLog
22 @@ -2,6 +2,11 @@
23 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*utf8-all-0.9.0 (29 Oct 2012)
27 +
28 + 29 Oct 2012; Kent Fredric <kentfredric@×××××.com> +utf8-all-0.9.0.ebuild:
29 + Version Bump
30 +
31 *utf8-all-0.8.0 (28 Oct 2012)
32
33 28 Oct 2012; Kent Fredric <kentfredric@×××××.com> +utf8-all-0.8.0.ebuild:
34
35 diff --git a/dev-perl/utf8-all/utf8-all-0.9.0.ebuild b/dev-perl/utf8-all/utf8-all-0.9.0.ebuild
36 new file mode 100644
37 index 0000000..dd2c3a5
38 --- /dev/null
39 +++ b/dev-perl/utf8-all/utf8-all-0.9.0.ebuild
40 @@ -0,0 +1,75 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=5
45 +MODULE_AUTHOR=DOHERTY
46 +MODULE_VERSION=0.009
47 +inherit perl-module
48 +
49 +DESCRIPTION='turn on Unicode - all of it'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="test"
54 +perl_meta_configure() {
55 + # Dist::CheckConflicts 0.02 ( 0.20.0 )
56 + echo \>=dev-perl/Dist-CheckConflicts-0.20.0
57 + # Module::Build 0.3601 ( 0.360.100 )
58 + echo \>=virtual/perl-Module-Build-0.36.01
59 +}
60 +perl_meta_build() {
61 + # Module::Build 0.3601 ( 0.360.100 )
62 + echo \>=virtual/perl-Module-Build-0.36.01
63 +}
64 +perl_meta_runtime() {
65 + # Dist::CheckConflicts 0.02 ( 0.20.0 )
66 + echo \>=dev-perl/Dist-CheckConflicts-0.20.0
67 + # Encode
68 + echo virtual/perl-Encode
69 + # Import::Into
70 + echo dev-perl/Import-Into
71 + # charnames
72 + echo dev-lang/perl
73 + # feature
74 + echo dev-lang/perl
75 + # open
76 + echo dev-lang/perl
77 + # parent
78 + echo virtual/perl-parent
79 + # perl 5.010 ( 5.10.0 )
80 + echo \>=dev-lang/perl-5.10.0
81 + # strict
82 + echo dev-lang/perl
83 + # utf8
84 + echo dev-lang/perl
85 + # warnings
86 + echo dev-lang/perl
87 +}
88 +perl_meta_test() {
89 + # File::Find
90 + echo dev-lang/perl
91 + # File::Temp
92 + echo virtual/perl-File-Temp
93 + # PerlIO
94 + echo dev-lang/perl
95 + # Test::Fatal
96 + echo dev-perl/Test-Fatal
97 + # Test::More 0.96 ( 0.960.0 )
98 + echo \>=virtual/perl-Test-Simple-0.96
99 + # Test::Warn
100 + echo dev-perl/Test-Warn
101 + # autodie
102 + echo dev-perl/autodie
103 + # version 0.77 ( 0.770.0 )
104 + echo \>=virtual/perl-version-0.770.0
105 +}
106 +DEPEND="
107 + $(perl_meta_configure)
108 + $(perl_meta_build)
109 + $(perl_meta_runtime)
110 + test? ( $(perl_meta_test) )
111 +"
112 +RDEPEND="
113 + $(perl_meta_runtime)
114 +"
115 +SRC_TEST="do"