diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:18:58 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:18:58 +0000 |
commit | cf0c9cbc4eeb6bc77c32cce0459d8816b9859e2d (patch) | |
tree | 43c5adab589d372599284be8dbaffec2b5751536 /dev-python/python-fastcgi | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-cf0c9cbc4eeb6bc77c32cce0459d8816b9859e2d.tar.gz gentoo-2-cf0c9cbc4eeb6bc77c32cce0459d8816b9859e2d.tar.bz2 gentoo-2-cf0c9cbc4eeb6bc77c32cce0459d8816b9859e2d.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/python-fastcgi')
-rw-r--r-- | dev-python/python-fastcgi/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/python-fastcgi/python-fastcgi-1.1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/python-fastcgi/ChangeLog b/dev-python/python-fastcgi/ChangeLog index fee0fea0ab75..062d06ea82e7 100644 --- a/dev-python/python-fastcgi/ChangeLog +++ b/dev-python/python-fastcgi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-fastcgi -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastcgi/ChangeLog,v 1.4 2012/02/22 07:57:33 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastcgi/ChangeLog,v 1.5 2014/08/10 21:18:58 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> python-fastcgi-1.1.ebuild: + QA: drop trailing '.' from DESCRIPTION 22 Feb 2012; Patrick Lauer <patrick@gentoo.org> python-fastcgi-1.1.ebuild: Restricting jython @@ -18,4 +21,3 @@ +files/python-fastcgi-1.1-setup.patch, +metadata.xml, +python-fastcgi-1.1.ebuild: Initial release. - diff --git a/dev-python/python-fastcgi/python-fastcgi-1.1.ebuild b/dev-python/python-fastcgi/python-fastcgi-1.1.ebuild index 24a5c700b51d..586860c994bd 100644 --- a/dev-python/python-fastcgi/python-fastcgi-1.1.ebuild +++ b/dev-python/python-fastcgi/python-fastcgi-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/python-fastcgi/python-fastcgi-1.1.ebuild,v 1.4 2012/02/22 07:57:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastcgi/python-fastcgi-1.1.ebuild,v 1.5 2014/08/10 21:18:58 slyfox Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -9,7 +9,7 @@ RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils eutils -DESCRIPTION="Interface to OpenMarket's FastCGI C Library/SDK." +DESCRIPTION="Interface to OpenMarket's FastCGI C Library/SDK" HOMEPAGE="http://pypi.python.org/pypi/python-fastcgi" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |