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-Perl-Critic/
Date: Fri, 02 Sep 2011 09:21:23
Message-Id: de1fdeb593c6148e2664606973621e8805729c53.kent@gentoo
1 commit: de1fdeb593c6148e2664606973621e8805729c53
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 2 09:05:41 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Sep 2 09:05:41 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=de1fdeb5
7
8 [newversion] Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410
9
10 (Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 .../Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog | 6 ++
14 ...-Zilla-Plugin-Test-Perl-Critic-2.112.410.ebuild | 72 ++++++++++++++++++++
15 2 files changed, 78 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog
18 index 89b83be..af3c37c 100644
19 --- a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog
20 +++ b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/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-Perl-Critic-2.112.410 (02 Sep 2011)
26 +
27 + 02 Sep 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410.ebuild:
29 + version bump
30 +
31 *Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450 (02 Sep 2011)
32 *Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280 (02 Sep 2011)
33
34
35 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410.ebuild
36 new file mode 100644
37 index 0000000..c1f8134
38 --- /dev/null
39 +++ b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410.ebuild
40 @@ -0,0 +1,72 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +
45 +EAPI=4
46 +
47 +MODULE_AUTHOR=JQUELIN
48 +MODULE_VERSION=2.112410
49 +inherit perl-module
50 +
51 +DESCRIPTION="tests to check your code against best practices"
52 +
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +comment() { true;}
57 +COMMON_DEPEND="
58 + $(comment Data::Section 0.004)
59 + >=dev-perl/Data-Section-0.4.0
60 +
61 + $(comment Dist::Zilla::File::InMemory)
62 + $(comment Dist::Zilla::Role::FileGatherer)
63 + $(comment Dist::Zilla::Role::TextTemplate)
64 + >=dev-perl/Dist-Zilla-4.0
65 +
66 + $(comment Moose)
67 + $(comment Moose::Util)
68 + dev-perl/Moose
69 +
70 + $(comment namespace::autoclean)
71 + dev-perl/namespace-autoclean
72 +
73 + $(comment perl 5.008)
74 + >=dev-lang/perl-5.8.0
75 +
76 + $(comment strict)
77 + $(comment warnings)
78 +"
79 +DEPEND="
80 + ${COMMON_DEPEND}
81 + $(comment build)
82 + $(comment File::Find)
83 +
84 + $(comment File::Path)
85 + virtual/perl-File-Path
86 +
87 + $(comment File::Temp)
88 + virtual/perl-File-Temp
89 +
90 + $(comment Module::Build 0.3601)
91 + >=virtual/perl-Module-Build-0.36.01
92 +
93 + $(comment Moose::Autobox)
94 + dev-perl/Moose-Autobox
95 +
96 + $(comment Test::DZil)
97 + dev-perl/Dist-Zilla
98 +
99 + $(comment Test::More 0.94)
100 + >=virtual/perl-Test-Simple-0.94
101 +
102 + $(comment autodie)
103 + dev-perl/autodie
104 +
105 + $(comment configure)
106 + $(comment Module::Build 0.3601)
107 + >=virtual/perl-Module-Build-0.36.01
108 +"
109 +RDEPEND="
110 + ${COMMON_DEPEND}
111 +"
112 +SRC_TEST="do"