diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-08-04 17:36:30 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-08-04 17:36:30 +0000 |
commit | 1f3f6e5fa142187024f767f8e8d4b5750c455e21 (patch) | |
tree | f48b5f4509e35c3a25c19ea23854d1e6e6208761 /dev-perl/CQL-Parser | |
parent | Fix DESCRIPTION (diff) | |
download | gentoo-2-1f3f6e5fa142187024f767f8e8d4b5750c455e21.tar.gz gentoo-2-1f3f6e5fa142187024f767f8e8d4b5750c455e21.tar.bz2 gentoo-2-1f3f6e5fa142187024f767f8e8d4b5750c455e21.zip |
Fix DESCRIPTION
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/CQL-Parser')
-rw-r--r-- | dev-perl/CQL-Parser/CQL-Parser-1.120.0.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/CQL-Parser/ChangeLog | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/CQL-Parser/CQL-Parser-1.120.0.ebuild b/dev-perl/CQL-Parser/CQL-Parser-1.120.0.ebuild index 77ccd6173fa3..5fe679a50ef9 100644 --- a/dev-perl/CQL-Parser/CQL-Parser-1.120.0.ebuild +++ b/dev-perl/CQL-Parser/CQL-Parser-1.120.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 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.120.0.ebuild,v 1.1 2012/11/13 19:49:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CQL-Parser/CQL-Parser-1.120.0.ebuild,v 1.2 2014/08/04 17:36:30 zlogene Exp $ EAPI=4 @@ -8,7 +8,7 @@ MODULE_AUTHOR=BRICAS MODULE_VERSION=1.12 inherit perl-module -DESCRIPTION="compiles CQL strings into parse trees of Node subtypes." +DESCRIPTION="compiles CQL strings into parse trees of Node subtypes" SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/dev-perl/CQL-Parser/ChangeLog b/dev-perl/CQL-Parser/ChangeLog index 647e79007ff8..b758460bfcb4 100644 --- a/dev-perl/CQL-Parser/ChangeLog +++ b/dev-perl/CQL-Parser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/CQL-Parser -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CQL-Parser/ChangeLog,v 1.9 2013/01/08 18:37:08 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CQL-Parser/ChangeLog,v 1.10 2014/08/04 17:36:30 zlogene Exp $ + + 04 Aug 2014; Mikle Kolyada <zlogene@gentoo.org> CQL-Parser-1.120.0.ebuild: + Fix DESCRIPTION 08 Jan 2013; Torsten Veller <tove@gentoo.org> -CQL-Parser-1.100.0.ebuild: Cleanup |