commit: e6bafd8cb60e7fce30d2ac929e0f4c1c05e98f3e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 5 20:53:16 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Aug 5 21:14:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6bafd8c
dev-perl/Role-Basic: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...e-Basic-0.130.0.ebuild => Role-Basic-0.130.0-r1.ebuild} | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
similarity index 60%
rename from dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
rename to dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
index dfd38813254..eb50cb3684c 100644
--- a/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
+++ b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=OVID
-MODULE_VERSION=0.13
+DIST_AUTHOR=OVID
+DIST_VERSION=0.13
inherit perl-module
DESCRIPTION="Just roles. Nothing else"
@@ -12,13 +12,9 @@ DESCRIPTION="Just roles. Nothing else"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? ( virtual/perl-Test-Simple )
"
-
-SRC_TEST="do parallel"