commit: 5eb551ee7087333cab13f59fc137ccb0a84341f4 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Aug 7 18:03:46 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Aug 7 18:16:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb551ee
dev-perl/Shell: EAPI=8 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> .../{Shell-0.730.0.ebuild => Shell-0.730.0-r1.ebuild} | 17 +++++++---------- 1 file 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 similarity index 59% rename from dev-perl/Shell/Shell-0.730.0.ebuild rename to dev-perl/Shell/Shell-0.730.0-r1.ebuild index 77d1776871f..88156e91afd 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 )