summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2019-07-25 14:49:34 +1200
committerKent Fredric <kentnl@gentoo.org>2019-07-25 18:47:33 +1200
commit47441262202784a2ff77483051c87fb5645334e5 (patch)
treef6eafb2da730003450d0836056282443b4c9b2f9 /dev-perl/Tie-Cycle/Tie-Cycle-1.221.0.ebuild
parentdev-perl/Text-Unidecode: Cleanup old versions (diff)
downloadgentoo-47441262202784a2ff77483051c87fb5645334e5.tar.gz
gentoo-47441262202784a2ff77483051c87fb5645334e5.tar.bz2
gentoo-47441262202784a2ff77483051c87fb5645334e5.zip
dev-perl/Tie-Cycle: Cleanup old versions
Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Tie-Cycle/Tie-Cycle-1.221.0.ebuild')
-rw-r--r--dev-perl/Tie-Cycle/Tie-Cycle-1.221.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-perl/Tie-Cycle/Tie-Cycle-1.221.0.ebuild b/dev-perl/Tie-Cycle/Tie-Cycle-1.221.0.ebuild
deleted file mode 100644
index 70c1a686606f..000000000000
--- a/dev-perl/Tie-Cycle/Tie-Cycle-1.221.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=BDFOY
-DIST_VERSION=1.221
-inherit perl-module
-
-DESCRIPTION="Cycle through a list of values via a scalar"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
-IUSE="test"
-
-RDEPEND="virtual/perl-Carp"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.640.0
- virtual/perl-File-Spec
- test? (
- >=virtual/perl-Test-Simple-0.950.0
- )
-"
-src_test() {
- perl_rm_files t/pod_coverage.t t/pod.t
- perl-module_src_test
-}