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, 31 Jul 2011 04:55:37
Message-Id: 05ad1ae78ad1b5a9f65f4fbfa4ba83691ce785a3.kent@gentoo
1 commit: 05ad1ae78ad1b5a9f65f4fbfa4ba83691ce785a3
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 31 04:53:26 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Jul 31 04:53:26 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=05ad1ae7
7
8 [cpanclean] core/Unicode-Collate-0.760.0
9
10 (Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 perl-core/Unicode-Collate/ChangeLog | 4 ++
14 .../Unicode-Collate/Unicode-Collate-0.760.0.ebuild | 32 --------------------
15 2 files changed, 4 insertions(+), 32 deletions(-)
16
17 diff --git a/perl-core/Unicode-Collate/ChangeLog b/perl-core/Unicode-Collate/ChangeLog
18 index 551142f..338ff87 100644
19 --- a/perl-core/Unicode-Collate/ChangeLog
20 +++ b/perl-core/Unicode-Collate/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 31 Jul 2011; Kent Fredric <kentfredric@×××××.com>
26 + -Unicode-Collate-0.760.0.ebuild:
27 + Gone on CPAN
28 +
29 *Unicode-Collate-0.770.0 (16 Jul 2011)
30
31 16 Jul 2011; Kent Fredric <kentfredric@×××××.com>
32
33 diff --git a/perl-core/Unicode-Collate/Unicode-Collate-0.760.0.ebuild b/perl-core/Unicode-Collate/Unicode-Collate-0.760.0.ebuild
34 deleted file mode 100644
35 index de88221..0000000
36 --- a/perl-core/Unicode-Collate/Unicode-Collate-0.760.0.ebuild
37 +++ /dev/null
38 @@ -1,32 +0,0 @@
39 -# Copyright 1999-2011 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.76
45 -SRC_URI="mirror://cpan/authors/id/S/SA/SADAHIRO/Unicode-Collate-${MODULE_VERSION}-withoutworldwriteables.tar.gz"
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 -
54 -comment() { echo ''; }
55 -
56 -COMMON_DEPEND="
57 - $(comment Carp)
58 - $(comment constant)
59 - $(comment DynaLoader)
60 - virtual/perl-File-Spec
61 - $(comment Test)
62 - $(comment warnings)
63 -"
64 -DEPEND="
65 - ${COMMON_DEPEND}
66 -"
67 -RDEPEND="
68 - ${COMMON_DEPEND}
69 -"
70 -SRC_TEST="do"