summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild')
-rw-r--r--dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild b/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
deleted file mode 100644
index 162acfc536ed..000000000000
--- a/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=0.53
-inherit perl-module
-
-DESCRIPTION="A colletion of List utilities missing from List::Util"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Exporter
- dev-perl/Module-Implementation
- dev-perl/List-SomeUtils-XS
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- virtual/perl-Text-ParseWords
- test? (
- virtual/perl-File-Spec
- dev-perl/Test-LeakTrace
- >=virtual/perl-Test-Simple-0.960.0
- )
-"