summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/PPI/PPI-1.215.0-r1.ebuild')
-rw-r--r--dev-perl/PPI/PPI-1.215.0-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-perl/PPI/PPI-1.215.0-r1.ebuild b/dev-perl/PPI/PPI-1.215.0-r1.ebuild
deleted file mode 100644
index 289470e99d58..000000000000
--- a/dev-perl/PPI/PPI-1.215.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ADAMK
-MODULE_VERSION=1.215
-inherit perl-module
-
-DESCRIPTION="Parse, Analyze and Manipulate Perl (without perl)"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE="test"
-
-RDEPEND="
- >=virtual/perl-Scalar-List-Utils-1.20
- >=dev-perl/Params-Util-1.00
- >=dev-perl/Clone-0.30
- >=virtual/perl-Digest-MD5-2.35
- dev-perl/IO-String
- >=dev-perl/List-MoreUtils-0.16
- >=virtual/perl-Storable-2.17"
-DEPEND="${RDEPEND}
- test? ( >=dev-perl/File-Remove-1.42
- >=virtual/perl-Test-Simple-0.86
- >=dev-perl/Test-NoWarnings-0.084
- >=virtual/perl-File-Spec-0.84
- dev-perl/Test-SubCalls
- dev-perl/Test-Object
- >=dev-perl/Class-Inspector-1.22 )"
-
-SRC_TEST="do"