diff options
author | Torsten Veller <tove@gentoo.org> | 2010-10-20 07:43:11 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-10-20 07:43:11 +0000 |
commit | f49664bb9369fbe1857052d24607c9c36c80bd22 (patch) | |
tree | dd9bc8cb389ccccd714eb5865f0c539b984a6e65 /dev-perl/PPI/PPI-1.210.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | historical-f49664bb9369fbe1857052d24607c9c36c80bd22.tar.gz historical-f49664bb9369fbe1857052d24607c9c36c80bd22.tar.bz2 historical-f49664bb9369fbe1857052d24607c9c36c80bd22.zip |
Cleanup
Package-Manager: portage-2.2_rc98/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/PPI/PPI-1.210.ebuild')
-rw-r--r-- | dev-perl/PPI/PPI-1.210.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-perl/PPI/PPI-1.210.ebuild b/dev-perl/PPI/PPI-1.210.ebuild deleted file mode 100644 index e50e2ed2a0df..000000000000 --- a/dev-perl/PPI/PPI-1.210.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPI/PPI-1.210.ebuild,v 1.1 2010/02/17 10:26:39 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=ADAMK -inherit perl-module - -DESCRIPTION="Parse, Analyze and Manipulate Perl (without perl)" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~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 )" -# >=dev-perl/Test-ClassAPI-1.04 )" - -SRC_TEST="do" |