Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Compile/, dev-perl/CGI-Compile/files/
Date: Sat, 03 Oct 2020 23:36:58
Message-Id: 1601768198.31f5e6bdae01125833644c18858b42239800d824.kentnl@gentoo
1 commit: 31f5e6bdae01125833644c18858b42239800d824
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 23:34:06 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 23:36:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f5e6bd
7
8 dev-perl/CGI-Compile: Cleanup old 0.220.0
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild | 27 ----
14 dev-perl/CGI-Compile/Manifest | 1 -
15 .../files/CGI-Compile-0.210.0-perl-526.patch | 137 ---------------------
16 3 files changed, 165 deletions(-)
17
18 diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild
19 deleted file mode 100644
20 index a475f0ca6d8..00000000000
21 --- a/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild
22 +++ /dev/null
23 @@ -1,27 +0,0 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -
29 -DIST_AUTHOR=MIYAGAWA
30 -DIST_VERSION=0.22
31 -inherit perl-module
32 -
33 -DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38 -
39 -RDEPEND="
40 - dev-perl/File-pushd
41 -"
42 -DEPEND="${RDEPEND}
43 - >=dev-perl/Module-Build-Tiny-0.34.0
44 - test? (
45 - dev-perl/Test-NoWarnings
46 - dev-perl/Test-Requires
47 - virtual/perl-Test-Simple
48 - )
49 -"
50 -PATCHES=("${FILESDIR}/${PN}-0.210.0-perl-526.patch")
51
52 diff --git a/dev-perl/CGI-Compile/Manifest b/dev-perl/CGI-Compile/Manifest
53 index db91d63692a..4b9ca451630 100644
54 --- a/dev-perl/CGI-Compile/Manifest
55 +++ b/dev-perl/CGI-Compile/Manifest
56 @@ -1,3 +1,2 @@
57 -DIST CGI-Compile-0.22.tar.gz 21160 BLAKE2B a2b8ba4c7f180ec5dc1d48dace853ac37a3c8cbaaa2e1a140b52eca2fe366f59c0229d47cd8738029781ee4cb137db7d646efb55e254dffdb4e0112a107dc2f3 SHA512 58be714bd25975fbb66e4c83c197fa3c17219327859d965011706fda96d5c2f208831e52368c0b4b8ef6b0f462b9c8ea216d94d7ef30e904e21b818b134cc5b7
58 DIST CGI-Compile-0.24.tar.gz 22392 BLAKE2B 874789fb78b9df5c1a207c3ebdc864bc3a648cd9c41943d64a94eef95c3c1d20d287e893f3ea2fa89ae4754f9ffaa931b7f5cfa239f984009ab06c266d1113c9 SHA512 bfb0e0d34f7088acc04811d8f778721b6b77afeeca1b3cdb7c21d633152f17af33c5de8772ef81adea48315d6eae5c7706a5cbbb7f373dbc0b08fe0ee8335abe
59 DIST CGI-Compile-0.25.tar.gz 22479 BLAKE2B e321ec4d0ecee66f0efb8c89f322a036b135449938840aa0cfe0bf714bb2e8a0ad2d8d8f4397b00aa9e86d03190cb9429aaa8e0420528f233ddc9c066f768859 SHA512 760481c3868592d7dbeab10125ee76c608ea6a705926597c4219dc128c3ffb642ff39e6ddf72aa916c183fb6baf3671e687ea9a41b86987a60fc076d304d6fe6
60
61 diff --git a/dev-perl/CGI-Compile/files/CGI-Compile-0.210.0-perl-526.patch b/dev-perl/CGI-Compile/files/CGI-Compile-0.210.0-perl-526.patch
62 deleted file mode 100644
63 index 74945fb9488..00000000000
64 --- a/dev-perl/CGI-Compile/files/CGI-Compile-0.210.0-perl-526.patch
65 +++ /dev/null
66 @@ -1,137 +0,0 @@
67 -From dc9437c949a4f44ca8b36bbf974d6a49337c67b4 Mon Sep 17 00:00:00 2001
68 -From: Kent Fredric <kentnl@g.o>
69 -Date: Sun, 1 Oct 2017 04:10:33 +1300
70 -Subject: Fix tests failure on Perl 5.26+ with PERL_USE_UNSAFE_INC=0
71 -
72 -Bug: https://github.com/miyagawa/CGI-Compile/issues/21
73 -Bug: https://bugs.gentoo.org/614352
74 ----
75 - t/Capture.pm | 3 ++-
76 - t/coderef_args.t | 3 ++-
77 - t/compile.t | 3 ++-
78 - t/data_end.t | 4 +++-
79 - t/exit.t | 2 +-
80 - t/local-SIG.t | 3 ++-
81 - t/source.t | 3 ++-
82 - t/source_filter.t | 3 ++-
83 - t/warnings.t | 3 ++-
84 - 9 files changed, 18 insertions(+), 9 deletions(-)
85 -
86 -diff --git a/t/Capture.pm b/t/Capture.pm
87 -index 476f80d..2331b33 100644
88 ---- a/t/Capture.pm
89 -+++ b/t/Capture.pm
90 -@@ -1,4 +1,5 @@
91 --package t::Capture;
92 -+package # Hide from PAUSE
93 -+ Capture;
94 - use base qw(Exporter);
95 - our @EXPORT = qw(capture_out);
96 -
97 -diff --git a/t/coderef_args.t b/t/coderef_args.t
98 -index 8d9c1b4..89720dd 100644
99 ---- a/t/coderef_args.t
100 -+++ b/t/coderef_args.t
101 -@@ -1,5 +1,6 @@
102 - use Test::More;
103 --use t::Capture;
104 -+use lib 't';
105 -+use Capture;
106 - use CGI::Compile;
107 -
108 - my $sub = CGI::Compile->compile("t/args.cgi");
109 -diff --git a/t/compile.t b/t/compile.t
110 -index db42283..f302f9b 100644
111 ---- a/t/compile.t
112 -+++ b/t/compile.t
113 -@@ -1,6 +1,7 @@
114 - use Test::More;
115 - use Test::Requires qw(CGI);
116 --use t::Capture;
117 -+use lib 't';
118 -+use Capture;
119 - use CGI::Compile;
120 - #no warnings 'signal'; # for MSWin32
121 -
122 -diff --git a/t/data_end.t b/t/data_end.t
123 -index af468f7..175641f 100644
124 ---- a/t/data_end.t
125 -+++ b/t/data_end.t
126 -@@ -1,6 +1,8 @@
127 - use Test::More;
128 - use CGI::Compile;
129 --use t::Capture;
130 -+
131 -+use lib 't';
132 -+use Capture;
133 -
134 - {
135 - my $sub = CGI::Compile->compile("t/data.cgi");
136 -diff --git a/t/exit.t b/t/exit.t
137 -index b98b28a..2167b1c 100644
138 ---- a/t/exit.t
139 -+++ b/t/exit.t
140 -@@ -1,8 +1,8 @@
141 - use strict;
142 - use Test::More tests => 2;
143 - use CGI::Compile;
144 --use t::Capture;
145 - use lib "t";
146 -+use Capture;
147 - use Exit;
148 -
149 - my $sub = CGI::Compile->compile("t/exit.cgi");
150 -diff --git a/t/local-SIG.t b/t/local-SIG.t
151 -index b781c05..68f733e 100644
152 ---- a/t/local-SIG.t
153 -+++ b/t/local-SIG.t
154 -@@ -1,6 +1,7 @@
155 - #!perl
156 -
157 --use t::Capture;
158 -+use lib 't';
159 -+use Capture;
160 - use CGI::Compile;
161 - use POSIX qw(:signal_h);
162 -
163 -diff --git a/t/source.t b/t/source.t
164 -index e212244..b101632 100644
165 ---- a/t/source.t
166 -+++ b/t/source.t
167 -@@ -1,6 +1,7 @@
168 - use Test::More;
169 - use CGI::Compile;
170 --use t::Capture;
171 -+use lib 't';
172 -+use Capture;
173 -
174 - {
175 - my $str =<<EOL;
176 -diff --git a/t/source_filter.t b/t/source_filter.t
177 -index 8b84e0c..51b11b2 100644
178 ---- a/t/source_filter.t
179 -+++ b/t/source_filter.t
180 -@@ -1,6 +1,7 @@
181 - use Test::More;
182 - use Test::Requires qw(Switch);
183 --use t::Capture;
184 -+use lib 't';
185 -+use Capture;
186 - use CGI::Compile;
187 -
188 - my $sub = eval {
189 -diff --git a/t/warnings.t b/t/warnings.t
190 -index 5962aae..0d044cb 100644
191 ---- a/t/warnings.t
192 -+++ b/t/warnings.t
193 -@@ -1,5 +1,6 @@
194 - use Test::More;
195 --use t::Capture;
196 -+use lib 't';
197 -+use Capture;
198 - use CGI::Compile;
199 -
200 - my $sub = CGI::Compile->compile("t/warnings.cgi");
201 ---
202 -2.14.1
203 -