commit:     b3e8b71f9fb49c1eed6d2a136d118e994ba8551e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 04:11:17 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 04:11:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e8b71f

dev-perl/Devel-Dumpvar: -r bump for EAPI7

- EAPI7
- Parallel tests
- Improve dependencies
- Migrate MI sed to a patch
- Remove bad tests

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Devel-Dumpvar/Devel-Dumpvar-1.60.0-r2.ebuild   | 35 ++++++++++++++++++++++
 .../files/Devel-Dumpvar-1.06-no-dot-inc.patch      | 21 +++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/dev-perl/Devel-Dumpvar/Devel-Dumpvar-1.60.0-r2.ebuild 
b/dev-perl/Devel-Dumpvar/Devel-Dumpvar-1.60.0-r2.ebuild
new file mode 100644
index 00000000000..e36f1f99559
--- /dev/null
+++ b/dev-perl/Devel-Dumpvar/Devel-Dumpvar-1.60.0-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ADAMK
+DIST_VERSION=1.06
+inherit perl-module
+
+DESCRIPTION="Pure-OO reimplementation of dumpvar.pl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       >=virtual/perl-Scalar-List-Utils-1.180.0
+"
+BDEPEND="${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+       test? (
+               >=virtual/perl-File-Spec-0.800.0
+               >=virtual/perl-Test-Simple-0.420.0
+       )
+"
+
+PATCHES=(
+       "${FILESDIR}/${PN}-1.06-no-dot-inc.patch"
+)
+PERL_RM_FILES=(
+       t/97_meta.t
+       t/98_pod.t
+       t/99_pmv.t
+)

diff --git a/dev-perl/Devel-Dumpvar/files/Devel-Dumpvar-1.06-no-dot-inc.patch 
b/dev-perl/Devel-Dumpvar/files/Devel-Dumpvar-1.06-no-dot-inc.patch
new file mode 100644
index 00000000000..191ee95bce4
--- /dev/null
+++ b/dev-perl/Devel-Dumpvar/files/Devel-Dumpvar-1.06-no-dot-inc.patch
@@ -0,0 +1,21 @@
+From b74c1c9cb2f8cffcb486580a13a24efcd86a984f Mon Sep 17 00:00:00 2001
+From: Kent Fredric <[email protected]>
+Date: Thu, 30 Jul 2020 15:30:11 +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 0c4ca77..3b377c9 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,3 +1,4 @@
++use lib '.';
+ use inc::Module::Install::DSL 0.91;
+ 
+ all_from      lib/Devel/Dumpvar.pm
+-- 
+2.27.0
+

Reply via email to