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: Fri, 06 Apr 2012 20:45:51
Message-Id: 1333724094.2aa09d0d34067d3a92c4f1ce265d20d0da39bab7.kent@gentoo
1 commit: 2aa09d0d34067d3a92c4f1ce265d20d0da39bab7
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 6 14:54:54 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 6 14:54:54 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2aa09d0d
7
8 [newversion] Dist-Zilla-PluginBundle-RJBS-1.8.0
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog | 6 ++
14 .../Dist-Zilla-PluginBundle-RJBS-1.8.0.ebuild | 66 ++++++++++++++++++++
15 2 files changed, 72 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 022e9e6..b8e6f24 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-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Dist-Zilla-PluginBundle-RJBS-1.8.0 (06 Apr 2012)
26 +
27 + 06 Apr 2012; Kent Fredric <kentfredric@×××××.com>
28 + +Dist-Zilla-PluginBundle-RJBS-1.8.0.ebuild:
29 + Version Bump
30 +
31 08 Feb 2012; Kent Fredric <kentfredric@×××××.com>
32 -Dist-Zilla-PluginBundle-RJBS-1.4.0.ebuild:
33 Gone on CPAN
34
35 diff --git a/dev-perl/Dist-Zilla-PluginBundle-RJBS/Dist-Zilla-PluginBundle-RJBS-1.8.0.ebuild b/dev-perl/Dist-Zilla-PluginBundle-RJBS/Dist-Zilla-PluginBundle-RJBS-1.8.0.ebuild
36 new file mode 100644
37 index 0000000..5729737
38 --- /dev/null
39 +++ b/dev-perl/Dist-Zilla-PluginBundle-RJBS/Dist-Zilla-PluginBundle-RJBS-1.8.0.ebuild
40 @@ -0,0 +1,66 @@
41 +# Copyright 1999-2012 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.008
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="test"
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
57 +}
58 +perl_meta_runtime() {
59 + # Dist::Zilla 2.100922 ( 2.100.922 )
60 + echo \>=dev-perl/Dist-Zilla-2.100.922
61 + # Dist::Zilla::Plugin::AutoPrereq 1.100130 ( 1.100.130 )
62 + echo \>=dev-perl/Dist-Zilla-1.100.130
63 + # Dist::Zilla::Plugin::CheckPrereqsIndexed
64 + echo dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed
65 + # Dist::Zilla::Plugin::GithubMeta 0.12 ( 0.120.0 )
66 + echo \>=dev-perl/Dist-Zilla-Plugin-GithubMeta-0.120.0
67 + # Dist::Zilla::Plugin::PodWeaver 3.092971 ( 3.92.971 )
68 + echo \>=dev-perl/Dist-Zilla-Plugin-PodWeaver-3.92.971
69 + # Dist::Zilla::Plugin::TaskWeaver 0.093330 ( 0.93.330 )
70 + echo \>=dev-perl/Dist-Zilla-Plugin-TaskWeaver-0.93.330
71 + # Dist::Zilla::PluginBundle::Basic
72 + echo dev-perl/Dist-Zilla
73 + # Dist::Zilla::PluginBundle::Git
74 + echo dev-perl/Dist-Zilla-Plugin-Git
75 + # Dist::Zilla::Role::PluginBundle::Easy
76 + echo dev-perl/Dist-Zilla
77 + # Moose
78 + echo dev-perl/Moose
79 + # Moose::Autobox
80 + echo dev-perl/Moose-Autobox
81 + # Pod::Elemental 0.092970 ( 0.92.970 )
82 + echo \>=dev-perl/Pod-Elemental-0.92.970
83 + # Pod::Elemental::Transformer::List
84 + echo dev-perl/Pod-Elemental-Transformer-List
85 + # Pod::Weaver 3.100310 ( 3.100.310 )
86 + echo \>=dev-perl/Pod-Weaver-3.100.310
87 + # Pod::Weaver::Config::Assembler
88 + echo dev-perl/Pod-Weaver
89 + # strict
90 + echo dev-lang/perl
91 + # warnings
92 + echo dev-lang/perl
93 +}
94 +perl_meta_test() {
95 + # Test::More 0.96 ( 0.960.0 )
96 + echo \>=virtual/perl-Test-Simple-0.96
97 +}
98 +DEPEND="
99 + $(perl_meta_configure)
100 + $(perl_meta_runtime)
101 + test? ( $(perl_meta_test) )
102 +"
103 +RDEPEND="
104 + $(perl_meta_runtime)
105 +"
106 +SRC_TEST="do"