* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Default/, dev-perl/Class-Default/files/
@ 2020-06-18 14:38 Kent Fredric
0 siblings, 0 replies; only message in thread
From: Kent Fredric @ 2020-06-18 14:38 UTC (permalink / raw
To: gentoo-commits
commit: a6ea2d94e4b9204ac36880d2aebab667981b9ce7
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 18 14:35:57 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 14:36:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ea2d94
dev-perl/Class-Default: -r bump for EAPI7
- EAPI7
- Parallel tests
- Remove useless tests
- Convert sed hack into patch
- Remove useless Module-Build dep
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Class-Default/Class-Default-1.510.0-r2.ebuild | 28 ++++++++++++++++++++++
.../files/Class-Default-1.51-no-dot-inc.patch | 22 +++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/dev-perl/Class-Default/Class-Default-1.510.0-r2.ebuild b/dev-perl/Class-Default/Class-Default-1.510.0-r2.ebuild
new file mode 100644
index 00000000000..90e15db324c
--- /dev/null
+++ b/dev-perl/Class-Default/Class-Default-1.510.0-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ADAMK
+DIST_VERSION=1.51
+inherit perl-module
+
+DESCRIPTION="Static calls apply to a default instantiation"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ test? (
+ >=virtual/perl-Test-Simple-0.470.0
+ )
+"
+PATCHES=(
+ "${FILESDIR}/${PN}-1.51-no-dot-inc.patch"
+)
+PERL_RM_FILES=(
+ t/98_pod.t
+ t/99_pmv.t
+)
diff --git a/dev-perl/Class-Default/files/Class-Default-1.51-no-dot-inc.patch b/dev-perl/Class-Default/files/Class-Default-1.51-no-dot-inc.patch
new file mode 100644
index 00000000000..fc1bce1de30
--- /dev/null
+++ b/dev-perl/Class-Default/files/Class-Default-1.51-no-dot-inc.patch
@@ -0,0 +1,22 @@
+From 5c0fe357eddfcbcd1fbe369b8f1aa8b69d8e06f3 Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Fri, 19 Jun 2020 02:10:04 +1200
+Subject: Include '.' in @INC on perl 5.26+
+
+---
+ Makefile.PL | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 96c3d70..b4c582b 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,4 +1,5 @@
+ use strict;
++use lib '.';
+ use inc::Module::Install;
+
+ name 'Class-Default';
+--
+2.27.0
+
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-06-18 14:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-18 14:38 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Default/, dev-perl/Class-Default/files/ Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox