diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-01 11:49:39 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-01 11:49:39 +0000 |
commit | 8e5ff21194caf6743ff8cb35c4078ae78bd03897 (patch) | |
tree | c0e019124a31be3d0eabc6f9867fdb7393295c79 /dev-perl/Class-XPath | |
parent | Version bump to release 91: includes my changes and a couple of security-sens... (diff) | |
download | historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.tar.gz historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.tar.bz2 historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.zip |
Change version scheme
Package-Manager: portage-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" |