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

commit:     8d4caaca90234779b293c1c392c0210ef19240e7
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Nov  1 16:22:47 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Nov  1 17:55:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4caaca

dev-perl/File-NFSLock: remove unused patch(es)

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

 .../files/File-NFSLock-1.27-no-dot-inc.patch       | 34 ----------------------
 1 file changed, 34 deletions(-)

diff --git a/dev-perl/File-NFSLock/files/File-NFSLock-1.27-no-dot-inc.patch b/dev-perl/File-NFSLock/files/File-NFSLock-1.27-no-dot-inc.patch
deleted file mode 100644
index 9b67d24d10d..00000000000
--- a/dev-perl/File-NFSLock/files/File-NFSLock-1.27-no-dot-inc.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 08deb6590eecd9d92a38edf1b22d615175e1d8d3 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentfredric@gmail.com>
-Date: Mon, 26 Jun 2017 19:43:14 +1200
-Subject: [PATCH] Fix for '.' removal from Perl 5.26 @INC
-
----
- File-NFSLock.spec.PL | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/File-NFSLock.spec.PL b/File-NFSLock.spec.PL
-index fdf9fdf..f5586c1 100644
---- a/File-NFSLock.spec.PL
-+++ b/File-NFSLock.spec.PL
-@@ -18,7 +18,7 @@ sub WriteMakefile {
-   } elsif (my $version_from = $props{VERSION_FROM}) {
-     $@ = "";
-     $version = eval qq{
--      do "$version_from";
-+      do "./$version_from";
-       \$$name\::VERSION || die "$version_from: Missing VERSION";
-     };
-     die $@ if $@;
-@@ -29,7 +29,7 @@ sub WriteMakefile {
-     die "Makefile.PL: Could not determine version!";
-   }
- }
--do "Makefile.PL";
-+do "./Makefile.PL";
- if ($name) {
-   $name =~ s/::/-/g;
- } else {
--- 
-2.13.1
-


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

only message in thread, other threads:[~2021-11-01 17:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-01 17:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-NFSLock/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