summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 )