diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-16 23:01:53 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-16 23:11:52 +0200 |
commit | 60bcfd48daac55a3b3627b4d219fbf462161242c (patch) | |
tree | ade7252d4be9a66b8f663c84a69becdd9f722231 /dev-perl/Test-Command-Simple | |
parent | dev-perl/Test-Command: EAPI=8 bump (diff) | |
download | gentoo-60bcfd48daac55a3b3627b4d219fbf462161242c.tar.gz gentoo-60bcfd48daac55a3b3627b4d219fbf462161242c.tar.bz2 gentoo-60bcfd48daac55a3b3627b4d219fbf462161242c.zip |
dev-perl/Test-Command-Simple: 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/Test-Command-Simple')
-rw-r--r-- | dev-perl/Test-Command-Simple/Test-Command-Simple-0.50.0-r1.ebuild (renamed from dev-perl/Test-Command-Simple/Test-Command-Simple-0.50.0.ebuild) | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/dev-perl/Test-Command-Simple/Test-Command-Simple-0.50.0.ebuild b/dev-perl/Test-Command-Simple/Test-Command-Simple-0.50.0-r1.ebuild index 7b3ec3bcf540..7f8626a0cc94 100644 --- a/dev-perl/Test-Command-Simple/Test-Command-Simple-0.50.0.ebuild +++ b/dev-perl/Test-Command-Simple/Test-Command-Simple-0.50.0-r1.ebuild @@ -1,10 +1,10 @@ -# 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=DMCBRIDE -MODULE_VERSION=0.05 +DIST_AUTHOR=DMCBRIDE +DIST_VERSION=0.05 inherit perl-module @@ -12,19 +12,15 @@ DESCRIPTION="Test external commands (nearly) as easily as loaded modules" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND="" -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=dev-perl/Module-Build-0.420.0 test? ( virtual/perl-Test-Simple ) " -SRC_TEST="do parallel" - src_test() { perl_rm_files t/pod.t t/manifest.t t/pod-coverage.t perl-module_src_test |