dilfridge 15/05/02 16:44:09 Modified: ChangeLog Added: CQL-Parser-1.130.0.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Revision Changes Path 1.12 dev-perl/CQL-Parser/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CQL-Parser/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CQL-Parser/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CQL-Parser/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/CQL-Parser/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 26 Aug 2014 17:21:12 -0000 1.11 +++ ChangeLog 2 May 2015 16:44:08 -0000 1.12 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/CQL-Parser -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CQL-Parser/ChangeLog,v 1.11 2014/08/26 17:21:12 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CQL-Parser/ChangeLog,v 1.12 2015/05/02 16:44:08 dilfridge Exp $ + +*CQL-Parser-1.130.0 (02 May 2015) + + 02 May 2015; Andreas K. Huettel <[email protected]> + +CQL-Parser-1.130.0.ebuild: + Version bump *CQL-Parser-1.120.0-r1 (26 Aug 2014) 1.1 dev-perl/CQL-Parser/CQL-Parser-1.130.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CQL-Parser/CQL-Parser-1.130.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CQL-Parser/CQL-Parser-1.130.0.ebuild?rev=1.1&content-type=text/plain Index: CQL-Parser-1.130.0.ebuild =================================================================== # Copyright 1999-2015 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.130.0.ebuild,v 1.1 2015/05/02 16:44:08 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=BRICAS MODULE_VERSION=1.13 inherit perl-module DESCRIPTION="compiles CQL strings into parse trees of Node subtypes" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" >=dev-perl/Class-Accessor-0.100.0 >=dev-perl/Clone-0.150.0 >=dev-perl/String-Tokenizer-0.50.0 " DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.590.0 test? ( dev-perl/Test-Exception virtual/perl-Test-Simple ) " SRC_TEST=do
