diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-02 23:30:15 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-02 23:34:14 +0100 |
commit | 2c803602c2afa96a679f7c10157298343fba1eee (patch) | |
tree | b1ed913ecd9bc378d0a1e89f0eb4fcb8dc57f881 /dev-perl/HTTP-Server-Simple-Mason | |
parent | dev-perl/HTTP-Server-Simple: EAPI=8 bump (diff) | |
download | gentoo-2c803602c2afa96a679f7c10157298343fba1eee.tar.gz gentoo-2c803602c2afa96a679f7c10157298343fba1eee.tar.bz2 gentoo-2c803602c2afa96a679f7c10157298343fba1eee.zip |
dev-perl/HTTP-Server-Simple-Mason: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/HTTP-Server-Simple-Mason')
-rw-r--r-- | dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r2.ebuild (renamed from dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r2.ebuild index c37add1045aa..6b610a98030d 100644 --- a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild +++ b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=JESSE DIST_VERSION=0.14 @@ -11,7 +11,6 @@ DESCRIPTION="An abstract baseclass for a standalone mason server" SLOT="0" KEYWORDS="amd64 ~ppc x86" -IUSE="" RDEPEND=" dev-perl/Hook-LexWrap @@ -20,16 +19,18 @@ RDEPEND=" >=dev-perl/HTML-Mason-1.250.0 >=dev-perl/HTTP-Server-Simple-0.40.0 " -DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND}" # Parallel failures, # https://bugs.gentoo.org/623112 DIST_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 } + src_test() { perl_rm_files t/02pod.t t/03podcoverage.t perl-module_src_test |