commit: b2b820dbc35f090a16252372b9f8d29ab5d3e114
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 5 21:00:05 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Aug 5 21:14:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b820db
dev-perl/Router-Simple: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...uter-Simple-0.170.0.ebuild => Router-Simple-0.170.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Router-Simple/Router-Simple-0.170.0.ebuild
b/dev-perl/Router-Simple/Router-Simple-0.170.0-r1.ebuild
similarity index 79%
rename from dev-perl/Router-Simple/Router-Simple-0.170.0.ebuild
rename to dev-perl/Router-Simple/Router-Simple-0.170.0-r1.ebuild
index e954a3eed5a..7bc43471a1e 100644
--- a/dev-perl/Router-Simple/Router-Simple-0.170.0.ebuild
+++ b/dev-perl/Router-Simple/Router-Simple-0.170.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=TOKUHIROM
DIST_VERSION=0.17
@@ -11,15 +11,13 @@ DESCRIPTION="Simple HTTP router"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Class-Accessor-Lite
virtual/perl-Scalar-List-Utils
virtual/perl-parent
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? ( >=virtual/perl-Test-Simple-0.980.0 )
"