Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-Section/
Date: Wed, 08 Feb 2012 13:55:38
Message-Id: 730335faf5dbc49c3733b51048724ce59a8c6a4d.kent@gentoo
1 commit: 730335faf5dbc49c3733b51048724ce59a8c6a4d
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 8 13:51:25 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 8 13:51:25 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=730335fa
7
8 [cpanclean] Data-Section-0.100.270
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Data-Section/ChangeLog | 6 +++-
14 .../Data-Section/Data-Section-0.100.270.ebuild | 27 --------------------
15 2 files changed, 5 insertions(+), 28 deletions(-)
16
17 diff --git a/dev-perl/Data-Section/ChangeLog b/dev-perl/Data-Section/ChangeLog
18 index 1742134..eb30d36 100644
19 --- a/dev-perl/Data-Section/ChangeLog
20 +++ b/dev-perl/Data-Section/ChangeLog
21 @@ -1,7 +1,11 @@
22 # ChangeLog for dev-perl/Data-Section
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 + 08 Feb 2012; Kent Fredric <kentfredric@×××××.com>
28 + -Data-Section-0.100.270.ebuild:
29 + Gone on CPAN
30 +
31 *Data-Section-0.101.621 (05 May 2011)
32
33 05 May 2011; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Data-Section/Data-Section-0.100.270.ebuild b/dev-perl/Data-Section/Data-Section-0.100.270.ebuild
36 deleted file mode 100644
37 index ecbf809..0000000
38 --- a/dev-perl/Data-Section/Data-Section-0.100.270.ebuild
39 +++ /dev/null
40 @@ -1,27 +0,0 @@
41 -# Copyright 1999-2011 Gentoo Foundation
42 -# Distributed under the terms of the GNU General Public License v2
43 -# $Header: $
44 -
45 -EAPI=2
46 -
47 -MODULE_AUTHOR=RJBS
48 -MODULE_VERSION="0.100270"
49 -inherit perl-module
50 -
51 -DESCRIPTION="read multiple hunks of data out of your DATA section"
52 -
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~x86"
55 -IUSE=""
56 -
57 -COMMON_DEPEND="
58 - dev-perl/MRO-Compat
59 - >=dev-perl/Sub-Exporter-0.979
60 -"
61 -DEPEND="
62 - ${COMMON_DEPEND}
63 -"
64 -RDEPEND="
65 - ${COMMON_DEPEND}
66 -"
67 -SRC_TEST="do"