commit: 0d935c203e7bd229ef1c663bc83ccc5922267eab
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 4 20:27:28 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Aug 4 20:46:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d935c20
dev-perl/Regexp-Common: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...01.0.0.ebuild => Regexp-Common-2017060201.0.0-r1.ebuild} | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Regexp-Common/Regexp-Common-2017060201.0.0.ebuild
b/dev-perl/Regexp-Common/Regexp-Common-2017060201.0.0-r1.ebuild
similarity index 72%
rename from dev-perl/Regexp-Common/Regexp-Common-2017060201.0.0.ebuild
rename to dev-perl/Regexp-Common/Regexp-Common-2017060201.0.0-r1.ebuild
index 8fbbe64b15c..a02a7e18110 100644
--- a/dev-perl/Regexp-Common/Regexp-Common-2017060201.0.0.ebuild
+++ b/dev-perl/Regexp-Common/Regexp-Common-2017060201.0.0-r1.ebuild
@@ -1,13 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-
-inherit versionator
+EAPI=8
DIST_AUTHOR=ABIGAIL
-DIST_VERSION=$(get_major_version)
-
+DIST_VERSION=2017060201
inherit perl-module
DESCRIPTION="Provide commonly requested regular expressions"
@@ -15,10 +12,8 @@ DESCRIPTION="Provide commonly requested regular expressions"
LICENSE="|| ( Artistic Artistic-2 MIT BSD )"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86
~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-DEPEND="
+BDEPEND="
virtual/perl-ExtUtils-MakeMaker
test? ( dev-perl/Test-Regexp )
"