public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Twofish/files/
@ 2021-10-29 22:01 Conrad Kostecki
  0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2021-10-29 22:01 UTC (permalink / raw
  To: gentoo-commits

commit:     05893f43671467989f6b3c9cc68e0c4ad767f567
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 21:44:34 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 21:44:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05893f43

dev-perl/Crypt-Twofish: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/22624
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-perl/Crypt-Twofish/files/no-dot-inc.patch | 32 ---------------------------
 1 file changed, 32 deletions(-)

diff --git a/dev-perl/Crypt-Twofish/files/no-dot-inc.patch b/dev-perl/Crypt-Twofish/files/no-dot-inc.patch
deleted file mode 100644
index a3b26afe821..00000000000
--- a/dev-perl/Crypt-Twofish/files/no-dot-inc.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 0906d6c153b3bedad2a91a19e8441b9633070e10 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentfredric@gmail.com>
-Date: Sun, 11 Jun 2017 15:29:53 +1200
-Subject: [PATCH] Fix tab/tables.pl for Perl 5.26
-
-Removal of "." from @INC means require $PATH no longer ever assumes
-a path relative to ".", and instead must be explicitly stated with a
-leading "./"
-
-Fixes RT#120087
-
-Bug: https://rt.cpan.org/Ticket/Display.html?id=120087
----
- tab/tables.pl | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tab/tables.pl b/tab/tables.pl
-index 2aa0c66..7bed411 100644
---- a/tab/tables.pl
-+++ b/tab/tables.pl
-@@ -3,7 +3,7 @@
- # Copyright 2001 Abhijit Menon-Sen <ams@wiw.org>
- 
- use strict;
--require 'tab/misc.pl';
-+require './tab/misc.pl';
- 
- my ($qtab, $mtab) = ([], []);
- 
--- 
-2.13.1
-


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-29 22:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-29 22:01 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Twofish/files/ Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox