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 similarity index 90% rename from dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild rename to dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r2.ebuild index c37add1045aaa..6b610a98030d8 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