diff options
author | 2011-10-17 19:42:33 +0000 | |
---|---|---|
committer | 2011-10-17 19:42:33 +0000 | |
commit | 7474f15ad37982732d30fca76605eb1f5fb27c48 (patch) | |
tree | ade35fa2e65a596f970269f4e067c66880dedb88 /dev-perl/XML-XPathEngine/XML-XPathEngine-0.130.0.ebuild | |
parent | [bump] dev-perl/libwww-perl-6.30.0 (diff) | |
download | historical-7474f15ad37982732d30fca76605eb1f5fb27c48.tar.gz historical-7474f15ad37982732d30fca76605eb1f5fb27c48.tar.bz2 historical-7474f15ad37982732d30fca76605eb1f5fb27c48.zip |
[bump] dev-perl/XML-XPathEngine-0.130.0
Package-Manager: portage-2.2.0_alpha67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/XML-XPathEngine/XML-XPathEngine-0.130.0.ebuild')
-rw-r--r-- | dev-perl/XML-XPathEngine/XML-XPathEngine-0.130.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/XML-XPathEngine/XML-XPathEngine-0.130.0.ebuild b/dev-perl/XML-XPathEngine/XML-XPathEngine-0.130.0.ebuild new file mode 100644 index 000000000000..ba7818202c6e --- /dev/null +++ b/dev-perl/XML-XPathEngine/XML-XPathEngine-0.130.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-XPathEngine/XML-XPathEngine-0.130.0.ebuild,v 1.1 2011/10/17 19:42:33 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MIROD +MODULE_VERSION=0.13 +inherit perl-module + +DESCRIPTION="A re-usable XPath engine for DOM-like trees" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND=" + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + ) +" + +SRC_TEST=do |