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/Dist-Zilla-Plugin-Test-CPAN-Changes/
Date: Mon, 04 Jul 2011 10:41:55
Message-Id: 039e733bd91c8c041bcff32ce3215bc0a9137391.kent@gentoo
1 commit: 039e733bd91c8c041bcff32ce3215bc0a9137391
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Jun 29 03:02:16 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Jun 29 03:02:16 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=039e733b
7
8 [newversion] Dist-Zilla-Plugin-Test-CPAN-Changes-0.5.0
9
10 (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 .../Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog | 6 +++
14 ...ist-Zilla-Plugin-Test-CPAN-Changes-0.5.0.ebuild | 38 ++++++++++++++++++++
15 2 files changed, 44 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
18 index d9b3da6..3f812e6 100644
19 --- a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
20 +++ b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Dist-Zilla-Plugin-Test-CPAN-Changes-0.5.0 (29 Jun 2011)
26 +
27 + 29 Jun 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Dist-Zilla-Plugin-Test-CPAN-Changes-0.5.0.ebuild:
29 + Version Bump
30 +
31 *Dist-Zilla-Plugin-Test-CPAN-Changes-0.4.0 (23 Apr 2011)
32
33 23 Apr 2011; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.5.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.5.0.ebuild
36 new file mode 100644
37 index 0000000..afa0f04
38 --- /dev/null
39 +++ b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.5.0.ebuild
40 @@ -0,0 +1,38 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=DOHERTY
46 +MODULE_VERSION=0.005
47 +inherit perl-module
48 +
49 +DESCRIPTION="release tests for your changelog"
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="test"
54 +comment() { echo ''; }
55 +COMMON_DEPEND="
56 + >=dev-perl/Dist-Zilla-4.0.0
57 + $(comment ^^ Dist::Zilla::Plugin::InlineFiles)
58 + $(comment ^^ Dist::Zilla::Role::FileMunger)
59 + dev-perl/Moose
60 +"
61 +DEPEND="
62 + ${COMMON_DEPEND}
63 + $(comment BUILD REQUIRES)
64 + $(comment virtual/perl-File-Find)
65 + virtual/perl-File-Path
66 + virtual/perl-File-Temp
67 + dev-perl/Moose-Autobox
68 + dev-perl/CPAN-Changes $(comment Test::CPAN::Changes)
69 + >=dev-perl/Dist-Zilla-4.200.2 $(comment Test::DZil)
70 + >=virtual/perl-Test-Simple-0.94 $(comment Test::More 0.940.0)
71 + dev-perl/autodie
72 + $(comment CONFIGURE REQUIRES)
73 + >=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
74 +"
75 +RDEPEND="
76 + ${COMMON_DEPEND}
77 +"
78 +SRC_TEST="do"