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-Collate/
Date: Thu, 22 Nov 2012 02:20:56
Message-Id: 1353547920.08a3f935a8ddd586aec94b6bc3880d82e983e670.kent@gentoo
1 commit: 08a3f935a8ddd586aec94b6bc3880d82e983e670
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 22 01:32:00 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Nov 22 01:32:00 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=08a3f935
7
8 [cpanclean] perl-core/Unicode-Collate-0.910.0
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 perl-core/Unicode-Collate/ChangeLog | 4 ++
15 .../Unicode-Collate/Unicode-Collate-0.910.0.ebuild | 44 --------------------
16 2 files changed, 4 insertions(+), 44 deletions(-)
17
18 diff --git a/perl-core/Unicode-Collate/ChangeLog b/perl-core/Unicode-Collate/ChangeLog
19 index ea9d70c..9d03d2a 100644
20 --- a/perl-core/Unicode-Collate/ChangeLog
21 +++ b/perl-core/Unicode-Collate/ChangeLog
22 @@ -2,6 +2,10 @@
23 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 22 Nov 2012; Kent Fredric <kentfredric@×××××.com>
27 + -Unicode-Collate-0.910.0.ebuild:
28 + Gone on CPAN
29 +
30 20 Nov 2012; Kent Fredric <kentfredric@×××××.com>
31 -Unicode-Collate-0.900.0.ebuild:
32 Gone on CPAN
33
34 diff --git a/perl-core/Unicode-Collate/Unicode-Collate-0.910.0.ebuild b/perl-core/Unicode-Collate/Unicode-Collate-0.910.0.ebuild
35 deleted file mode 100644
36 index 2828896..0000000
37 --- a/perl-core/Unicode-Collate/Unicode-Collate-0.910.0.ebuild
38 +++ /dev/null
39 @@ -1,44 +0,0 @@
40 -# Copyright 1999-2012 Gentoo Foundation
41 -# Distributed under the terms of the GNU General Public License v2
42 -# $Header: $
43 -EAPI=5
44 -MODULE_AUTHOR=SADAHIRO
45 -MODULE_VERSION=0.91
46 -inherit perl-module
47 -
48 -DESCRIPTION='Unicode Collation Algorithm'
49 -LICENSE=" || ( Artistic GPL-2 )"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE=""
53 -perl_meta_configure() {
54 - # ExtUtils::MakeMaker
55 - echo virtual/perl-ExtUtils-MakeMaker
56 -}
57 -perl_meta_build() {
58 - # ExtUtils::MakeMaker
59 - echo virtual/perl-ExtUtils-MakeMaker
60 -}
61 -perl_meta_runtime() {
62 - # Carp
63 - echo dev-lang/perl
64 - # DynaLoader
65 - echo dev-lang/perl
66 - # File::Spec
67 - echo virtual/perl-File-Spec
68 - # constant
69 - echo virtual/perl-constant
70 - # strict
71 - echo dev-lang/perl
72 - # warnings
73 - echo dev-lang/perl
74 -}
75 -DEPEND="
76 - $(perl_meta_configure)
77 - $(perl_meta_build)
78 - $(perl_meta_runtime)
79 -"
80 -RDEPEND="
81 - $(perl_meta_runtime)
82 -"
83 -SRC_TEST="do"