Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/URI-Fetch/, dev-perl/URI-Fetch/files/
Date: Thu, 10 Jun 2021 18:02:37
Message-Id: 1623348132.6c5aa33b36a46d5d3a3fc46e1dbf7ce62861e2e4.sam@gentoo
1 commit: 6c5aa33b36a46d5d3a3fc46e1dbf7ce62861e2e4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 18:02:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 18:02:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5aa33b
7
8 dev-perl/URI-Fetch: apply upstream patch for Perl minimum version
9
10 Closes: https://bugs.gentoo.org/794676
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild | 6 +++++-
14 dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch | 12 ++++++++++++
15 2 files changed, 17 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild b/dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild
18 index 532f71df28f..02383629c00 100644
19 --- a/dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild
20 +++ b/dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -29,3 +29,7 @@ DEPEND="${RDEPEND}
28 >=dev-perl/Test-RequiresInternet-0.50.0
29 )
30 "
31 +
32 +PATCHES=(
33 + "${FILESDIR}"/${P}-min-perl.patch
34 +)
35
36 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
37 new file mode 100644
38 index 00000000000..3108055dd54
39 --- /dev/null
40 +++ b/dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch
41 @@ -0,0 +1,12 @@
42 +https://github.com/neilb/URI-Fetch/commit/20eba82783a5c08adc88ff1cdc7ee9433d63ae4f.patch
43 +https://bugs.gentoo.org/794676
44 +--- a/lib/URI/Fetch.pm
45 ++++ b/lib/URI/Fetch.pm
46 +@@ -1,6 +1,6 @@
47 + package URI::Fetch;
48 + $URI::Fetch::VERSION = '0.13';
49 +-use 5.008_001;
50 ++use 5.008001;
51 + use strict;
52 + use warnings;
53 +