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/CPAN-Changes/
Date: Mon, 04 Apr 2011 13:04:15
Message-Id: 849e58c29aeb5e8951efb53fcee711396722990b.kent@gentoo
1 commit: 849e58c29aeb5e8951efb53fcee711396722990b
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 4 13:03:42 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Apr 4 13:03:42 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=849e58c2
7
8 [newversion] CPAN-Changes-0.130.0
9
10 (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/CPAN-Changes/CPAN-Changes-0.130.0.ebuild | 29 +++++++++++++++++++++
14 dev-perl/CPAN-Changes/ChangeLog | 6 ++++
15 2 files changed, 35 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.130.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.130.0.ebuild
18 new file mode 100644
19 index 0000000..ff07066
20 --- /dev/null
21 +++ b/dev-perl/CPAN-Changes/CPAN-Changes-0.130.0.ebuild
22 @@ -0,0 +1,29 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +EAPI=4
27 +MODULE_AUTHOR=BRICAS
28 +MODULE_VERSION=0.13
29 +inherit perl-module
30 +
31 +DESCRIPTION="Read and write Changes files"
32 +LICENSE="|| ( Artistic GPL-2 )"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE="test"
36 +comment() { echo ''; }
37 +COMMON_DEPEND="
38 + virtual/perl-Text-Tabs+Wrap $(comment Text::Wrap)
39 + virtual/perl-version
40 +"
41 +DEPEND="
42 + ${COMMON_DEPEND}
43 + >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
44 + test? (
45 + virtual/perl-Test-Simple $(comment Test::More)
46 + )
47 +"
48 +RDEPEND="
49 + ${COMMON_DEPEND}
50 +"
51 +SRC_TEST="do"
52
53 diff --git a/dev-perl/CPAN-Changes/ChangeLog b/dev-perl/CPAN-Changes/ChangeLog
54 index c4ebfa8..89709b7 100644
55 --- a/dev-perl/CPAN-Changes/ChangeLog
56 +++ b/dev-perl/CPAN-Changes/ChangeLog
57 @@ -2,6 +2,12 @@
58 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
59 # $Header: $
60
61 +*CPAN-Changes-0.130.0 (04 Apr 2011)
62 +
63 + 04 Apr 2011; Kent Fredric <kentfredric@×××××.com>
64 + +CPAN-Changes-0.130.0.ebuild:
65 + Bump
66 +
67 *CPAN-Changes-0.110.0 (02 Apr 2011)
68
69 02 Apr 2011; Kent Fredric <kentfredric@×××××.com>