diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-29 02:43:44 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-29 02:58:19 +0200 |
commit | 670aedab6f86c8296c58df63570a71c9f37f31f2 (patch) | |
tree | 64cdb62295687eb98dd6815579a30fa63ec6ff8d /dev-perl | |
parent | app-emulation/wine-staging: Drop old (diff) | |
download | gentoo-670aedab6f86c8296c58df63570a71c9f37f31f2.tar.gz gentoo-670aedab6f86c8296c58df63570a71c9f37f31f2.tar.bz2 gentoo-670aedab6f86c8296c58df63570a71c9f37f31f2.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild (renamed from dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild) | 19 |
1 files 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 index 68bb2a8f1459..4e755f481fef 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 |