summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-07-16 00:34:23 +1200
committerKent Fredric <kentnl@gentoo.org>2020-07-16 00:34:37 +1200
commit75d4be9e2e5629667b23cd1f1a3b1d228ec146a3 (patch)
tree30c44d94fb49ae03a44ac5c61c35b635439db9cb /dev-perl/Data-ICal/files
parentsys-apps/s6-rc: arm keyworded (bug #705540) (diff)
downloadgentoo-75d4be9e2e5629667b23cd1f1a3b1d228ec146a3.tar.gz
gentoo-75d4be9e2e5629667b23cd1f1a3b1d228ec146a3.tar.bz2
gentoo-75d4be9e2e5629667b23cd1f1a3b1d228ec146a3.zip
dev-perl/Data-ICal: Bump to versionj 0.240.0
- EAPI7 - Parallel tests - Convert 'sed' replacements into patches - Unconditionally remove bad tests Upstream: - Prevent escaping of semi-colon in GEO field - Faster/clearer property folding Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Data-ICal/files')
-rw-r--r--dev-perl/Data-ICal/files/Data-ICal-0.24-no-autoinstall.patch24
-rw-r--r--dev-perl/Data-ICal/files/Data-ICal-0.24-no-dot-inc.patch21
2 files changed, 45 insertions, 0 deletions
diff --git a/dev-perl/Data-ICal/files/Data-ICal-0.24-no-autoinstall.patch b/dev-perl/Data-ICal/files/Data-ICal-0.24-no-autoinstall.patch
new file mode 100644
index 000000000000..f321bbec98ca
--- /dev/null
+++ b/dev-perl/Data-ICal/files/Data-ICal-0.24-no-autoinstall.patch
@@ -0,0 +1,24 @@
+From 6d28e03e9c5bc92ddfb92d2787af6a7d3baff24d Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Wed, 15 Jul 2020 23:59:05 +1200
+Subject: Disable autoinstall and sign functionality
+
+These aren't helpful for Gentoo
+---
+ Makefile.PL | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index c3d895e..ea29f9b 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -13,6 +13,4 @@ requires('Class::Accessor');
+ requires('Text::vFile::asData');
+ requires('MIME::QuotedPrint');
+ requires('Class::ReturnValue');
+-auto_install();
+-sign();
+ WriteAll;
+--
+2.27.0
+
diff --git a/dev-perl/Data-ICal/files/Data-ICal-0.24-no-dot-inc.patch b/dev-perl/Data-ICal/files/Data-ICal-0.24-no-dot-inc.patch
new file mode 100644
index 000000000000..361b40943cf6
--- /dev/null
+++ b/dev-perl/Data-ICal/files/Data-ICal-0.24-no-dot-inc.patch
@@ -0,0 +1,21 @@
+From 976b06737710d78fc0aef76b8251d0e138ebbc18 Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Thu, 16 Jul 2020 00:19:16 +1200
+Subject: Include '.' in @INC for perl 5.26+
+
+---
+ Makefile.PL | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index ea29f9b..44fb3b8 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,3 +1,4 @@
++use lib '.';
+ use inc::Module::Install;
+
+ name ('Data-ICal');
+--
+2.27.0
+