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