diff options
author | 2021-08-07 20:03:46 +0200 | |
---|---|---|
committer | 2021-08-07 20:16:48 +0200 | |
commit | 5eb551ee7087333cab13f59fc137ccb0a84341f4 (patch) | |
tree | 0e56153b373055b512350c4220ca7aeed4bbcd03 /dev-perl/Shell | |
parent | dev-perl/SGMLSpm: EAPI=8 bump (diff) | |
download | gentoo-5eb551ee7087333cab13f59fc137ccb0a84341f4.tar.gz gentoo-5eb551ee7087333cab13f59fc137ccb0a84341f4.tar.bz2 gentoo-5eb551ee7087333cab13f59fc137ccb0a84341f4.zip |
dev-perl/Shell: 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/Shell')
-rw-r--r-- | dev-perl/Shell/Shell-0.730.0-r1.ebuild (renamed from dev-perl/Shell/Shell-0.730.0.ebuild) | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/dev-perl/Shell/Shell-0.730.0.ebuild b/dev-perl/Shell/Shell-0.730.0-r1.ebuild index 77d1776871f1..88156e91afd3 100644 --- a/dev-perl/Shell/Shell-0.730.0.ebuild +++ b/dev-perl/Shell/Shell-0.730.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=FERREIRA DIST_VERSION=0.73 @@ -11,16 +11,13 @@ DESCRIPTION="Run shell commands transparently within perl" SLOT="0" KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND="virtual/perl-File-Spec" -DEPEND="${RDEPEND} +RDEPEND=" + virtual/perl-File-Spec +" +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) " -src_test() { - perl_rm_files "t/99_pod.t" - perl-module_src_test -} +PERL_RM_FILES=( t/99_pod.t ) |