diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-04 22:27:28 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-04 22:46:29 +0200 |
commit | 0d935c203e7bd229ef1c663bc83ccc5922267eab (patch) | |
tree | c9f1e5ed07ad71b828ab4cc61140c17adccd412a /dev-perl/Regexp-Common | |
parent | dev-perl/Ref-Util-XS: Version bump 0.117 (diff) | |
download | gentoo-0d935c203e7bd229ef1c663bc83ccc5922267eab.tar.gz gentoo-0d935c203e7bd229ef1c663bc83ccc5922267eab.tar.bz2 gentoo-0d935c203e7bd229ef1c663bc83ccc5922267eab.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/Regexp-Common')
-rw-r--r-- | dev-perl/Regexp-Common/Regexp-Common-2017060201.0.0-r1.ebuild (renamed from dev-perl/Regexp-Common/Regexp-Common-2017060201.0.0.ebuild) | 13 |
1 files 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 index 8fbbe64b15c0..a02a7e181100 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 ) " |