* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PerlIO-via-dynamic/
@ 2017-07-02 15:20 Andreas Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Hüttel @ 2017-07-02 15:20 UTC (permalink / raw
To: gentoo-commits
commit: 583cd96a8fd6d8334d59481d7b5e6ab953d882b2
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 15:19:59 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 15:19:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583cd96a
dev-perl/PerlIO-via-dynamic: Add build fix for Perl 5.26, bug 623072
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../PerlIO-via-dynamic-0.140.0-r1.ebuild | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/dev-perl/PerlIO-via-dynamic/PerlIO-via-dynamic-0.140.0-r1.ebuild b/dev-perl/PerlIO-via-dynamic/PerlIO-via-dynamic-0.140.0-r1.ebuild
index 5ac8b5e37f8..a58091b3d22 100644
--- a/dev-perl/PerlIO-via-dynamic/PerlIO-via-dynamic-0.140.0-r1.ebuild
+++ b/dev-perl/PerlIO-via-dynamic/PerlIO-via-dynamic-0.140.0-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-MODULE_AUTHOR=ALEXMV
-MODULE_VERSION=0.14
+DIST_AUTHOR=ALEXMV
+DIST_VERSION=0.14
inherit perl-module
-DESCRIPTION="PerlIO::via::dynamic - dynamic PerlIO layers"
+DESCRIPTION="Dynamic PerlIO layers"
SLOT="0"
KEYWORDS="alpha amd64 ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
@@ -16,4 +16,8 @@ IUSE=""
RDEPEND=">=virtual/perl-File-Temp-0.14"
DEPEND="${RDEPEND}"
-SRC_TEST="do"
+src_prepare() {
+ sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' 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/PerlIO-via-dynamic/
@ 2021-07-29 20:01 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2021-07-29 20:01 UTC (permalink / raw
To: gentoo-commits
commit: 14098c463bedb4e616f46ead398bfcc0f1484b41
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 19:51:05 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 20:01:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14098c46
dev-perl/PerlIO-via-dynamic: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...-0.140.0-r1.ebuild => PerlIO-via-dynamic-0.140.0-r2.ebuild} | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/dev-perl/PerlIO-via-dynamic/PerlIO-via-dynamic-0.140.0-r1.ebuild b/dev-perl/PerlIO-via-dynamic/PerlIO-via-dynamic-0.140.0-r2.ebuild
similarity index 86%
rename from dev-perl/PerlIO-via-dynamic/PerlIO-via-dynamic-0.140.0-r1.ebuild
rename to dev-perl/PerlIO-via-dynamic/PerlIO-via-dynamic-0.140.0-r2.ebuild
index 10f8e51c116..c69909faf7f 100644
--- a/dev-perl/PerlIO-via-dynamic/PerlIO-via-dynamic-0.140.0-r1.ebuild
+++ b/dev-perl/PerlIO-via-dynamic/PerlIO-via-dynamic-0.140.0-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=ALEXMV
DIST_VERSION=0.14
@@ -11,10 +11,12 @@ DESCRIPTION="Dynamic PerlIO layers"
SLOT="0"
KEYWORDS="~alpha amd64 ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE=""
-RDEPEND=">=virtual/perl-File-Temp-0.14"
-DEPEND="${RDEPEND}"
+RDEPEND="
+ >=virtual/perl-File-Temp-0.14
+"
+BDEPEND="${RDEPEND}
+"
src_prepare() {
sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-29 20:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-29 20:01 [gentoo-commits] repo/gentoo:master commit in: dev-perl/PerlIO-via-dynamic/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2017-07-02 15:20 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox