diff options
author | 2014-08-10 21:22:17 +0000 | |
---|---|---|
committer | 2014-08-10 21:22:17 +0000 | |
commit | 0ca729ac555bc00e15c5c32b2d27ea6c3777e9ab (patch) | |
tree | fc3484dd26489b111c1c023f6dd4dacdcfa9eeb4 /dev-python/simpleparse | |
parent | sys-fs/aufs-headers: Bump to latest aufs3 (diff) | |
download | gentoo-2-0ca729ac555bc00e15c5c32b2d27ea6c3777e9ab.tar.gz gentoo-2-0ca729ac555bc00e15c5c32b2d27ea6c3777e9ab.tar.bz2 gentoo-2-0ca729ac555bc00e15c5c32b2d27ea6c3777e9ab.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-python/simpleparse')
-rw-r--r-- | dev-python/simpleparse/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/simpleparse/simpleparse-2.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/simpleparse/simpleparse-2.1.1.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-python/simpleparse/ChangeLog b/dev-python/simpleparse/ChangeLog index 9405800f28c8..3b514078b3cd 100644 --- a/dev-python/simpleparse/ChangeLog +++ b/dev-python/simpleparse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/simpleparse # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.33 2014/07/17 23:44:40 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.34 2014/08/10 21:22:17 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> + simpleparse-2.1.1-r1.ebuild, simpleparse-2.1.1.ebuild: + QA: drop trailing '.' from DESCRIPTION *simpleparse-2.1.1-r1 (17 Jul 2014) @@ -151,4 +155,3 @@ New ebuild authored by Zach Forrest <zach@disinformation.ca> This closes bug #910! - diff --git a/dev-python/simpleparse/simpleparse-2.1.1-r1.ebuild b/dev-python/simpleparse/simpleparse-2.1.1-r1.ebuild index f26363001dbf..46ce17385759 100644 --- a/dev-python/simpleparse/simpleparse-2.1.1-r1.ebuild +++ b/dev-python/simpleparse/simpleparse-2.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1-r1.ebuild,v 1.1 2014/07/17 23:44:40 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1-r1.ebuild,v 1.2 2014/08/10 21:22:17 slyfox Exp $ EAPI=5 PYTHON_COMPAT=(python2_7) @@ -9,7 +9,7 @@ inherit distutils-r1 MY_PN="SimpleParse" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A Parser Generator for mxTextTools." +DESCRIPTION="A Parser Generator for mxTextTools" HOMEPAGE="http://simpleparse.sourceforge.net http://pypi.python.org/pypi/SimpleParse" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" diff --git a/dev-python/simpleparse/simpleparse-2.1.1.ebuild b/dev-python/simpleparse/simpleparse-2.1.1.ebuild index 75b0d8f9df95..664a198268fd 100644 --- a/dev-python/simpleparse/simpleparse-2.1.1.ebuild +++ b/dev-python/simpleparse/simpleparse-2.1.1.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-python/simpleparse/simpleparse-2.1.1.ebuild,v 1.7 2012/12/02 06:04:13 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1.ebuild,v 1.8 2014/08/10 21:22:17 slyfox Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -12,7 +12,7 @@ inherit distutils MY_PN="SimpleParse" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A Parser Generator for mxTextTools." +DESCRIPTION="A Parser Generator for mxTextTools" HOMEPAGE="http://simpleparse.sourceforge.net http://pypi.python.org/pypi/SimpleParse" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" |