diff options
Diffstat (limited to 'dev-perl/XML-Twig/XML-Twig-3.32.ebuild')
-rw-r--r-- | dev-perl/XML-Twig/XML-Twig-3.32.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/XML-Twig/XML-Twig-3.32.ebuild b/dev-perl/XML-Twig/XML-Twig-3.32.ebuild deleted file mode 100644 index 4e1b8501abf8..000000000000 --- a/dev-perl/XML-Twig/XML-Twig-3.32.ebuild +++ /dev/null @@ -1,32 +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/XML-Twig/XML-Twig-3.32.ebuild,v 1.8 2010/01/14 18:35:58 grobian Exp $ - -inherit perl-module - -DESCRIPTION="This module provides a way to process XML documents. It is build on top of XML::Parser" -HOMEPAGE="http://www.cpan.org/modules/by-module/XML/XML-Twig-3.22.readme" -SRC_URI="mirror://cpan/authors/id/M/MI/MIROD/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="nls" - -SRC_TEST="do" - -# Twig ONLY works with expat 1.95.5 -DEPEND=">=dev-perl/XML-Parser-2.31 - virtual/perl-Scalar-List-Utils - >=dev-libs/expat-1.95.5 - dev-perl/Tie-IxHash - dev-perl/XML-SAX-Writer - dev-perl/XML-Handler-YAWriter - dev-perl/XML-XPath - dev-perl/libwww-perl - nls? ( >=dev-perl/Text-Iconv-1.2-r1 ) - dev-lang/perl" - -src_compile() { - echo "" | perl-module_src_compile -} |