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/IO-Pager/files/
Date: Sat, 06 Nov 2021 09:30:57
Message-Id: 1636191017.13f4ad6b9bce961bda7e15800c014dc7178d0b7e.jsmolic@gentoo
1 commit: 13f4ad6b9bce961bda7e15800c014dc7178d0b7e
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Nov 5 15:26:20 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 09:30:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f4ad6b
7
8 dev-perl/IO-Pager: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/22829
13 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
14
15 .../files/IO-Pager-0.390.0-no-dot-inc.patch | 27 ----------------------
16 1 file changed, 27 deletions(-)
17
18 diff --git a/dev-perl/IO-Pager/files/IO-Pager-0.390.0-no-dot-inc.patch b/dev-perl/IO-Pager/files/IO-Pager-0.390.0-no-dot-inc.patch
19 deleted file mode 100644
20 index 4434d1fef26..00000000000
21 --- a/dev-perl/IO-Pager/files/IO-Pager-0.390.0-no-dot-inc.patch
22 +++ /dev/null
23 @@ -1,27 +0,0 @@
24 -From a8628cb9690900f6bbf44b8cd509ab53d1c16c15 Mon Sep 17 00:00:00 2001
25 -From: Kent Fredric <kentnl@g.o>
26 -Date: Thu, 26 Oct 2017 11:27:10 +1300
27 -Subject: Fix tests failing without '.' in @INC
28 -
29 -Bug: https://rt.cpan.org/Ticket/Display.html?id=121450
30 -Bug: https://bugs.gentoo.org/616994
31 ----
32 - t/11-redirect-oo.pl | 2 +-
33 - 1 file changed, 1 insertion(+), 1 deletion(-)
34 -
35 -diff --git a/t/11-redirect-oo.pl b/t/11-redirect-oo.pl
36 -index 385d6d4..9203500 100644
37 ---- a/t/11-redirect-oo.pl
38 -+++ b/t/11-redirect-oo.pl
39 -@@ -1,7 +1,7 @@
40 - use blib;
41 - use IO::Pager;
42 -
43 --our $txt; require 't/08-redirect.pl';
44 -+our $txt; require './t/08-redirect.pl';
45 -
46 - my $FH = new IO::Pager;
47 - $FH->print($txt);
48 ---
49 -2.14.3
50 -