* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-Dumpvar/
@ 2017-06-25 10:17 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2017-06-25 10:17 UTC (permalink / raw
To: gentoo-commits
commit: 57d16682ad5b823e3c8f2e88ad844e0589382b73
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 10:16:18 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 10:16:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d16682
dev-perl/Devel-Dumpvar: Fix for '.' in @INC re bug #615732
Generic Module::Install::DSL fix
Bug: https://bugs.gentoo.org/615732
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/Devel-Dumpvar/Devel-Dumpvar-1.60.0-r1.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/dev-perl/Devel-Dumpvar/Devel-Dumpvar-1.60.0-r1.ebuild b/dev-perl/Devel-Dumpvar/Devel-Dumpvar-1.60.0-r1.ebuild
index 6270c4400bb..c02ca5d71e6 100644
--- a/dev-perl/Devel-Dumpvar/Devel-Dumpvar-1.60.0-r1.ebuild
+++ b/dev-perl/Devel-Dumpvar/Devel-Dumpvar-1.60.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,3 +17,9 @@ RDEPEND=">=virtual/perl-Scalar-List-Utils-1.18"
DEPEND="${RDEPEND}"
SRC_TEST=do
+
+src_prepare() {
+ sed -i -e 's/use inc::Module::Install::DSL /use lib q[.];\nuse inc::Module::Install::DSL /' Makefile.PL ||
+ die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+ perl-module_src_prepare
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-Dumpvar/
@ 2020-08-31 8:48 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2020-08-31 8:48 UTC (permalink / raw
To: gentoo-commits
commit: d2859f13de0d860d73dd2c0c0014ab5acd975712
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 08:41:06 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 08:47:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2859f13
dev-perl/Devel-Dumpvar: Cleanup old 1.60.0-r1
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Devel-Dumpvar/Devel-Dumpvar-1.60.0-r1.ebuild | 25 ----------------------
1 file changed, 25 deletions(-)
diff --git a/dev-perl/Devel-Dumpvar/Devel-Dumpvar-1.60.0-r1.ebuild b/dev-perl/Devel-Dumpvar/Devel-Dumpvar-1.60.0-r1.ebuild
deleted file mode 100644
index c02ca5d71e6..00000000000
--- a/dev-perl/Devel-Dumpvar/Devel-Dumpvar-1.60.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ADAMK
-MODULE_VERSION=1.06
-inherit perl-module
-
-DESCRIPTION="Pure-OO reimplementation of dumpvar.pl"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/perl-Scalar-List-Utils-1.18"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
-
-src_prepare() {
- sed -i -e 's/use inc::Module::Install::DSL /use lib q[.];\nuse inc::Module::Install::DSL /' Makefile.PL ||
- die "Can't patch Makefile.PL for 5.26 dot-in-inc"
- perl-module_src_prepare
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-31 8:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-31 8:48 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-Dumpvar/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2017-06-25 10:17 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox