summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-11-19 16:29:02 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-11-19 16:29:02 +0000
commite2f514fc69002a52e4a5128d7c6ca1bf0c8bb8ee (patch)
tree9daf9d3ced8acafc9c968f3286587ddbc0a3866e /dev-perl/XML-LibXSLT/XML-LibXSLT-1.62.ebuild
parentVersion bump (diff)
downloadgentoo-2-e2f514fc69002a52e4a5128d7c6ca1bf0c8bb8ee.tar.gz
gentoo-2-e2f514fc69002a52e4a5128d7c6ca1bf0c8bb8ee.tar.bz2
gentoo-2-e2f514fc69002a52e4a5128d7c6ca1bf0c8bb8ee.zip
Version bump
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'dev-perl/XML-LibXSLT/XML-LibXSLT-1.62.ebuild')
-rw-r--r--dev-perl/XML-LibXSLT/XML-LibXSLT-1.62.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.62.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.62.ebuild
new file mode 100644
index 000000000000..49093f5955f2
--- /dev/null
+++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.62.ebuild
@@ -0,0 +1,20 @@
+# 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.62.ebuild,v 1.1 2006/11/19 16:29:02 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=""
+
+SRC_TEST="do"
+
+DEPEND=">=dev-libs/libxslt-1.1.2
+ >=dev-perl/XML-LibXML-1.60
+ dev-lang/perl"