diff options
Diffstat (limited to 'dev-perl/XML-Simple/XML-Simple-2.12.ebuild')
-rw-r--r-- | dev-perl/XML-Simple/XML-Simple-2.12.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/XML-Simple/XML-Simple-2.12.ebuild b/dev-perl/XML-Simple/XML-Simple-2.12.ebuild deleted file mode 100644 index be0242265322..000000000000 --- a/dev-perl/XML-Simple/XML-Simple-2.12.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-2.12.ebuild,v 1.15 2006/08/06 01:55:30 mcummings Exp $ - -inherit perl-module - -IUSE="" -DESCRIPTION="XML::Simple - Easy API to read/write XML (esp config files)" -SRC_URI="mirror://cpan/authors/id/G/GR/GRANTM/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-module/XML/${P}.readme" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 amd64 ppc sparc alpha ppc64" - -SRC_TEST="do" - -DEPEND="virtual/perl-Storable - virtual/perl-Test-Simple - dev-perl/XML-SAX - dev-perl/XML-NamespaceSupport - >=dev-perl/XML-Parser-2.30 - dev-lang/perl" -RDEPEND="${DEPEND}" - |