summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild')
-rw-r--r--dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.0.ebuild
deleted file mode 100644
index 6b90f0b3bc1e..000000000000
--- a/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.520.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.52
-inherit perl-module
-
-DESCRIPTION="XS implementation for List::SomeUtils"
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Carp
- virtual/perl-Exporter
- virtual/perl-File-Spec
- dev-perl/Test-LeakTrace
- >=virtual/perl-Test-Simple-0.960.0
- >=dev-perl/Test-Warnings-0.6.0
- )
-"