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/Net-SSH2/files/
Date: Sun, 05 Dec 2021 21:46:02
Message-Id: 1638740716.5a04be9d5e69e4a9c24d6d6a755a621b2dc7bd3b.conikost@gentoo
1 commit: 5a04be9d5e69e4a9c24d6d6a755a621b2dc7bd3b
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Thu Nov 25 16:56:21 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 21:45:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a04be9d
7
8 dev-perl/Net-SSH2: 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: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 .../Net-SSH2/files/Net-SSH2-0.67-perl-5.26.patch | 23 ----------------------
15 1 file changed, 23 deletions(-)
16
17 diff --git a/dev-perl/Net-SSH2/files/Net-SSH2-0.67-perl-5.26.patch b/dev-perl/Net-SSH2/files/Net-SSH2-0.67-perl-5.26.patch
18 deleted file mode 100644
19 index 49e575835db2..000000000000
20 --- a/dev-perl/Net-SSH2/files/Net-SSH2-0.67-perl-5.26.patch
21 +++ /dev/null
22 @@ -1,23 +0,0 @@
23 -From 11b70a6e74a8705d40ffb7b277c96c5e2d896cf9 Mon Sep 17 00:00:00 2001
24 -From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= <dilfridge@g.o>
25 -Date: Thu, 6 Jul 2017 04:58:22 +1200
26 -Subject: Add build fix for Perl 5.26, bug 623008
27 -
28 -Bug: https://bugs.gentoo.org/623008
29 -Bug: https://github.com/rkitover/net-ssh2/pull/42
30 ----
31 - Makefile.PL | 1 +
32 - 1 file changed, 1 insertion(+)
33 -
34 -diff --git a/Makefile.PL b/Makefile.PL
35 -index 6b9d6d5..7bd8094 100644
36 ---- a/Makefile.PL
37 -+++ b/Makefile.PL
38 -@@ -1,3 +1,4 @@
39 -+use lib q[.];
40 - use inc::Module::Install 0.91;
41 - use Cwd;
42 - use Config;
43 ---
44 -2.14.3
45 -