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/Crypt-Twofish/files/
Date: Fri, 29 Oct 2021 22:01:17
Message-Id: 1635543874.05893f43671467989f6b3c9cc68e0c4ad767f567.conikost@gentoo
1 commit: 05893f43671467989f6b3c9cc68e0c4ad767f567
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 21:44:34 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 21:44:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05893f43
7
8 dev-perl/Crypt-Twofish: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/22624
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 dev-perl/Crypt-Twofish/files/no-dot-inc.patch | 32 ---------------------------
16 1 file changed, 32 deletions(-)
17
18 diff --git a/dev-perl/Crypt-Twofish/files/no-dot-inc.patch b/dev-perl/Crypt-Twofish/files/no-dot-inc.patch
19 deleted file mode 100644
20 index a3b26afe821..00000000000
21 --- a/dev-perl/Crypt-Twofish/files/no-dot-inc.patch
22 +++ /dev/null
23 @@ -1,32 +0,0 @@
24 -From 0906d6c153b3bedad2a91a19e8441b9633070e10 Mon Sep 17 00:00:00 2001
25 -From: Kent Fredric <kentfredric@×××××.com>
26 -Date: Sun, 11 Jun 2017 15:29:53 +1200
27 -Subject: [PATCH] Fix tab/tables.pl for Perl 5.26
28 -
29 -Removal of "." from @INC means require $PATH no longer ever assumes
30 -a path relative to ".", and instead must be explicitly stated with a
31 -leading "./"
32 -
33 -Fixes RT#120087
34 -
35 -Bug: https://rt.cpan.org/Ticket/Display.html?id=120087
36 ----
37 - tab/tables.pl | 2 +-
38 - 1 file changed, 1 insertion(+), 1 deletion(-)
39 -
40 -diff --git a/tab/tables.pl b/tab/tables.pl
41 -index 2aa0c66..7bed411 100644
42 ---- a/tab/tables.pl
43 -+++ b/tab/tables.pl
44 -@@ -3,7 +3,7 @@
45 - # Copyright 2001 Abhijit Menon-Sen <ams@×××.org>
46 -
47 - use strict;
48 --require 'tab/misc.pl';
49 -+require './tab/misc.pl';
50 -
51 - my ($qtab, $mtab) = ([], []);
52 -
53 ---
54 -2.13.1
55 -