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: Sun, 08 Apr 2012 10:52:13
Message-Id: 1333866462.be2edcfac2a69d1644429eb06162e43028df1d3f.kent@gentoo
1 commit: be2edcfac2a69d1644429eb06162e43028df1d3f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 8 06:27:42 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 8 06:27:42 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=be2edcfa
7
8 [cpanclean] Unicode-Normalize-1.130.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 | 4 ++
14 .../Unicode-Normalize-1.130.0.ebuild | 36 --------------------
15 2 files changed, 4 insertions(+), 36 deletions(-)
16
17 diff --git a/perl-core/Unicode-Normalize/ChangeLog b/perl-core/Unicode-Normalize/ChangeLog
18 index c8dfef3..3f774a4 100644
19 --- a/perl-core/Unicode-Normalize/ChangeLog
20 +++ b/perl-core/Unicode-Normalize/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-Normalize-1.130.0.ebuild:
27 + Gone on CPAN
28 +
29 *Unicode-Normalize-1.140.0 (06 Apr 2012)
30
31 06 Apr 2012; Kent Fredric <kentfredric@×××××.com>
32
33 diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.130.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.130.0.ebuild
34 deleted file mode 100644
35 index e911286..0000000
36 --- a/perl-core/Unicode-Normalize/Unicode-Normalize-1.130.0.ebuild
37 +++ /dev/null
38 @@ -1,36 +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=1.13
45 -#SRC_URI="mirror://cpan/authors/id/S/SA/SADAHIRO/Unicode-Normalize-${MODULE_VERSION}-withoutworldwriteables.tar.gz"
46 -inherit perl-module
47 -
48 -DESCRIPTION="Unicode Normalization Forms"
49 -LICENSE="|| ( Artistic GPL-2 )"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE=""
53 -
54 -comment() { echo ''; }
55 -
56 -COMMON_DEPEND="
57 - $(comment bytes)
58 - $(comment Carp)
59 - $(comment constant)
60 - $(comment DynaLoader)
61 - $(comment Exporter)
62 - $(comment File::Copy)
63 - virtual/perl-File-Spec
64 - $(comment strict)
65 - $(comment Test)
66 - $(comment warnings)
67 -"
68 -DEPEND="
69 - ${COMMON_DEPEND}
70 -"
71 -RDEPEND="
72 - ${COMMON_DEPEND}
73 -"
74 -SRC_TEST="do"