diff options
Diffstat (limited to 'dev-perl/XML-LibXML/XML-LibXML-1.63.ebuild')
-rw-r--r-- | dev-perl/XML-LibXML/XML-LibXML-1.63.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-perl/XML-LibXML/XML-LibXML-1.63.ebuild b/dev-perl/XML-LibXML/XML-LibXML-1.63.ebuild deleted file mode 100644 index 038d1d714338..000000000000 --- a/dev-perl/XML-LibXML/XML-LibXML-1.63.ebuild +++ /dev/null @@ -1,37 +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-LibXML/XML-LibXML-1.63.ebuild,v 1.8 2007/11/10 15:27:47 drac Exp $ - -inherit perl-module eutils versionator - -MY_P="${PN}-$(delete_version_separator 2)" -S=${WORKDIR}/$PN-$(get_version_component_range "1-2" $PV) - -DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" -HOMEPAGE="http://search.cpan.org/~pajas/" -SRC_URI="mirror://cpan/authors/id/P/PA/PAJAS/${MY_P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-perl/XML-SAX-0.12 - dev-perl/XML-LibXML-Common - >=dev-libs/libxml2-2.6.6 - >=dev-perl/XML-NamespaceSupport-1.07 - dev-lang/perl" - -SRC_TEST="do" - -# rac can't discern any difference between the build with or without -# this, and if somebody wants to reactivate it, get it out of global -# scope. -#export PERL5LIB=`perl -e 'print map { ":$ENV{D}/$_" } @INC'` -mytargets="pure_install doc_install" - -pkg_postinst() { - perl-module_pkg_postinst - perl -MXML::SAX \ - -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()" -} |