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-Kwalitee/
Date: Wed, 03 Jun 2015 12:59:18
Message-Id: 1433325744.1a7024cc4d2a717d1aa9aff624f49c3c1198aaf4.kent@gentoo
1 commit: 1a7024cc4d2a717d1aa9aff624f49c3c1198aaf4
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Jun 3 10:02:24 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Jun 3 10:02:24 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1a7024cc
7
8 [cleanup] Dist-Zilla-Plugin-Test-Kwalitee: remove old versions
9
10 Package-Manager: portage-2.2.17
11
12 ...ist-Zilla-Plugin-Test-Kwalitee-1.112.410.ebuild | 67 ------------------
13 .../Dist-Zilla-Plugin-Test-Kwalitee-2.20.0.ebuild | 80 ----------------------
14 2 files changed, 147 deletions(-)
15
16 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-1.112.410.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-1.112.410.ebuild
17 deleted file mode 100644
18 index d042739..0000000
19 --- a/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-1.112.410.ebuild
20 +++ /dev/null
21 @@ -1,67 +0,0 @@
22 -# Copyright 1999-2011 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: $
25 -EAPI="4"
26 -MODULE_AUTHOR=AYOUNG
27 -MODULE_VERSION=1.112410
28 -inherit perl-module
29 -
30 -DESCRIPTION="Release tests for kwalitee"
31 -LICENSE="|| ( Artistic GPL-2 )"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE=""
35 -comment() { true;}
36 -COMMON_DEPEND="
37 - $(comment Data::Section)
38 - dev-perl/Data-Section
39 -
40 - $(comment Dist::Zilla::File::InMemory)
41 - $(comment Dist::Zilla::Role::FileGatherer)
42 - $(comment Dist::Zilla::Role::TextTemplate)
43 - dev-perl/Dist-Zilla
44 -
45 - $(comment Moose)
46 - dev-perl/Moose
47 -
48 - $(comment Test::Kwalitee)
49 - dev-perl/Test-Kwalitee
50 -
51 - $(comment strict)
52 - $(comment warnings)
53 -"
54 -DEPEND="
55 - ${COMMON_DEPEND}
56 - $(comment build)
57 - $(comment Capture::Tiny)
58 - dev-perl/Capture-Tiny
59 -
60 - $(comment Carp)
61 -
62 - $(comment Dist::Zilla::Tester)
63 - dev-perl/Dist-Zilla
64 -
65 - $(comment English)
66 -
67 - $(comment File::Find)
68 -
69 - $(comment File::Temp)
70 - virtual/perl-File-Temp
71 -
72 - $(comment Path::Class)
73 - dev-perl/Path-Class
74 -
75 - $(comment Scalar::Util)
76 - virtual/perl-Scalar-List-Utils
77 -
78 - $(comment Test::More 0.94)
79 - >=virtual/perl-Test-Simple-0.94
80 -
81 - $(comment configure)
82 - $(comment ExtUtils::MakeMaker 6.56)
83 - >=virtual/perl-ExtUtils-MakeMaker-6.56
84 -"
85 -RDEPEND="
86 - ${COMMON_DEPEND}
87 -"
88 -SRC_TEST="do"
89
90 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-2.20.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-2.20.0.ebuild
91 deleted file mode 100644
92 index 7127235..0000000
93 --- a/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-2.20.0.ebuild
94 +++ /dev/null
95 @@ -1,80 +0,0 @@
96 -# Copyright 1999-2011 Gentoo Foundation
97 -# Distributed under the terms of the GNU General Public License v2
98 -# $Header: $
99 -EAPI="4"
100 -MODULE_AUTHOR=AYOUNG
101 -MODULE_VERSION=2.020000
102 -inherit perl-module
103 -
104 -DESCRIPTION="Release tests for kwalitee"
105 -LICENSE="|| ( Artistic GPL-2 )"
106 -SLOT="0"
107 -KEYWORDS="~amd64 ~x86"
108 -IUSE=""
109 -comment() { true;}
110 -COMMON_DEPEND="
111 - $(comment Data::Section)
112 - dev-perl/Data-Section
113 -
114 - $(comment Dist::Zilla::File::InMemory)
115 - $(comment Dist::Zilla::Role::FileGatherer)
116 - $(comment Dist::Zilla::Role::TextTemplate)
117 - dev-perl/Dist-Zilla
118 -
119 - $(comment Moose)
120 - dev-perl/Moose
121 -
122 - $(comment Test::Kwalitee)
123 - dev-perl/Test-Kwalitee
124 -
125 - $(comment strict)
126 - $(comment warnings)
127 -"
128 -DEPEND="
129 - ${COMMON_DEPEND}
130 - $(comment build)
131 - $(comment Capture::Tiny)
132 - dev-perl/Capture-Tiny
133 -
134 - $(comment Carp)
135 -
136 - $(comment Dist::Zilla::Tester)
137 - dev-perl/Dist-Zilla
138 -
139 - $(comment English)
140 -
141 - $(comment File::Find)
142 -
143 - $(comment File::Path)
144 - virtual/perl-File-Path
145 -
146 - $(comment File::Temp)
147 - virtual/perl-File-Temp
148 -
149 - $(comment Moose::Autobox)
150 - dev-perl/Moose-Autobox
151 -
152 - $(comment Path::Class)
153 - dev-perl/Path-Class
154 -
155 - $(comment Scalar::Util)
156 - virtual/perl-Scalar-List-Utils
157 -
158 - $(comment Test::Dzil)
159 - dev-perl/Dist-Zilla
160 -
161 - $(comment Test::More 0.96)
162 - >=virtual/perl-Test-Simple-0.96
163 -
164 - $(comment autodie)
165 - virtual/perl-autodie
166 -
167 - $(comment configure)
168 - $(comment ExtUtils::MakeMaker 6.56)
169 - >=virtual/perl-ExtUtils-MakeMaker-6.56
170 - !!dev-perl/Dist-Zilla-Plugin-KwaliteeTests
171 -"
172 -RDEPEND="
173 - ${COMMON_DEPEND}
174 -"
175 -SRC_TEST="do"