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/String-Escape/String-Escape-2010.2.0-r1.ebuild
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/String-Escape/String-Escape-2010.2.0-r1.ebuild')
-rw-r--r--dev-perl/String-Escape/String-Escape-2010.2.0-r1.ebuild24
1 files changed, 0 insertions, 24 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-r1.ebuild
deleted file mode 100644
index b7175c7f1147..000000000000
--- a/dev-perl/String-Escape/String-Escape-2010.2.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=EVO
-DIST_VERSION=2010.002
-inherit perl-module
-
-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" )