Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-LineBreak/files/
Date: Wed, 06 Oct 2021 16:21:35
Message-Id: 1633537225.404c0edacae9abfc661dbf4675314d0059e1a0d2.jsmolic@gentoo
1 commit: 404c0edacae9abfc661dbf4675314d0059e1a0d2
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Oct 1 15:50:59 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 6 16:20:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404c0eda
7
8 dev-perl/Unicode-LineBreak: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/22460
13 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
14
15 .../files/Unicode-LineBreak-2017.004-dotinc.patch | 232 ---------------------
16 1 file changed, 232 deletions(-)
17
18 diff --git a/dev-perl/Unicode-LineBreak/files/Unicode-LineBreak-2017.004-dotinc.patch b/dev-perl/Unicode-LineBreak/files/Unicode-LineBreak-2017.004-dotinc.patch
19 deleted file mode 100644
20 index 3a9b808f466..00000000000
21 --- a/dev-perl/Unicode-LineBreak/files/Unicode-LineBreak-2017.004-dotinc.patch
22 +++ /dev/null
23 @@ -1,232 +0,0 @@
24 -From fd36408d8e59381c0ea217166a244222adbd5ec9 Mon Sep 17 00:00:00 2001
25 -From: Kent Fredric <kentnl@g.o>
26 -Date: Sun, 18 Mar 2018 22:02:48 +1300
27 -Subject: Fix tests for '.' in @INC removal on Perl 5.26+
28 -
29 ----
30 - t/01break.t | 2 +-
31 - t/02hangul.t | 2 +-
32 - t/03ns.t | 2 +-
33 - t/04fold.t | 2 +-
34 - t/05urgent.t | 2 +-
35 - t/06context.t | 2 +-
36 - t/07sea.t | 2 +-
37 - t/08partial.t | 2 +-
38 - t/09uri.t | 2 +-
39 - t/11format.t | 2 +-
40 - t/12fold2.t | 2 +-
41 - t/13flowedsp.t | 2 +-
42 - t/14sea_al.t | 2 +-
43 - t/15array.t | 2 +-
44 - t/16regex.t | 2 +-
45 - t/17prop.t | 2 +-
46 - t/18currency.t | 2 +-
47 - 17 files changed, 17 insertions(+), 17 deletions(-)
48 -
49 -diff --git a/t/01break.t b/t/01break.t
50 -index a7676bc..4d80758 100644
51 ---- a/t/01break.t
52 -+++ b/t/01break.t
53 -@@ -1,6 +1,6 @@
54 - use strict;
55 - use Test::More;
56 --require "t/lb.pl";
57 -+require "./t/lb.pl";
58 -
59 - BEGIN { plan tests => 13 }
60 -
61 -diff --git a/t/02hangul.t b/t/02hangul.t
62 -index 5140636..027f418 100644
63 ---- a/t/02hangul.t
64 -+++ b/t/02hangul.t
65 -@@ -1,6 +1,6 @@
66 - use strict;
67 - use Test::More;
68 --require "t/lb.pl";
69 -+require "./t/lb.pl";
70 -
71 - BEGIN { plan tests => 2 }
72 -
73 -diff --git a/t/03ns.t b/t/03ns.t
74 -index 8d515dd..43b50f7 100644
75 ---- a/t/03ns.t
76 -+++ b/t/03ns.t
77 -@@ -1,6 +1,6 @@
78 - use strict;
79 - use Test::More;
80 --require "t/lb.pl";
81 -+require "./t/lb.pl";
82 -
83 - BEGIN { plan tests => 2 }
84 -
85 -diff --git a/t/04fold.t b/t/04fold.t
86 -index 8eb9624..50287cb 100644
87 ---- a/t/04fold.t
88 -+++ b/t/04fold.t
89 -@@ -1,6 +1,6 @@
90 - use strict;
91 - use Test::More;
92 --require "t/lf.pl";
93 -+require "./t/lf.pl";
94 -
95 - BEGIN { plan tests => 15 + 2 }
96 -
97 -diff --git a/t/05urgent.t b/t/05urgent.t
98 -index e5f27c7..0ae4c66 100644
99 ---- a/t/05urgent.t
100 -+++ b/t/05urgent.t
101 -@@ -1,6 +1,6 @@
102 - use strict;
103 - use Test::More;
104 --require "t/lb.pl";
105 -+require "./t/lb.pl";
106 -
107 - BEGIN { plan tests => 5 }
108 -
109 -diff --git a/t/06context.t b/t/06context.t
110 -index 4de9f4e..e8ac3f7 100644
111 ---- a/t/06context.t
112 -+++ b/t/06context.t
113 -@@ -1,6 +1,6 @@
114 - use strict;
115 - use Test::More;
116 --require "t/lb.pl";
117 -+require "./t/lb.pl";
118 -
119 - BEGIN { plan tests => 2 }
120 -
121 -diff --git a/t/07sea.t b/t/07sea.t
122 -index 8446e96..da4d49a 100644
123 ---- a/t/07sea.t
124 -+++ b/t/07sea.t
125 -@@ -1,6 +1,6 @@
126 - use strict;
127 - use Test::More;
128 --require "t/lb.pl";
129 -+require "./t/lb.pl";
130 -
131 - BEGIN {
132 - require Unicode::LineBreak;
133 -diff --git a/t/08partial.t b/t/08partial.t
134 -index e94f0a0..5baa894 100644
135 ---- a/t/08partial.t
136 -+++ b/t/08partial.t
137 -@@ -1,6 +1,6 @@
138 - use strict;
139 - use Test::More;
140 --require "t/lb.pl";
141 -+require "./t/lb.pl";
142 -
143 - BEGIN { plan tests => 15 }
144 -
145 -diff --git a/t/09uri.t b/t/09uri.t
146 -index 333e1cf..edb4d25 100644
147 ---- a/t/09uri.t
148 -+++ b/t/09uri.t
149 -@@ -1,6 +1,6 @@
150 - use strict;
151 - use Test::More;
152 --require "t/lb.pl";
153 -+require "./t/lb.pl";
154 -
155 - BEGIN { plan tests => 2 }
156 -
157 -diff --git a/t/11format.t b/t/11format.t
158 -index 62167cc..d4ebd5b 100644
159 ---- a/t/11format.t
160 -+++ b/t/11format.t
161 -@@ -1,6 +1,6 @@
162 - use strict;
163 - use Test::More;
164 --require "t/lb.pl";
165 -+require "./t/lb.pl";
166 -
167 - BEGIN { plan tests => 6 }
168 -
169 -diff --git a/t/12fold2.t b/t/12fold2.t
170 -index c9a64ef..d9fd4e8 100644
171 ---- a/t/12fold2.t
172 -+++ b/t/12fold2.t
173 -@@ -1,6 +1,6 @@
174 - use strict;
175 - use Test::More;
176 --require "t/lf.pl";
177 -+require "./t/lf.pl";
178 -
179 - BEGIN { plan tests => 2 }
180 -
181 -diff --git a/t/13flowedsp.t b/t/13flowedsp.t
182 -index 4454e6b..d4b96b8 100644
183 ---- a/t/13flowedsp.t
184 -+++ b/t/13flowedsp.t
185 -@@ -1,6 +1,6 @@
186 - use strict;
187 - use Test::More;
188 --require "t/lf.pl";
189 -+require "./t/lf.pl";
190 -
191 - BEGIN { plan tests => 1 }
192 -
193 -diff --git a/t/14sea_al.t b/t/14sea_al.t
194 -index 5a45574..2990333 100644
195 ---- a/t/14sea_al.t
196 -+++ b/t/14sea_al.t
197 -@@ -1,6 +1,6 @@
198 - use strict;
199 - use Test::More;
200 --require "t/lb.pl";
201 -+require "./t/lb.pl";
202 -
203 - BEGIN { plan tests => 1 }
204 -
205 -diff --git a/t/15array.t b/t/15array.t
206 -index 5ab75c2..51d79ab 100644
207 ---- a/t/15array.t
208 -+++ b/t/15array.t
209 -@@ -1,6 +1,6 @@
210 - use strict;
211 - use Test::More;
212 --require "t/lb.pl";
213 -+require "./t/lb.pl";
214 -
215 - BEGIN { plan tests => 19 }
216 -
217 -diff --git a/t/16regex.t b/t/16regex.t
218 -index 4a7f0db..e85e203 100644
219 ---- a/t/16regex.t
220 -+++ b/t/16regex.t
221 -@@ -1,6 +1,6 @@
222 - use strict;
223 - use Test::More;
224 --require "t/lb.pl";
225 -+require "./t/lb.pl";
226 -
227 - my $splitre;
228 - BEGIN {
229 -diff --git a/t/17prop.t b/t/17prop.t
230 -index 55b9944..7f5b68c 100644
231 ---- a/t/17prop.t
232 -+++ b/t/17prop.t
233 -@@ -1,6 +1,6 @@
234 - use strict;
235 - use Test::More;
236 --require 't/lb.pl';
237 -+require './t/lb.pl';
238 -
239 - BEGIN { plan tests => 12 }
240 -
241 -diff --git a/t/18currency.t b/t/18currency.t
242 -index e280ddd..4d6feef 100644
243 ---- a/t/18currency.t
244 -+++ b/t/18currency.t
245 -@@ -1,6 +1,6 @@
246 - use strict;
247 - use Test::More;
248 --require 't/lb.pl';
249 -+require './t/lb.pl';
250 -
251 - BEGIN { plan tests => 96 }
252 -
253 ---
254 -2.16.2
255 -