Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-CppGuess/files/
Date: Mon, 01 Nov 2021 17:56:02
Message-Id: 1635789342.a16aea79fca5dc4f9e5b132d6c6e105eae5bb131.conikost@gentoo
1 commit: a16aea79fca5dc4f9e5b132d6c6e105eae5bb131
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon Nov 1 16:22:24 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 17:55:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16aea79
7
8 dev-perl/ExtUtils-CppGuess: remove unused patch(es)
9
10 Closes: https://github.com/gentoo/gentoo/pull/22783
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../ExtUtils-CppGuess-0.110.0-no-dot-inc.patch | 56 ----------------------
16 1 file changed, 56 deletions(-)
17
18 diff --git a/dev-perl/ExtUtils-CppGuess/files/ExtUtils-CppGuess-0.110.0-no-dot-inc.patch b/dev-perl/ExtUtils-CppGuess/files/ExtUtils-CppGuess-0.110.0-no-dot-inc.patch
19 deleted file mode 100644
20 index 0bca84c1aad..00000000000
21 --- a/dev-perl/ExtUtils-CppGuess/files/ExtUtils-CppGuess-0.110.0-no-dot-inc.patch
22 +++ /dev/null
23 @@ -1,56 +0,0 @@
24 -From 2c89bb54f233776fb8760a264286f9e0932f62c6 Mon Sep 17 00:00:00 2001
25 -From: Kent Fredric <kentnl@g.o>
26 -Date: Sat, 21 Oct 2017 13:15:43 +1300
27 -Subject: Fix tests on 5.26 without '.' in @INC
28 -
29 -Bug: https://rt.cpan.org/Ticket/Display.html?id=120848
30 -Bug: https://bugs.gentoo.org/615842
31 -Bug: https://github.com/tsee/extutils-cppguess/pull/15
32 ----
33 - t/010_module_build.t | 3 ++-
34 - t/011_makemaker.t | 3 ++-
35 - t/lib/TestUtils.pm | 3 ++-
36 - 3 files changed, 6 insertions(+), 3 deletions(-)
37 -
38 -diff --git a/t/010_module_build.t b/t/010_module_build.t
39 -index 93b5f44..ef004d3 100644
40 ---- a/t/010_module_build.t
41 -+++ b/t/010_module_build.t
42 -@@ -2,7 +2,8 @@
43 -
44 - use strict;
45 - use Test::More tests => 1;
46 --use t::lib::TestUtils;
47 -+use lib 't/lib';
48 -+use TestUtils;
49 -
50 - my $separator = ( '=' x 40 . "\n" );
51 -
52 -diff --git a/t/011_makemaker.t b/t/011_makemaker.t
53 -index 237636a..5986395 100644
54 ---- a/t/011_makemaker.t
55 -+++ b/t/011_makemaker.t
56 -@@ -2,7 +2,8 @@
57 -
58 - use strict;
59 - use Test::More tests => 1;
60 --use t::lib::TestUtils;
61 -+use lib 't/lib';
62 -+use TestUtils;
63 -
64 - my $separator = ( '=' x 40 . "\n" );
65 -
66 -diff --git a/t/lib/TestUtils.pm b/t/lib/TestUtils.pm
67 -index c71572b..b3480c4 100644
68 ---- a/t/lib/TestUtils.pm
69 -+++ b/t/lib/TestUtils.pm
70 -@@ -1,4 +1,5 @@
71 --package t::lib::TestUtils;
72 -+package # hide
73 -+ TestUtils;
74 -
75 - use strict;
76 -
77 ---
78 -2.14.2
79 -