diff options
author | 2011-09-01 11:49:39 +0000 | |
---|---|---|
committer | 2011-09-01 11:49:39 +0000 | |
commit | 8e5ff21194caf6743ff8cb35c4078ae78bd03897 (patch) | |
tree | c0e019124a31be3d0eabc6f9867fdb7393295c79 /dev-perl/CQL-Parser | |
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/CQL-Parser')
-rw-r--r-- | dev-perl/CQL-Parser/CQL-Parser-1.100.0.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/CQL-Parser/ChangeLog | 9 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/CQL-Parser/CQL-Parser-1.100.0.ebuild b/dev-perl/CQL-Parser/CQL-Parser-1.100.0.ebuild new file mode 100644 index 000000000000..33b19ab461a2 --- /dev/null +++ b/dev-perl/CQL-Parser/CQL-Parser-1.100.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CQL-Parser/CQL-Parser-1.100.0.ebuild,v 1.1 2011/09/01 11:48:01 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BRICAS +MODULE_VERSION=1.10 +inherit perl-module + +DESCRIPTION="compiles CQL strings into parse trees of Node subtypes." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-perl/Clone + >=dev-perl/Class-Accessor-0.31 + >=dev-perl/String-Tokenizer-0.05" +DEPEND="${RDEPEND} + test? ( >=dev-perl/Test-Exception-0.27 )" + +SRC_TEST=do diff --git a/dev-perl/CQL-Parser/ChangeLog b/dev-perl/CQL-Parser/ChangeLog index 1adce24df518..3d347a86be8f 100644 --- a/dev-perl/CQL-Parser/ChangeLog +++ b/dev-perl/CQL-Parser/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/CQL-Parser -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CQL-Parser/ChangeLog,v 1.3 2010/04/10 07:42:50 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CQL-Parser/ChangeLog,v 1.4 2011/09/01 11:48:01 tove Exp $ + +*CQL-Parser-1.100.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller <tove@gentoo.org> +CQL-Parser-1.100.0.ebuild: + Change version scheme 10 Apr 2010; Torsten Veller <tove@gentoo.org> -CQL-Parser-1.0.ebuild: Cleanup |