commit:     670aedab6f86c8296c58df63570a71c9f37f31f2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 29 00:43:44 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug 29 00:58:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670aedab

dev-perl/Test-Regexp: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ....0.ebuild => Test-Regexp-2017040101.0.0-r1.ebuild} | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild 
b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
similarity index 78%
rename from dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
rename to dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
index 68bb2a8f145..4e755f481fe 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.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=2017040101
 inherit perl-module
 
 DESCRIPTION="Provide commonly requested regular expressions"
@@ -15,17 +12,15 @@ DESCRIPTION="Provide commonly requested regular expressions"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-DEPEND="
-       test? ( >=virtual/perl-Test-Simple-1.1.14 )
-       virtual/perl-ExtUtils-MakeMaker
-"
 RDEPEND="
        virtual/perl-Test-Simple
        virtual/perl-Exporter
 "
+BDEPEND="${RDEPEND}
+       test? ( >=virtual/perl-Test-Simple-1.1.14 )
+       virtual/perl-ExtUtils-MakeMaker
+"
 
 src_test() {
        # Omit code coverage / documentation tests

Reply via email to