summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-06-11 14:10:54 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-06-11 14:10:54 +0000
commitce0e5261aac05091419124327117be1ee6097de6 (patch)
tree73164ea650931236037485b63f5b70c92c374a48 /dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.06.ebuild
parentnew version on cpan (Manifest recommit) (diff)
downloadgentoo-2-ce0e5261aac05091419124327117be1ee6097de6.tar.gz
gentoo-2-ce0e5261aac05091419124327117be1ee6097de6.tar.bz2
gentoo-2-ce0e5261aac05091419124327117be1ee6097de6.zip
new version on cpan
Diffstat (limited to 'dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.06.ebuild')
-rw-r--r--dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.06.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.06.ebuild b/dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.06.ebuild
new file mode 100644
index 000000000000..5314db3c7e65
--- /dev/null
+++ b/dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.06.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2001-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.06.ebuild,v 1.1 2004/06/11 14:10:54 mcummings Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Perl interface to libxml2's xmlXPathContext"
+SRC_URI="http://www.cpan.org/modules/by-authors/id/I/IL/ILYAM/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-authors/id/I/IL/ILYAM/${P}.readme"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="~x86 ~sparc ~ppc"
+
+SRC_TEST="do"
+
+DEPEND="dev-perl/XML-LibXML
+ gnome? ( dev-perl/XML-GDOME )"