Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Normalize/
Date: Fri, 06 Apr 2012 20:45:38
Message-Id: 1333731983.a8633792f453d53143d132494a6004c759541738.kent@gentoo
1 commit: a8633792f453d53143d132494a6004c759541738
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 6 17:06:23 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 6 17:06:23 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a8633792
7
8 [newversion] Unicode-Normalize-1.140.0
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 perl-core/Unicode-Normalize/ChangeLog | 8 +++-
14 .../Unicode-Normalize-1.140.0.ebuild | 50 ++++++++++++++++++++
15 2 files changed, 57 insertions(+), 1 deletions(-)
16
17 diff --git a/perl-core/Unicode-Normalize/ChangeLog b/perl-core/Unicode-Normalize/ChangeLog
18 index 3f61e43..c8dfef3 100644
19 --- a/perl-core/Unicode-Normalize/ChangeLog
20 +++ b/perl-core/Unicode-Normalize/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for perl-core/Unicode-Normalize
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 +*Unicode-Normalize-1.140.0 (06 Apr 2012)
28 +
29 + 06 Apr 2012; Kent Fredric <kentfredric@×××××.com>
30 + +Unicode-Normalize-1.140.0.ebuild:
31 + Version Bump
32 +
33 27 Aug 2011; Kent Fredric <kentfredric@×××××.com>
34 -Unicode-Normalize-1.120.0.ebuild:
35 Gone on CPAN
36
37 diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.140.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.140.0.ebuild
38 new file mode 100644
39 index 0000000..72c829b
40 --- /dev/null
41 +++ b/perl-core/Unicode-Normalize/Unicode-Normalize-1.140.0.ebuild
42 @@ -0,0 +1,50 @@
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=SADAHIRO
48 +MODULE_VERSION=1.14
49 +inherit perl-module
50 +
51 +DESCRIPTION='Unicode Normalization Forms'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +perl_meta_configure() {
57 + # ExtUtils::MakeMaker
58 + echo virtual/perl-ExtUtils-MakeMaker
59 +}
60 +perl_meta_build() {
61 + # ExtUtils::MakeMaker
62 + echo virtual/perl-ExtUtils-MakeMaker
63 +}
64 +perl_meta_runtime() {
65 + # Carp
66 + # echo virtual/perl-Carp
67 + # DynaLoader
68 + echo dev-lang/perl
69 + # Exporter
70 + echo virtual/perl-Exporter
71 + # File::Copy
72 + echo dev-lang/perl
73 + # File::Spec
74 + echo virtual/perl-File-Spec
75 + # bytes
76 + echo dev-lang/perl
77 + # constant
78 + # echo virtual/perl-constant
79 + # strict
80 + echo dev-lang/perl
81 + # warnings
82 + echo dev-lang/perl
83 +}
84 +DEPEND="
85 + $(perl_meta_configure)
86 + $(perl_meta_build)
87 + $(perl_meta_runtime)
88 +"
89 +RDEPEND="
90 + $(perl_meta_runtime)
91 +"
92 +SRC_TEST="do"