commit:     2c803602c2afa96a679f7c10157298343fba1eee
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  2 22:30:15 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov  2 22:34:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c803602

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 <AT> gentoo.org>

 ...40.0-r1.ebuild => HTTP-Server-Simple-Mason-0.140.0-r2.ebuild} | 9 +++++----
 1 file 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
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 c37add1045a..6b610a98030 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

Reply via email to