mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user