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