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/HTML-Mason/files/
Date: Sat, 06 Nov 2021 09:30:57
Message-Id: 1636191015.b707ca372e717de1fa25868d51dee0495b8e763e.jsmolic@gentoo
1 commit: b707ca372e717de1fa25868d51dee0495b8e763e
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Nov 5 15:25:34 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 09:30:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b707ca37
7
8 dev-perl/HTML-Mason: 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 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 .../files/HTML-Mason-1.560.0-no-dot-inc.patch | 28 ----------------------
15 1 file changed, 28 deletions(-)
16
17 diff --git a/dev-perl/HTML-Mason/files/HTML-Mason-1.560.0-no-dot-inc.patch b/dev-perl/HTML-Mason/files/HTML-Mason-1.560.0-no-dot-inc.patch
18 deleted file mode 100644
19 index 6dda6205c86..00000000000
20 --- a/dev-perl/HTML-Mason/files/HTML-Mason-1.560.0-no-dot-inc.patch
21 +++ /dev/null
22 @@ -1,28 +0,0 @@
23 -From 07ed4ceef9d501d2ee455e589ae9075a9898ebdd Mon Sep 17 00:00:00 2001
24 -From: Kent Fredric <kentnl@g.o>
25 -Date: Tue, 24 Oct 2017 17:40:13 +1300
26 -Subject: Fix t/13-errors.t failing w/o '.' in @INC
27 -
28 -Bug: https://bugs.gentoo.org/616966
29 -Bug: https://rt.cpan.org/Public/Bug/Display.html?id=121443
30 -Bug: https://github.com/houseabsolute/HTML-Mason/pull/6
31 ----
32 - t/13-errors.t | 2 +-
33 - 1 file changed, 1 insertion(+), 1 deletion(-)
34 -
35 -diff --git a/t/13-errors.t b/t/13-errors.t
36 -index 716f2f02..78cfc6b0 100644
37 ---- a/t/13-errors.t
38 -+++ b/t/13-errors.t
39 -@@ -417,7 +417,7 @@ EOF
40 - description => 'Require a module with an error in a once block',
41 - component => <<'EOF',
42 - <%once>
43 --require "t/lib/BadModule.pm";
44 -+require "./t/lib/BadModule.pm";
45 - </%once>
46 - hi!
47 - EOF
48 ---
49 -2.14.2
50 -