summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-06-11 13:42:03 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-06-11 13:42:03 +0000
commitbab2c037f719c5211105a3e4889b2fa8bbefc66f (patch)
treefa3596d8ec69078ce8395e48735922347d992252 /dev-perl/XML-LibXSLT/XML-LibXSLT-1.57.ebuild
parentStable on alpha. (diff)
downloadhistorical-bab2c037f719c5211105a3e4889b2fa8bbefc66f.tar.gz
historical-bab2c037f719c5211105a3e4889b2fa8bbefc66f.tar.bz2
historical-bab2c037f719c5211105a3e4889b2fa8bbefc66f.zip
new version on cpan
Diffstat (limited to 'dev-perl/XML-LibXSLT/XML-LibXSLT-1.57.ebuild')
-rw-r--r--dev-perl/XML-LibXSLT/XML-LibXSLT-1.57.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.57.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.57.ebuild
new file mode 100644
index 000000000000..a01f44d64646
--- /dev/null
+++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.57.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-1.57.ebuild,v 1.1 2004/06/11 13:39:41 mcummings Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT"
+SRC_URI="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${P}.tar.gz"
+HOMEPAGE="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${P}.readme"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~x86 ~amd64 ~alpha ~ppc ~sparc"
+
+SRC_TEST="do"
+
+DEPEND="${DEPEND}
+ >=dev-libs/libxslt-1.1.2
+ >=dev-perl/XML-LibXML-1.58"