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/CGI-Application-Dispatch/
Date: Wed, 29 Apr 2015 18:02:13
Message-Id: 1430320139.10b4f1f599b915e131269a07e7eb82ee919250af.kent@gentoo
1 commit: 10b4f1f599b915e131269a07e7eb82ee919250af
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 29 15:08:59 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Apr 29 15:08:59 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=10b4f1f5
7
8 [cleanup] CGI-Application-Dispatch: Remove old versions
9
10 Package-Manager: portage-2.2.17
11
12 .../CGI-Application-Dispatch-2.160.0.ebuild | 23 -------
13 .../CGI-Application-Dispatch-2.170.0.ebuild | 46 -------------
14 .../CGI-Application-Dispatch-2.180.0.ebuild | 48 -------------
15 .../CGI-Application-Dispatch-3.30.0.ebuild | 51 --------------
16 .../CGI-Application-Dispatch-3.40.0.ebuild | 51 --------------
17 .../CGI-Application-Dispatch-3.70.0.ebuild | 80 ----------------------
18 6 files changed, 299 deletions(-)
19
20 diff --git a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.160.0.ebuild b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.160.0.ebuild
21 deleted file mode 100644
22 index 6825a7b..0000000
23 --- a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.160.0.ebuild
24 +++ /dev/null
25 @@ -1,23 +0,0 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 -# Distributed under the terms of the GNU General Public License v2
28 -# $Header: $
29 -EAPI=2
30 -MODULE_AUTHOR=MARKSTOS
31 -MODULE_VERSION="2.16"
32 -inherit perl-module
33 -
34 -DESCRIPTION="Framework for building reusable web-applications"
35 -LICENSE="|| ( Artistic GPL-2 )"
36 -
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 -
40 -IUSE=""
41 -RDEPEND="
42 - perl-core/Module-Build
43 - >=dev-perl/CGI-Application-3.200.0
44 - dev-perl/Exception-Class
45 - dev-perl/Exception-Class-TryCatch
46 -"
47 -DEPEND="${RDEPEND}"
48 -SRC_TEST=do
49
50 diff --git a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.170.0.ebuild b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.170.0.ebuild
51 deleted file mode 100644
52 index cd8a280..0000000
53 --- a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.170.0.ebuild
54 +++ /dev/null
55 @@ -1,46 +0,0 @@
56 -# Copyright 1999-2011 Gentoo Foundation
57 -# Distributed under the terms of the GNU General Public License v2
58 -# $Header: $
59 -EAPI=2
60 -MODULE_AUTHOR=MARKSTOS
61 -MODULE_VERSION="2.17"
62 -inherit perl-module
63 -
64 -DESCRIPTION="Framework for building reusable web-applications"
65 -LICENSE="|| ( Artistic GPL-2 )"
66 -
67 -SLOT="0"
68 -KEYWORDS="~amd64 ~x86"
69 -
70 -IUSE="test"
71 -RDEPEND="
72 - perl-core/Module-Build
73 - >=dev-perl/CGI-Application-3.200.0
74 - dev-perl/Exception-Class
75 - dev-perl/Exception-Class-TryCatch
76 -"
77 -DEPEND="
78 - test? (
79 - virtual/perl-Test-Simple
80 - dev-perl/Test-LongString
81 - dev-perl/Apache-Test
82 - )
83 - ${RDEPEND}
84 -"
85 -SRC_TEST=do
86 -
87 -src_test() {
88 - # This jiggerypokery appears to be required if Apache::Test
89 - # is present. If it is not present or not use test? then we're ok,
90 - # but otherwise, we need to specify where apache is, or it will
91 - # for some reason, get stuck in a death loop and fill your log file
92 - # and your hard drive. JOY! http://gist.github.com/447135
93 -
94 - # NB. Because I have no way of conditionally triggering this code
95 - # whether or not Apache-Test is installed ( like the code does )
96 - # I have test-depped on it basically forcing a known circuit.
97 -
98 - APACHE_TEST_HTTPD=/usr/sbin/apache2
99 - export APACHE_TEST_HTTPD
100 - perl-module_src_test
101 -}
102
103 diff --git a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.180.0.ebuild b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.180.0.ebuild
104 deleted file mode 100644
105 index eb4dbd8..0000000
106 --- a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-2.180.0.ebuild
107 +++ /dev/null
108 @@ -1,48 +0,0 @@
109 -# Copyright 1999-2011 Gentoo Foundation
110 -# Distributed under the terms of the GNU General Public License v2
111 -# $Header: $
112 -
113 -EAPI=3
114 -
115 -MODULE_AUTHOR=MARKSTOS
116 -MODULE_VERSION=2.18
117 -inherit perl-module
118 -
119 -DESCRIPTION="Framework for building reusable web-applications"
120 -
121 -SLOT="0"
122 -KEYWORDS="~amd64 ~x86"
123 -IUSE="test"
124 -
125 -RDEPEND="
126 - >=dev-perl/CGI-Application-3.200.0
127 - dev-perl/Exception-Class
128 - dev-perl/Exception-Class-TryCatch
129 - >=virtual/perl-version-0.82
130 -"
131 -DEPEND="
132 - virtual/perl-Module-Build
133 - test? (
134 - virtual/perl-Test-Simple
135 - dev-perl/Test-LongString
136 - dev-perl/Apache-Test
137 - )
138 - ${RDEPEND}
139 -"
140 -SRC_TEST=do
141 -
142 -src_test() {
143 - # This jiggerypokery appears to be required if Apache::Test
144 - # is present. If it is not present or not use test? then we're ok,
145 - # but otherwise, we need to specify where apache is, or it will
146 - # for some reason, get stuck in a death loop and fill your log file
147 - # and your hard drive. JOY! http://gist.github.com/447135
148 -
149 - # NB. Because I have no way of conditionally triggering this code
150 - # whether or not Apache-Test is installed ( like the code does )
151 - # I have test-depped on it basically forcing a known circuit.
152 -
153 - APACHE_TEST_HTTPD=/usr/sbin/apache2
154 - export APACHE_TEST_HTTPD
155 - perl-module_src_test
156 -}
157
158 diff --git a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.30.0.ebuild b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.30.0.ebuild
159 deleted file mode 100644
160 index bc9b97d..0000000
161 --- a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.30.0.ebuild
162 +++ /dev/null
163 @@ -1,51 +0,0 @@
164 -# Copyright 1999-2011 Gentoo Foundation
165 -# Distributed under the terms of the GNU General Public License v2
166 -# $Header: $
167 -
168 -EAPI=4
169 -
170 -MODULE_AUTHOR=MARKSTOS
171 -MODULE_VERSION=3.03
172 -inherit perl-module
173 -
174 -DESCRIPTION="Framework for building reusable web-applications"
175 -
176 -SLOT="0"
177 -KEYWORDS="~amd64 ~x86"
178 -IUSE="test"
179 -comment() { echo ''; }
180 -RDEPEND="
181 - >=virtual/perl-version-0.82 $(comment 0.820.0)
182 - >=dev-perl/CGI-Application-4.500.0
183 - dev-perl/HTTP-Exception
184 - >=dev-perl/Exception-Class-1.2 $(comment 1.200.0)
185 - dev-perl/Exception-Class-TryCatch
186 -"
187 -DEPEND="
188 - virtual/perl-Module-Build
189 - test? (
190 - dev-perl/CGI-PSGI
191 - virtual/perl-Test-Simple $(comment Test::More)
192 - dev-perl/Test-LongString
193 - >=dev-perl/Plack-0.995.600
194 - dev-perl/Apache-Test
195 - )
196 - ${RDEPEND}
197 -"
198 -SRC_TEST=do
199 -
200 -src_test() {
201 - # This jiggerypokery appears to be required if Apache::Test
202 - # is present. If it is not present or not use test? then we're ok,
203 - # but otherwise, we need to specify where apache is, or it will
204 - # for some reason, get stuck in a death loop and fill your log file
205 - # and your hard drive. JOY! http://gist.github.com/447135
206 -
207 - # NB. Because I have no way of conditionally triggering this code
208 - # whether or not Apache-Test is installed ( like the code does )
209 - # I have test-depped on it basically forcing a known circuit.
210 -
211 - APACHE_TEST_HTTPD=/usr/sbin/apache2
212 - export APACHE_TEST_HTTPD
213 - perl-module_src_test
214 -}
215
216 diff --git a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.40.0.ebuild b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.40.0.ebuild
217 deleted file mode 100644
218 index 0468f01..0000000
219 --- a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.40.0.ebuild
220 +++ /dev/null
221 @@ -1,51 +0,0 @@
222 -# Copyright 1999-2011 Gentoo Foundation
223 -# Distributed under the terms of the GNU General Public License v2
224 -# $Header: $
225 -
226 -EAPI=4
227 -
228 -MODULE_AUTHOR=MARKSTOS
229 -MODULE_VERSION=3.04
230 -inherit perl-module
231 -
232 -DESCRIPTION="Framework for building reusable web-applications"
233 -
234 -SLOT="0"
235 -KEYWORDS="~amd64 ~x86"
236 -IUSE="test"
237 -comment() { echo ''; }
238 -RDEPEND="
239 - >=virtual/perl-version-0.82 $(comment 0.820.0)
240 - >=dev-perl/CGI-Application-4.500.0
241 - dev-perl/HTTP-Exception
242 - >=dev-perl/Exception-Class-1.2 $(comment 1.200.0)
243 - dev-perl/Exception-Class-TryCatch
244 -"
245 -DEPEND="
246 - virtual/perl-Module-Build
247 - test? (
248 - dev-perl/CGI-PSGI
249 - virtual/perl-Test-Simple $(comment Test::More)
250 - dev-perl/Test-LongString
251 - >=dev-perl/Plack-0.995.600
252 - dev-perl/Apache-Test
253 - )
254 - ${RDEPEND}
255 -"
256 -SRC_TEST=do
257 -
258 -src_test() {
259 - # This jiggerypokery appears to be required if Apache::Test
260 - # is present. If it is not present or not use test? then we're ok,
261 - # but otherwise, we need to specify where apache is, or it will
262 - # for some reason, get stuck in a death loop and fill your log file
263 - # and your hard drive. JOY! http://gist.github.com/447135
264 -
265 - # NB. Because I have no way of conditionally triggering this code
266 - # whether or not Apache-Test is installed ( like the code does )
267 - # I have test-depped on it basically forcing a known circuit.
268 -
269 - APACHE_TEST_HTTPD=/usr/sbin/apache2
270 - export APACHE_TEST_HTTPD
271 - perl-module_src_test
272 -}
273
274 diff --git a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.70.0.ebuild b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.70.0.ebuild
275 deleted file mode 100644
276 index dcb09a0..0000000
277 --- a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.70.0.ebuild
278 +++ /dev/null
279 @@ -1,80 +0,0 @@
280 -# Copyright 1999-2011 Gentoo Foundation
281 -# Distributed under the terms of the GNU General Public License v2
282 -# $Header: $
283 -
284 -EAPI=4
285 -
286 -MODULE_AUTHOR=MARKSTOS
287 -MODULE_VERSION=3.07
288 -inherit perl-module
289 -
290 -DESCRIPTION="Framework for building reusable web-applications"
291 -
292 -SLOT="0"
293 -KEYWORDS="~amd64 ~x86"
294 -IUSE="test"
295 -comment() { true; }
296 -RDEPEND="
297 - $(comment perl 5.6.0)
298 -
299 - $(comment version 0.82)
300 - >=virtual/perl-version-0.82
301 - $(comment CGI::Application 4.50)
302 - >=dev-perl/CGI-Application-4.500.0
303 - $(comment HTTP::Exception)
304 - dev-perl/HTTP-Exception
305 - $(comment Exception::Class 1.2)
306 - >=dev-perl/Exception-Class-1.200.0
307 - $(comment Try::Tiny)
308 - dev-perl/Try-Tiny
309 -"
310 -DEPEND="
311 - $(comment --configure)
312 - $(comment 'This stanza is to match the dynamic stuff at the top of
313 - Build.PL')
314 -
315 - !test? (
316 - $(comment Module::Build)
317 - >=virtual/perl-Module-Build-0.380.0
318 - )
319 - test? (
320 - $(comment Apache::Test)
321 - dev-perl/Apache-Test
322 -
323 - $(comment Apache::TestMB)
324 - dev-perl/Apache-Test
325 - )
326 - $(comment 'End of Build.PL heading magic')
327 -
328 - $(comment --build)
329 - $(comment CGI::PSGI)
330 - dev-perl/CGI-PSGI
331 - $(comment Test::More)
332 - virtual/perl-Test-Simple
333 - $(comment Test::LongString)
334 - dev-perl/Test-LongString
335 - $(comment Plack 0.9956)
336 - >=dev-perl/Plack-0.995.600
337 - test? (
338 - $(comment Apache::Test)
339 - dev-perl/Apache-Test
340 - )
341 - ${RDEPEND}
342 -"
343 -SRC_TEST=do
344 -
345 -src_test() {
346 - # This jiggerypokery appears to be required if Apache::Test
347 - # is present. If it is not present or not use test? then we're ok,
348 - # but otherwise, we need to specify where apache is, or it will
349 - # for some reason, get stuck in a death loop and fill your log file
350 - # and your hard drive. JOY! http://gist.github.com/447135
351 -
352 - # NB. Because I have no way of conditionally triggering this code
353 - # whether or not Apache-Test is installed ( like the code does )
354 - # I have test-depped on it basically forcing a known circuit.
355 -
356 - APACHE_TEST_HTTPD=/usr/sbin/apache2
357 - export APACHE_TEST_HTTPD
358 - perl-module_src_test
359 -}