* [gentoo-commits] repo/gentoo:master commit in: dev-perl/URI-Fetch/, dev-perl/URI-Fetch/files/
@ 2021-06-10 18:02 Sam James
0 siblings, 0 replies; only message in thread
From: Sam James @ 2021-06-10 18:02 UTC (permalink / raw
To: gentoo-commits
commit: 6c5aa33b36a46d5d3a3fc46e1dbf7ce62861e2e4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 18:02:12 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 18:02:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5aa33b
dev-perl/URI-Fetch: apply upstream patch for Perl minimum version
Closes: https://bugs.gentoo.org/794676
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild | 6 +++++-
dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch | 12 ++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild b/dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild
index 532f71df28f..02383629c00 100644
--- a/dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild
+++ b/dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -29,3 +29,7 @@ DEPEND="${RDEPEND}
>=dev-perl/Test-RequiresInternet-0.50.0
)
"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-min-perl.patch
+)
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
new file mode 100644
index 00000000000..3108055dd54
--- /dev/null
+++ b/dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch
@@ -0,0 +1,12 @@
+https://github.com/neilb/URI-Fetch/commit/20eba82783a5c08adc88ff1cdc7ee9433d63ae4f.patch
+https://bugs.gentoo.org/794676
+--- 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;
+
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-06-10 18:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-10 18:02 [gentoo-commits] repo/gentoo:master commit in: dev-perl/URI-Fetch/, dev-perl/URI-Fetch/files/ Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox