summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-14 23:13:28 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-14 23:20:47 +0200
commit65d2d87c2581cb898605397da7521e3250964ac5 (patch)
tree01473d7c6559f1c4c9ef0f94e901b3868789c8ca /dev-perl/CPAN-DistnameInfo
parentdev-perl/CPAN-Checksums: EAPI=8 bump (diff)
downloadgentoo-65d2d87c2581cb898605397da7521e3250964ac5.tar.gz
gentoo-65d2d87c2581cb898605397da7521e3250964ac5.tar.bz2
gentoo-65d2d87c2581cb898605397da7521e3250964ac5.zip
dev-perl/CPAN-DistnameInfo: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/CPAN-DistnameInfo')
-rw-r--r--dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.120.0-r3.ebuild (renamed from dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.120.0-r2.ebuild)12
1 files changed, 1 insertions, 11 deletions
diff --git a/dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.120.0-r2.ebuild b/dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.120.0-r3.ebuild
index d7c34bae6b6b..ea10b0471e56 100644
--- a/dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.120.0-r2.ebuild
+++ b/dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.120.0-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=GBARR
DIST_VERSION=0.12
@@ -10,13 +10,3 @@ inherit perl-module
DESCRIPTION="Extract distribution name and version from a distribution filename"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Test-Simple
- )
-"