commit: d9a6a192064437edba62e514a8879c242c99ed9b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 4 16:35:38 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 4 16:36:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a6a192
dev-perl/Mo: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Mo/{Mo-0.400.0.ebuild => Mo-0.400.0-r1.ebuild} | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/dev-perl/Mo/Mo-0.400.0.ebuild b/dev-perl/Mo/Mo-0.400.0-r1.ebuild
similarity index 58%
rename from dev-perl/Mo/Mo-0.400.0.ebuild
rename to dev-perl/Mo/Mo-0.400.0-r1.ebuild
index c8bba29919b..00439c3895c 100644
--- a/dev-perl/Mo/Mo-0.400.0.ebuild
+++ b/dev-perl/Mo/Mo-0.400.0-r1.ebuild
@@ -1,20 +1,13 @@
-# 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=TINITA
-MODULE_VERSION=0.40
+DIST_AUTHOR=TINITA
+DIST_VERSION=0.40
inherit perl-module
DESCRIPTION="Perl Micro Object framework"
HOMEPAGE="https://metacpan.org/pod/distribution/Mo/lib/Mo.pod"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"