diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:08:05 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:08:05 +0000 |
commit | 65139ffb88b9b7a7812f344263fe78f30866cfae (patch) | |
tree | 356a8f819deaf83e88b82352cf2f6bd856d02fe7 /dev-python/cffi | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-65139ffb88b9b7a7812f344263fe78f30866cfae.tar.gz gentoo-2-65139ffb88b9b7a7812f344263fe78f30866cfae.tar.bz2 gentoo-2-65139ffb88b9b7a7812f344263fe78f30866cfae.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/cffi')
-rw-r--r-- | dev-python/cffi/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/cffi/cffi-0.8.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/cffi/cffi-0.8.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/cffi/cffi-0.8.6.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/cffi/ChangeLog b/dev-python/cffi/ChangeLog index 046158be4185..7d6c80d0c238 100644 --- a/dev-python/cffi/ChangeLog +++ b/dev-python/cffi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/cffi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.36 2014/07/08 03:20:58 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.37 2014/08/10 21:08:05 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> cffi-0.8.1.ebuild, + cffi-0.8.2.ebuild, cffi-0.8.6.ebuild: + QA: drop trailing '.' from DESCRIPTION *cffi-0.8.6 (08 Jul 2014) diff --git a/dev-python/cffi/cffi-0.8.1.ebuild b/dev-python/cffi/cffi-0.8.1.ebuild index b0a9d3e15252..9273ef32e9d9 100644 --- a/dev-python/cffi/cffi-0.8.1.ebuild +++ b/dev-python/cffi/cffi-0.8.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.12 2014/06/08 12:06:42 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.13 2014/08/10 21:08:05 slyfox Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) inherit distutils-r1 -DESCRIPTION="Foreign Function Interface for Python calling C code." +DESCRIPTION="Foreign Function Interface for Python calling C code" HOMEPAGE="http://cffi.readthedocs.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/cffi/cffi-0.8.2.ebuild b/dev-python/cffi/cffi-0.8.2.ebuild index dbe59c5a64dc..4d22cc3cc54f 100644 --- a/dev-python/cffi/cffi-0.8.2.ebuild +++ b/dev-python/cffi/cffi-0.8.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.8 2014/06/23 11:12:13 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.9 2014/08/10 21:08:05 slyfox Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) inherit distutils-r1 -DESCRIPTION="Foreign Function Interface for Python calling C code." +DESCRIPTION="Foreign Function Interface for Python calling C code" HOMEPAGE="http://cffi.readthedocs.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/cffi/cffi-0.8.6.ebuild b/dev-python/cffi/cffi-0.8.6.ebuild index 0f7096c7620b..e501e0c1b532 100644 --- a/dev-python/cffi/cffi-0.8.6.ebuild +++ b/dev-python/cffi/cffi-0.8.6.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.1 2014/07/08 03:20:58 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.2 2014/08/10 21:08:05 slyfox Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 -DESCRIPTION="Foreign Function Interface for Python calling C code." +DESCRIPTION="Foreign Function Interface for Python calling C code" HOMEPAGE="http://cffi.readthedocs.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |