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-PluginBundle-RJBS/
Date: Thu, 05 May 2011 09:51:11
Message-Id: aff2f3ae39e89c83e9993843ee4bf58c763c11cc.kent@gentoo
1 commit: aff2f3ae39e89c83e9993843ee4bf58c763c11cc
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu May 5 09:48:48 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu May 5 09:48:48 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=aff2f3ae
7
8 [newverison] Dist-Zilla-PluginBundle-RJBS-1.7.0
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog | 6 +++
14 .../Dist-Zilla-PluginBundle-RJBS-1.7.0.ebuild | 41 ++++++++++++++++++++
15 2 files changed, 47 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog b/dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog
18 index 81b0b8f..fa7227b 100644
19 --- a/dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog
20 +++ b/dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Dist-Zilla-PluginBundle-RJBS-1.7.0 (05 May 2011)
26 +
27 + 05 May 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Dist-Zilla-PluginBundle-RJBS-1.7.0.ebuild:
29 + Bump
30 +
31 *Dist-Zilla-PluginBundle-RJBS-1.6.0 (23 Apr 2011)
32 *Dist-Zilla-PluginBundle-RJBS-1.4.0 (23 Apr 2011)
33
34
35 diff --git a/dev-perl/Dist-Zilla-PluginBundle-RJBS/Dist-Zilla-PluginBundle-RJBS-1.7.0.ebuild b/dev-perl/Dist-Zilla-PluginBundle-RJBS/Dist-Zilla-PluginBundle-RJBS-1.7.0.ebuild
36 new file mode 100644
37 index 0000000..2327ed4
38 --- /dev/null
39 +++ b/dev-perl/Dist-Zilla-PluginBundle-RJBS/Dist-Zilla-PluginBundle-RJBS-1.7.0.ebuild
40 @@ -0,0 +1,41 @@
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=RJBS
46 +MODULE_VERSION=1.007
47 +inherit perl-module
48 +
49 +DESCRIPTION="BeLike::RJBS when you build your dists "
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +comment() { echo ''; }
55 +COMMON_DEPEND="
56 + >=dev-perl/Dist-Zilla-2.100.922
57 + >=dev-perl/Dist-Zilla-2.100.860 $(comment first ::AutoPrereq)
58 + dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed
59 + >=dev-perl/Dist-Zilla-Plugin-GithubMeta-0.120.0
60 + >=dev-perl/Dist-Zilla-Plugin-PodWeaver-3.092971 $(comment 3.92.971)
61 + dev-perl/Dist-Zilla-Plugin-Repository
62 + >=dev-perl/Dist-Zilla-Plugin-TaskWeaver-0.93.330
63 + >=dev-perl/Dist-Zilla-2.100.960 $(comment first ::PluginBundle::Basic)
64 + >=dev-perl/Dist-Zilla-Plugin-Git-1.93.250 $(comment first ::PluginBundle::Git)
65 + >=dev-perl/Dist-Zilla-2.101.40 $(comment first PluginBundle::Easy role)
66 + dev-perl/Moose
67 + dev-perl/Moose-Autobox
68 + >=dev-perl/Pod-Elemental-0.092970 $(comment 0.92.970)
69 + dev-perl/Pod-Elemental-Transformer-List
70 + >=dev-perl/Pod-Weaver-3.100310 $(comment 3.100.310)
71 + >=dev-perl/Pod-Weaver-3.092990 $(comment 3.92.990 first Pod::Weaver::Config::Assembler)
72 +"
73 +DEPEND="
74 + ${COMMON_DEPEND}
75 + >=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 0.560.0)
76 + >=virtual/perl-Test-Simple-0.96 $(comment 0.960.0)
77 +"
78 +RDEPEND="
79 + ${COMMON_DEPEND}
80 +"
81 +SRC_TEST="do"