summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/XML-Elemental/XML-Elemental-1.03.ebuild')
-rw-r--r--dev-perl/XML-Elemental/XML-Elemental-1.03.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/XML-Elemental/XML-Elemental-1.03.ebuild b/dev-perl/XML-Elemental/XML-Elemental-1.03.ebuild
deleted file mode 100644
index fb289e6f0764..000000000000
--- a/dev-perl/XML-Elemental/XML-Elemental-1.03.ebuild
+++ /dev/null
@@ -1,22 +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-Elemental/XML-Elemental-1.03.ebuild,v 1.4 2006/08/06 01:21:16 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="an XML::Parser style and generic classes for simplistic and perlish handling of XML data. "
-HOMEPAGE="http://search.cpan.org/~tima/${P}/"
-SRC_URI="mirror://cpan/authors/id/T/TI/TIMA/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="x86 sparc"
-IUSE=""
-
-SRC_TEST="do"
-
-DEPEND="dev-perl/XML-Parser
- dev-lang/perl"
-RDEPEND="${DEPEND}"
-
-