summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-10 19:20:23 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-10 20:22:43 +0200
commit4919aa5addec1dbaae3342b4f371b054e50df026 (patch)
tree8c1410421527cc279cea3ed4947cc2c05f3fefcf /dev-perl
parentdev-perl/String-Errf: EAPI=8 bump (diff)
downloadgentoo-4919aa5addec1dbaae3342b4f371b054e50df026.tar.gz
gentoo-4919aa5addec1dbaae3342b4f371b054e50df026.tar.bz2
gentoo-4919aa5addec1dbaae3342b4f371b054e50df026.zip
dev-perl/String-Escape: 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')
-rw-r--r--dev-perl/String-Escape/String-Escape-2010.2.0-r2.ebuild (renamed from dev-perl/String-Escape/String-Escape-2010.2.0-r1.ebuild)13
1 files changed, 2 insertions, 11 deletions
diff --git a/dev-perl/String-Escape/String-Escape-2010.2.0-r1.ebuild b/dev-perl/String-Escape/String-Escape-2010.2.0-r2.ebuild
index b7175c7f1147..0bc4ed36dd27 100644
--- a/dev-perl/String-Escape/String-Escape-2010.2.0-r1.ebuild
+++ b/dev-perl/String-Escape/String-Escape-2010.2.0-r2.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=EVO
DIST_VERSION=2010.002
@@ -11,14 +11,5 @@ DESCRIPTION="Backslash escapes, quoted phrase, word elision, etc"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Test-Simple
- )
-"
PERL_RM_FILES=( "t/91-pod.t" "t/92-pod-coverage.t" )