diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-12-13 19:59:48 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-12-13 22:30:57 +0100 |
commit | 3e17e19cb9c1e4a882574e99f8ca7b7e0bccf7d7 (patch) | |
tree | f61223c3555506ee86d6526eb9ee50dfa4bff0b2 /dev-perl/URI-Fetch | |
parent | dev-perl/Unicode-EastAsianWidth: remove unused patch(es) (diff) | |
download | gentoo-3e17e19cb9c1e4a882574e99f8ca7b7e0bccf7d7.tar.gz gentoo-3e17e19cb9c1e4a882574e99f8ca7b7e0bccf7d7.tar.bz2 gentoo-3e17e19cb9c1e4a882574e99f8ca7b7e0bccf7d7.zip |
dev-perl/URI-Fetch: remove unused patch(es)
Bug: https://github.com/gentoo/gentoo/pull/23291
Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-perl/URI-Fetch')
-rw-r--r-- | dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch b/dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch deleted file mode 100644 index 1d7009309d51..000000000000 --- a/dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch +++ /dev/null @@ -1,61 +0,0 @@ -https://bugs.gentoo.org/794676 -diff --git a/META.json b/META.json -index 974e2a1..7ac7ad1 100644 ---- a/META.json -+++ b/META.json -@@ -28,7 +28,7 @@ - "URI" : "0", - "base" : "0", - "constant" : "0", -- "perl" : "5.008_001", -+ "perl" : "5.008001", - "strict" : "0", - "warnings" : "0" - } -diff --git a/META.yml b/META.yml -index d8902d3..388f6f1 100644 ---- a/META.yml -+++ b/META.yml -@@ -23,7 +23,7 @@ requires: - URI: '0' - base: '0' - constant: '0' -- perl: 5.008_001 -+ perl: '5.008001' - strict: '0' - warnings: '0' - resources: -diff --git a/Makefile.PL b/Makefile.PL -index d30a364..96baeaa 100644 ---- a/Makefile.PL -+++ b/Makefile.PL -@@ -2,7 +2,7 @@ - use strict; - use warnings; - --use 5.008_001; -+use 5.008001; - - use ExtUtils::MakeMaker; - -@@ -15,7 +15,7 @@ my %WriteMakefileArgs = ( - "DISTNAME" => "URI-Fetch", - "EXE_FILES" => [], - "LICENSE" => "perl", -- "MIN_PERL_VERSION" => "5.008_001", -+ "MIN_PERL_VERSION" => "5.008001", - "NAME" => "URI::Fetch", - "PREREQ_PM" => { - "Carp" => 0, -diff --git a/lib/URI/Fetch.pm b/lib/URI/Fetch.pm -index 136669f..7615b54 100644 ---- a/lib/URI/Fetch.pm -+++ b/lib/URI/Fetch.pm -@@ -1,6 +1,6 @@ - package URI::Fetch; - $URI::Fetch::VERSION = '0.13'; --use 5.008_001; -+use 5.008001; - use strict; - use warnings; - |