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/Event-RPC/files/, dev-perl/Event-RPC/
Date: Fri, 14 Aug 2020 18:43:40
Message-Id: 1597430605.12c4c516216ae6e4f93c07d2a560623e3da8e936.kentnl@gentoo
1 commit: 12c4c516216ae6e4f93c07d2a560623e3da8e936
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 14 18:41:31 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 14 18:43:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c4c516
7
8 dev-perl/Event-RPC: Cleanup old 1.80.0
9
10 Newer versions stable for at least a month
11
12 Closes: https://bugs.gentoo.org/661300
13 Package-Manager: Portage-2.3.103, Repoman-2.3.22
14 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
15
16 dev-perl/Event-RPC/Event-RPC-1.80.0.ebuild | 37 ----
17 dev-perl/Event-RPC/Manifest | 1 -
18 .../files/Event-RPC-1.80.0-no-dot-inc.patch | 203 ---------------------
19 3 files changed, 241 deletions(-)
20
21 diff --git a/dev-perl/Event-RPC/Event-RPC-1.80.0.ebuild b/dev-perl/Event-RPC/Event-RPC-1.80.0.ebuild
22 deleted file mode 100644
23 index e7e72847fb2..00000000000
24 --- a/dev-perl/Event-RPC/Event-RPC-1.80.0.ebuild
25 +++ /dev/null
26 @@ -1,37 +0,0 @@
27 -# Copyright 1999-2019 Gentoo Authors
28 -# Distributed under the terms of the GNU General Public License v2
29 -
30 -EAPI=6
31 -
32 -DIST_AUTHOR=JRED
33 -DIST_VERSION=1.08
34 -DIST_EXAMPLES=("examples/*")
35 -inherit perl-module
36 -
37 -DESCRIPTION="Event based transparent Client/Server RPC framework"
38 -
39 -SLOT="0"
40 -KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86"
41 -IUSE="test"
42 -RESTRICT="!test? ( test )"
43 -
44 -# Note: Storable not listed in final alternation like it is
45 -# upstream as storable alone is inherently insecure, so we force
46 -# availability of at least one secure option
47 -RDEPEND="|| ( dev-perl/Event dev-perl/glib-perl dev-perl/AnyEvent )
48 - dev-perl/IO-Socket-SSL
49 - dev-perl/Net-SSLeay
50 - || ( >=dev-perl/Sereal-3.0.0 dev-perl/CBOR-XS >=dev-perl/JSON-XS-3.0.0 )
51 -"
52 -DEPEND="${RDEPEND}
53 - virtual/perl-ExtUtils-MakeMaker
54 - test? (
55 - virtual/perl-Test-Simple
56 - virtual/perl-Storable
57 - virtual/perl-IO
58 - )
59 -"
60 -# Before disabling test here again, please file a bug and help kentnl
61 -# track it down, so we can at least run some tests where its sensible.
62 -#SRC_TEST=skip
63 -PATCHES=("${FILESDIR}/${P}-no-dot-inc.patch")
64
65 diff --git a/dev-perl/Event-RPC/Manifest b/dev-perl/Event-RPC/Manifest
66 index cc57d260f0c..6c65caade1f 100644
67 --- a/dev-perl/Event-RPC/Manifest
68 +++ b/dev-perl/Event-RPC/Manifest
69 @@ -1,2 +1 @@
70 -DIST Event-RPC-1.08.tar.gz 57504 BLAKE2B 2dcd0c1807ec1c7823ea4a27f7acfc010cc83068152ae054d25d3814021e34aa301e9eb7a8c90468ad05f0f43e3e89c229893c51e012126084014e1519a884d7 SHA512 39de9feb1e958c8834e6492cf7d6d237892e8b4ea54e534af6d0a92dddae9126766872e46b9222f00deb24309981a4459b84cb37bc8ea74e7d62e4112b1fe317
71 DIST Event-RPC-1.10.tar.gz 51373 BLAKE2B 8c100acbdcdb777239a9e82668ff17201721b346b9646ba144b86ac716095923464f9c0da1ce8012ec5dc87756e881b4c1d4f3ec67bf90e0148980bd816376f1 SHA512 bc824ef779c0814ebac096e4152f239c6d3216e358d20491843e46d33f71d5eda4609abc3ee7ed6b3ae96c3689a8cf23f931630cd15bd660213bd41628a7c479
72
73 diff --git a/dev-perl/Event-RPC/files/Event-RPC-1.80.0-no-dot-inc.patch b/dev-perl/Event-RPC/files/Event-RPC-1.80.0-no-dot-inc.patch
74 deleted file mode 100644
75 index 9db111d68ea..00000000000
76 --- a/dev-perl/Event-RPC/files/Event-RPC-1.80.0-no-dot-inc.patch
77 +++ /dev/null
78 @@ -1,203 +0,0 @@
79 -From d0ac39cd738065a8f157dade0da743fd2c80960b Mon Sep 17 00:00:00 2001
80 -From: Kent Fredric <kentnl@g.o>
81 -Date: Sat, 21 Oct 2017 10:17:48 +1300
82 -Subject: Fix test failures without '.' in @INC on Perl 5.26
83 -
84 -Bug: https://rt.cpan.org/Ticket/Display.html?id=121204
85 -Bug: https://bugs.gentoo.org/615834
86 ----
87 - MANIFEST | 6 +++---
88 - t/02.cnct.t | 3 ++-
89 - t/03.cnct-auth.t | 3 ++-
90 - t/04.cnct-auth-ssl-verifypeer-noca.t | 3 ++-
91 - t/04.cnct-auth-ssl-verifypeer-wrongca.t | 3 ++-
92 - t/04.cnct-auth-ssl-verifypeer.t | 3 ++-
93 - t/04.cnct-auth-ssl.t | 4 ++--
94 - t/05.func.t | 3 ++-
95 - t/06.object2.t | 4 ++--
96 - t/07.maxpacket.t | 4 ++--
97 - t/08.msg_formats.t | 4 ++--
98 - t/{ => lib}/Event_RPC_Test.pm | 0
99 - t/{ => lib}/Event_RPC_Test2.pm | 0
100 - t/{ => lib}/Event_RPC_Test_Server.pm | 0
101 - 14 files changed, 23 insertions(+), 17 deletions(-)
102 - rename t/{ => lib}/Event_RPC_Test.pm (100%)
103 - rename t/{ => lib}/Event_RPC_Test2.pm (100%)
104 - rename t/{ => lib}/Event_RPC_Test_Server.pm (100%)
105 -
106 -diff --git a/MANIFEST b/MANIFEST
107 -index fa86a36..4c5f709 100644
108 ---- a/MANIFEST
109 -+++ b/MANIFEST
110 -@@ -32,9 +32,9 @@ t/05.func.t
111 - t/06.object2.t
112 - t/07.maxpacket.t
113 - t/08.msg_formats.t
114 --t/Event_RPC_Test.pm
115 --t/Event_RPC_Test2.pm
116 --t/Event_RPC_Test_Server.pm
117 -+t/lib/Event_RPC_Test.pm
118 -+t/lib/Event_RPC_Test2.pm
119 -+t/lib/Event_RPC_Test_Server.pm
120 - t/ssl/ca.crt
121 - t/ssl/ca.key
122 - t/ssl/ca-wrong.crt
123 -diff --git a/t/02.cnct.t b/t/02.cnct.t
124 -index 3ed842c..c23aa06 100644
125 ---- a/t/02.cnct.t
126 -+++ b/t/02.cnct.t
127 -@@ -16,7 +16,8 @@ if ( not $depend_modules ) {
128 -
129 - plan tests => 5;
130 -
131 --require "t/Event_RPC_Test_Server.pm";
132 -+use lib 't/lib';
133 -+require Event_RPC_Test_Server;
134 - my $PORT = Event_RPC_Test_Server->port;
135 -
136 - # load client class
137 -diff --git a/t/03.cnct-auth.t b/t/03.cnct-auth.t
138 -index 6f782f9..06cf939 100644
139 ---- a/t/03.cnct-auth.t
140 -+++ b/t/03.cnct-auth.t
141 -@@ -15,7 +15,8 @@ if ( not $depend_modules ) {
142 -
143 - plan tests => 6;
144 -
145 --require "t/Event_RPC_Test_Server.pm";
146 -+use lib 't/lib';
147 -+require Event_RPC_Test_Server;
148 - my $PORT = Event_RPC_Test_Server->port;
149 -
150 - my $AUTH_USER = "foo";
151 -diff --git a/t/04.cnct-auth-ssl-verifypeer-noca.t b/t/04.cnct-auth-ssl-verifypeer-noca.t
152 -index 0a2502e..bafafff 100644
153 ---- a/t/04.cnct-auth-ssl-verifypeer-noca.t
154 -+++ b/t/04.cnct-auth-ssl-verifypeer-noca.t
155 -@@ -20,7 +20,8 @@ if ( $@ ) {
156 -
157 - plan tests => 4;
158 -
159 --require "t/Event_RPC_Test_Server.pm";
160 -+use lib "t/lib";
161 -+require Event_RPC_Test_Server;
162 - my $PORT = Event_RPC_Test_Server->port;
163 -
164 - my $AUTH_USER = "foo";
165 -diff --git a/t/04.cnct-auth-ssl-verifypeer-wrongca.t b/t/04.cnct-auth-ssl-verifypeer-wrongca.t
166 -index 48d7bdf..e34265d 100644
167 ---- a/t/04.cnct-auth-ssl-verifypeer-wrongca.t
168 -+++ b/t/04.cnct-auth-ssl-verifypeer-wrongca.t
169 -@@ -20,7 +20,8 @@ if ( $@ ) {
170 -
171 - plan tests => 5;
172 -
173 --require "t/Event_RPC_Test_Server.pm";
174 -+use lib 't/lib';
175 -+require Event_RPC_Test_Server;
176 - my $PORT = Event_RPC_Test_Server->port;
177 -
178 - my $AUTH_USER = "foo";
179 -diff --git a/t/04.cnct-auth-ssl-verifypeer.t b/t/04.cnct-auth-ssl-verifypeer.t
180 -index 6dc7816..93bc077 100644
181 ---- a/t/04.cnct-auth-ssl-verifypeer.t
182 -+++ b/t/04.cnct-auth-ssl-verifypeer.t
183 -@@ -20,7 +20,8 @@ if ( $@ ) {
184 -
185 - plan tests => 6;
186 -
187 --require "t/Event_RPC_Test_Server.pm";
188 -+use lib 't/lib';
189 -+require Event_RPC_Test_Server;
190 - my $PORT = Event_RPC_Test_Server->port;
191 -
192 - my $AUTH_USER = "foo";
193 -diff --git a/t/04.cnct-auth-ssl.t b/t/04.cnct-auth-ssl.t
194 -index 2b1eda4..0d9528e 100644
195 ---- a/t/04.cnct-auth-ssl.t
196 -+++ b/t/04.cnct-auth-ssl.t
197 -@@ -19,8 +19,8 @@ if ( $@ ) {
198 - }
199 -
200 - plan tests => 6;
201 --
202 --require "t/Event_RPC_Test_Server.pm";
203 -+use lib 't/lib';
204 -+require Event_RPC_Test_Server;
205 - my $PORT = Event_RPC_Test_Server->port;
206 -
207 - my $AUTH_USER = "foo";
208 -diff --git a/t/05.func.t b/t/05.func.t
209 -index 88fbe28..bd095b1 100644
210 ---- a/t/05.func.t
211 -+++ b/t/05.func.t
212 -@@ -14,7 +14,8 @@ if ( not $depend_modules ) {
213 -
214 - plan tests => 18;
215 -
216 --require "t/Event_RPC_Test_Server.pm";
217 -+use lib 't/lib';
218 -+require Event_RPC_Test_Server;
219 - my $PORT = Event_RPC_Test_Server->port;
220 -
221 - # load client class
222 -diff --git a/t/06.object2.t b/t/06.object2.t
223 -index 62fcaca..7475a9d 100644
224 ---- a/t/06.object2.t
225 -+++ b/t/06.object2.t
226 -@@ -16,8 +16,8 @@ if ( not $depend_modules ) {
227 - }
228 -
229 - plan tests => 10;
230 --
231 --require "t/Event_RPC_Test_Server.pm";
232 -+use lib 't/lib';
233 -+require Event_RPC_Test_Server;
234 - my $PORT = Event_RPC_Test_Server->port;
235 -
236 - # load client class
237 -diff --git a/t/07.maxpacket.t b/t/07.maxpacket.t
238 -index 88f8893..4b4e5e4 100644
239 ---- a/t/07.maxpacket.t
240 -+++ b/t/07.maxpacket.t
241 -@@ -14,8 +14,8 @@ if ( not $depend_modules ) {
242 - }
243 -
244 - plan tests => 9;
245 --
246 --require "t/Event_RPC_Test_Server.pm";
247 -+use lib 't/lib';
248 -+require Event_RPC_Test_Server;
249 - my $PORT = Event_RPC_Test_Server->port;
250 -
251 - # load client class
252 -diff --git a/t/08.msg_formats.t b/t/08.msg_formats.t
253 -index f4a93c9..a875d8e 100644
254 ---- a/t/08.msg_formats.t
255 -+++ b/t/08.msg_formats.t
256 -@@ -15,8 +15,8 @@ eval { require Glib } && ++$depend_modules;
257 - if ( not $depend_modules ) {
258 - plan skip_all => "Neither AnyEvent, Event nor Glib installed";
259 - }
260 --
261 --require "t/Event_RPC_Test_Server.pm";
262 -+use lib 't/lib';
263 -+require Event_RPC_Test_Server;
264 - my $PORT = Event_RPC_Test_Server->port;
265 -
266 - # determine available message formats (including the insecure)
267 -diff --git a/t/Event_RPC_Test.pm b/t/lib/Event_RPC_Test.pm
268 -similarity index 100%
269 -rename from t/Event_RPC_Test.pm
270 -rename to t/lib/Event_RPC_Test.pm
271 -diff --git a/t/Event_RPC_Test2.pm b/t/lib/Event_RPC_Test2.pm
272 -similarity index 100%
273 -rename from t/Event_RPC_Test2.pm
274 -rename to t/lib/Event_RPC_Test2.pm
275 -diff --git a/t/Event_RPC_Test_Server.pm b/t/lib/Event_RPC_Test_Server.pm
276 -similarity index 100%
277 -rename from t/Event_RPC_Test_Server.pm
278 -rename to t/lib/Event_RPC_Test_Server.pm
279 ---
280 -2.14.2
281 -