diff options
Diffstat (limited to 'dev-perl/XML-LibXSLT/XML-LibXSLT-1.59.ebuild')
-rw-r--r-- | dev-perl/XML-LibXSLT/XML-LibXSLT-1.59.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.59.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.59.ebuild new file mode 100644 index 000000000000..44a262f112a6 --- /dev/null +++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.59.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-1.59.ebuild,v 1.1 2006/08/20 01:36:50 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" +SRC_URI="mirror://cpan/authors/id/P/PA/PAJAS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~pajas/${P}/" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +# Disabled for now. The tests generate errors on threaded perls due +# to returns coming back out of sequence. +#SRC_TEST="do" + +DEPEND=">=dev-libs/libxslt-1.1.2 + >=dev-perl/XML-LibXML-1.58 + dev-lang/perl" |