summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/XML-Simple/XML-Simple-2.15.ebuild')
-rw-r--r--dev-perl/XML-Simple/XML-Simple-2.15.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-perl/XML-Simple/XML-Simple-2.15.ebuild b/dev-perl/XML-Simple/XML-Simple-2.15.ebuild
deleted file mode 100644
index 5095384de8f6..000000000000
--- a/dev-perl/XML-Simple/XML-Simple-2.15.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2007 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.15.ebuild,v 1.10 2007/01/19 17:46:01 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="XML::Simple - Easy API to read/write XML (esp config files)"
-HOMEPAGE="http://search.cpan.org/~grantm/"
-SRC_URI="mirror://cpan/authors/id/G/GR/GRANTM/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ~ppc64 s390 sh sparc ~x86 ~x86-fbsd"
-IUSE=""
-SRC_TEST="do"
-
-DEPEND="virtual/perl-Storable
- dev-perl/XML-SAX
- dev-perl/XML-LibXML
- >=dev-perl/XML-NamespaceSupport-1.04
- >=dev-perl/XML-Parser-2.30
- dev-lang/perl
- >=virtual/perl-Test-Simple-0.41"