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 06:06:03
Message-Id: 973c98b01e6f024f20cd032a7d93e858abe70864.kent@gentoo
1 commit: 973c98b01e6f024f20cd032a7d93e858abe70864
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 2 05:57:36 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Sep 2 05:57:36 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=973c98b0
7
8 [move:pkg] Dist-Zilla-Plugin-CriticTests -> Dist-Zilla-Plugin-Test-Perl-Critic
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 | 35 +++++++++++++++++++
14 ...-Zilla-Plugin-Test-Perl-Critic-1.102.280.ebuild | 35 +++++++++++++++++++
15 ...-Zilla-Plugin-Test-Perl-Critic-1.111.450.ebuild | 36 ++++++++++++++++++++
16 .../metadata.xml | 9 +++++
17 4 files changed, 115 insertions(+), 0 deletions(-)
18
19 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog
20 new file mode 100644
21 index 0000000..89b83be
22 --- /dev/null
23 +++ b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog
24 @@ -0,0 +1,35 @@
25 +# ChangeLog for dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic
26 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: $
28 +
29 +*Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450 (02 Sep 2011)
30 +*Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280 (02 Sep 2011)
31 +
32 + 02 Sep 2011; Kent Fredric <kentfredric@×××××.com>
33 + +Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280.ebuild,
34 + +Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450.ebuild, +metadata.xml:
35 + Move to Dist-Zilla-Plugin-Test-Perl-Critic
36 +
37 +*Dist-Zilla-Plugin-CriticTests-1.111.450 (29 May 2011)
38 +
39 + 29 May 2011; Torsten Veller <tove@g.o>
40 + +Dist-Zilla-Plugin-CriticTests-1.111.450.ebuild:
41 + Version bump
42 +
43 +*Dist-Zilla-Plugin-CriticTests-1.102.280 (29 May 2011)
44 +
45 + 29 May 2011; Torsten Veller <tove@g.o>
46 + +Dist-Zilla-Plugin-CriticTests-1.102.280.ebuild,
47 + -Dist-Zilla-Plugin-CriticTests-1.102280.ebuild:
48 + Change version scheme. Looks like a downgrade
49 +
50 + 05 May 2011; Kent Fredric <kentfredric@×××××.com>
51 + Dist-Zilla-Plugin-CriticTests-1.102280.ebuild:
52 + Fixdep Data::Section
53 +
54 +*Dist-Zilla-Plugin-CriticTests-1.102280 (23 Aug 2010)
55 +
56 + 23 Aug 2010; Kent Fredric <kentfredric@×××××.com>
57 + +Dist-Zilla-Plugin-CriticTests-1.102280.ebuild, +metadata.xml:
58 + Added
59 +
60
61 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280.ebuild
62 new file mode 100644
63 index 0000000..a0ea689
64 --- /dev/null
65 +++ b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280.ebuild
66 @@ -0,0 +1,35 @@
67 +# Copyright 1999-2011 Gentoo Foundation
68 +# Distributed under the terms of the GNU General Public License v2
69 +# $Header: $
70 +
71 +EAPI=3
72 +
73 +MODULE_AUTHOR=JQUELIN
74 +MODULE_VERSION=1.102280
75 +MY_PN=Dist-Zilla-Plugin-CriticTests
76 +inherit perl-module
77 +
78 +DESCRIPTION="tests to check your code against best practices"
79 +
80 +SLOT="0"
81 +KEYWORDS="~amd64 ~x86"
82 +IUSE="test"
83 +
84 +COMMON_DEPEND="
85 + >=dev-perl/Data-Section-0.4.0
86 + >=dev-perl/Dist-Zilla-4.0
87 + dev-perl/Moose
88 +"
89 +DEPEND="
90 + ${COMMON_DEPEND}
91 + virtual/perl-File-Temp
92 + >=virtual/perl-Module-Build-0.36.01
93 + virtual/perl-Scalar-List-Utils
94 + test? (
95 + >=virtual/perl-Test-Simple-0.94
96 + )
97 +"
98 +RDEPEND="
99 + ${COMMON_DEPEND}
100 +"
101 +SRC_TEST="do"
102
103 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450.ebuild
104 new file mode 100644
105 index 0000000..f632181
106 --- /dev/null
107 +++ b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450.ebuild
108 @@ -0,0 +1,36 @@
109 +# Copyright 1999-2011 Gentoo Foundation
110 +# Distributed under the terms of the GNU General Public License v2
111 +# $Header: $
112 +
113 +EAPI=4
114 +
115 +MODULE_AUTHOR=JQUELIN
116 +MODULE_VERSION=1.111450
117 +MY_PN=Dist-Zilla-Plugin-CriticTests
118 +inherit perl-module
119 +
120 +DESCRIPTION="tests to check your code against best practices"
121 +
122 +SLOT="0"
123 +KEYWORDS="~amd64 ~x86"
124 +IUSE="test"
125 +
126 +COMMON_DEPEND="
127 + >=dev-perl/Data-Section-0.4.0
128 + >=dev-perl/Dist-Zilla-4.0
129 + dev-perl/Moose
130 +"
131 +DEPEND="
132 + ${COMMON_DEPEND}
133 + virtual/perl-File-Temp
134 + >=virtual/perl-Module-Build-0.36.01
135 + virtual/perl-Scalar-List-Utils
136 + test? (
137 + >=virtual/perl-Test-Simple-0.94
138 + dev-perl/Moose-Autobox
139 + )
140 +"
141 +RDEPEND="
142 + ${COMMON_DEPEND}
143 +"
144 +SRC_TEST="do"
145
146 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/metadata.xml
147 new file mode 100644
148 index 0000000..ccc7e0f
149 --- /dev/null
150 +++ b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/metadata.xml
151 @@ -0,0 +1,9 @@
152 +<?xml version="1.0" encoding="UTF-8"?>
153 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
154 +<pkgmetadata>
155 + <herd>perl</herd>
156 + <maintainer>
157 + <email>kentfredric@×××××.com</email>
158 + <name>Kent Fredric</name>
159 + </maintainer>
160 +</pkgmetadata>