From 4919aa5addec1dbaae3342b4f371b054e50df026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Tue, 10 Aug 2021 19:20:23 +0200 Subject: [PATCH] dev-perl/String-Escape: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- ...0-r1.ebuild => String-Escape-2010.2.0-r2.ebuild} | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) rename dev-perl/String-Escape/{String-Escape-2010.2.0-r1.ebuild => String-Escape-2010.2.0-r2.ebuild} (60%) 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 similarity index 60% rename from dev-perl/String-Escape/String-Escape-2010.2.0-r1.ebuild rename to dev-perl/String-Escape/String-Escape-2010.2.0-r2.ebuild index b7175c7f1147a..0bc4ed36dd27b 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" )