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, 29 Feb 2012 12:08:46
Message-Id: 1330516230.213a027ae1374b5b7791f02a60c6316de65bb5ca.kent@gentoo
1 commit: 213a027ae1374b5b7791f02a60c6316de65bb5ca
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 29 11:50:30 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 29 11:50:30 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=213a027a
7
8 [added] utf8-all 0.4.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/utf8-all/ChangeLog | 10 +++++
14 dev-perl/utf8-all/metadata.xml | 12 ++++++
15 dev-perl/utf8-all/utf8-all-0.4.0.ebuild | 61 +++++++++++++++++++++++++++++++
16 3 files changed, 83 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/utf8-all/ChangeLog b/dev-perl/utf8-all/ChangeLog
19 new file mode 100644
20 index 0000000..a54f09f
21 --- /dev/null
22 +++ b/dev-perl/utf8-all/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-perl/utf8-all
25 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*utf8-all-0.4.0 (29 Feb 2012)
29 +
30 + 29 Feb 2012; Kent Fredric <kentfredric@×××××.com> +utf8-all-0.4.0.ebuild,
31 + +metadata.xml:
32 + Added for perl5i
33 +
34
35 diff --git a/dev-perl/utf8-all/metadata.xml b/dev-perl/utf8-all/metadata.xml
36 new file mode 100644
37 index 0000000..5855da2
38 --- /dev/null
39 +++ b/dev-perl/utf8-all/metadata.xml
40 @@ -0,0 +1,12 @@
41 +<?xml version="1.0" encoding="UTF-8"?>
42 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 +<pkgmetadata>
44 + <herd>perl</herd>
45 + <maintainer>
46 + <email>kentfredric@×××××.com</email>
47 + <name>Kent Fredric</name>
48 + </maintainer>
49 + <upstream>
50 + <remote-id type="cpan">utf8-all</remote-id>
51 + </upstream>
52 +</pkgmetadata>
53
54 diff --git a/dev-perl/utf8-all/utf8-all-0.4.0.ebuild b/dev-perl/utf8-all/utf8-all-0.4.0.ebuild
55 new file mode 100644
56 index 0000000..9bf6923
57 --- /dev/null
58 +++ b/dev-perl/utf8-all/utf8-all-0.4.0.ebuild
59 @@ -0,0 +1,61 @@
60 +# Copyright 1999-2012 Gentoo Foundation
61 +# Distributed under the terms of the GNU General Public License v2
62 +# $Header: $
63 +EAPI=4
64 +MODULE_AUTHOR=DOHERTY
65 +MODULE_VERSION=0.004
66 +inherit perl-module
67 +
68 +DESCRIPTION='turn on Unicode - all of it'
69 +LICENSE=" || ( Artistic GPL-2 )"
70 +SLOT="0"
71 +KEYWORDS="~amd64 ~x86"
72 +IUSE="test"
73 +perl_meta_configure() {
74 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
75 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
76 + # Module::Build 0.3601 ( 0.360.100 )
77 + echo \>=virtual/perl-Module-Build-0.360.100
78 +}
79 +perl_meta_build() {
80 + # Module::Build 0.3601 ( 0.360.100 )
81 + echo \>=virtual/perl-Module-Build-0.360.100
82 +}
83 +perl_meta_runtime() {
84 + # Encode
85 + echo virtual/perl-Encode
86 + # charnames
87 + echo dev-lang/perl
88 + # open
89 + echo dev-lang/perl
90 + # parent
91 + echo virtual/perl-parent
92 + # perl 5.010 ( 5.10.0 )
93 + echo \>=dev-lang/perl-5.10.0
94 + # strict
95 + echo dev-lang/perl
96 + # utf8
97 + echo dev-lang/perl
98 + # warnings
99 + echo dev-lang/perl
100 +}
101 +perl_meta_test() {
102 + # File::Find
103 + echo dev-lang/perl
104 + # File::Temp
105 + echo virtual/perl-File-Temp
106 + # PerlIO
107 + echo dev-lang/perl
108 + # Test::More
109 + echo virtual/perl-Test-Simple
110 +}
111 +DEPEND="
112 + $(perl_meta_configure)
113 + $(perl_meta_build)
114 + $(perl_meta_runtime)
115 + test? ( $(perl_meta_test) )
116 +"
117 +RDEPEND="
118 + $(perl_meta_runtime)
119 +"
120 +SRC_TEST="do"