summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-18 23:33:12 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-18 23:45:49 +0200
commite94ce6b114021d8b47a2ea02cc0c3cb7cf90353a (patch)
treec8fb10bc903f5a5331f7028fb7652c665e482bf4
parentdev-perl/Test-Differences: Version bump 0.68 (diff)
downloadgentoo-e94ce6b114021d8b47a2ea02cc0c3cb7cf90353a.tar.gz
gentoo-e94ce6b114021d8b47a2ea02cc0c3cb7cf90353a.tar.bz2
gentoo-e94ce6b114021d8b47a2ea02cc0c3cb7cf90353a.zip
dev-perl/Test-DistManifest: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Test-DistManifest/Test-DistManifest-1.14.0-r1.ebuild (renamed from dev-perl/Test-DistManifest/Test-DistManifest-1.14.0.ebuild)14
1 files changed, 5 insertions, 9 deletions
diff --git a/dev-perl/Test-DistManifest/Test-DistManifest-1.14.0.ebuild b/dev-perl/Test-DistManifest/Test-DistManifest-1.14.0-r1.ebuild
index baa75c3a8ee6..a3471e33523b 100644
--- a/dev-perl/Test-DistManifest/Test-DistManifest-1.14.0.ebuild
+++ b/dev-perl/Test-DistManifest/Test-DistManifest-1.14.0-r1.ebuild
@@ -1,18 +1,16 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=1.014
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.014
inherit perl-module
DESCRIPTION="Author test that validates a package MANIFEST"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-ExtUtils-Manifest
@@ -20,12 +18,10 @@ RDEPEND="
>=dev-perl/Module-Manifest-0.70.0
virtual/perl-Test-Simple
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-Tiny-0.39.0
test? (
virtual/perl-ExtUtils-MakeMaker
virtual/perl-if
)
"
-
-SRC_TEST="do"