diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-01 10:56:47 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-01 10:56:47 +0000 |
commit | 3acf3af3d6e9c9601c28d5c33e066204b58ca3e5 (patch) | |
tree | 95ddf333e5b0d25b484d4146897c5a6da781f269 /dev-perl/Class-XPath | |
parent | Change version scheme (diff) | |
download | gentoo-2-3acf3af3d6e9c9601c28d5c33e066204b58ca3e5.tar.gz gentoo-2-3acf3af3d6e9c9601c28d5c33e066204b58ca3e5.tar.bz2 gentoo-2-3acf3af3d6e9c9601c28d5c33e066204b58ca3e5.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Class-XPath')
-rw-r--r-- | dev-perl/Class-XPath/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Class-XPath/Class-XPath-1.400.0.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/Class-XPath/ChangeLog b/dev-perl/Class-XPath/ChangeLog index 72dcff8e4fbd..1116ae5bf022 100644 --- a/dev-perl/Class-XPath/ChangeLog +++ b/dev-perl/Class-XPath/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Class-XPath -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-XPath/ChangeLog,v 1.10 2009/10/22 12:19:51 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-XPath/ChangeLog,v 1.11 2011/09/01 10:56:47 tove Exp $ + +*Class-XPath-1.400.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller <tove@gentoo.org> +Class-XPath-1.400.0.ebuild: + Change version scheme 22 Oct 2009; Torsten Veller <tove@gentoo.org> Class-XPath-1.4.ebuild: Remove test dependencies from RDEPEND diff --git a/dev-perl/Class-XPath/Class-XPath-1.400.0.ebuild b/dev-perl/Class-XPath/Class-XPath-1.400.0.ebuild new file mode 100644 index 000000000000..f56b2a98def0 --- /dev/null +++ b/dev-perl/Class-XPath/Class-XPath-1.400.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-XPath/Class-XPath-1.400.0.ebuild,v 1.1 2011/09/01 10:56:46 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SAMTREGAR +MODULE_VERSION=1.4 +inherit perl-module + +DESCRIPTION="adds xpath matching to object trees" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-perl/HTML-Tree )" + +SRC_TEST="do" |