diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:10:42 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:10:42 +0000 |
commit | 2f2c0d1eb06e4c064746bb20cf303a37cbccb46a (patch) | |
tree | 8c00cb819ae849de40530036b88f79f81e274154 /dev-python/fixtures | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-2f2c0d1eb06e4c064746bb20cf303a37cbccb46a.tar.gz gentoo-2-2f2c0d1eb06e4c064746bb20cf303a37cbccb46a.tar.bz2 gentoo-2-2f2c0d1eb06e4c064746bb20cf303a37cbccb46a.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/fixtures')
-rw-r--r-- | dev-python/fixtures/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.12-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.14-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.14-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.14.ebuild | 6 |
5 files changed, 15 insertions, 11 deletions
diff --git a/dev-python/fixtures/ChangeLog b/dev-python/fixtures/ChangeLog index 7d863536a97c..52c4d5114bc2 100644 --- a/dev-python/fixtures/ChangeLog +++ b/dev-python/fixtures/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/fixtures # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.16 2014/07/20 11:05:10 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.17 2014/08/10 21:10:42 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> fixtures-0.3.12-r1.ebuild, + fixtures-0.3.14-r1.ebuild, fixtures-0.3.14-r2.ebuild, fixtures-0.3.14.ebuild: + QA: drop trailing '.' from DESCRIPTION 20 Jul 2014; Tobias Klausmann <klausman@gentoo.org> fixtures-0.3.14-r2.ebuild: diff --git a/dev-python/fixtures/fixtures-0.3.12-r1.ebuild b/dev-python/fixtures/fixtures-0.3.12-r1.ebuild index cdc82594404d..925068eec27b 100644 --- a/dev-python/fixtures/fixtures-0.3.12-r1.ebuild +++ b/dev-python/fixtures/fixtures-0.3.12-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2013 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/fixtures/fixtures-0.3.12-r1.ebuild,v 1.3 2013/09/05 18:46:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.12-r1.ebuild,v 1.4 2014/08/10 21:10:42 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 -DESCRIPTION="Fixtures, reusable state for writing clean tests and more." +DESCRIPTION="Fixtures, reusable state for writing clean tests and more" HOMEPAGE="https://launchpad.net/python-fixtures https://pypi.python.org/pypi/fixtures" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/fixtures/fixtures-0.3.14-r1.ebuild b/dev-python/fixtures/fixtures-0.3.14-r1.ebuild index 97f1a277159b..b29a281b14e7 100644 --- a/dev-python/fixtures/fixtures-0.3.14-r1.ebuild +++ b/dev-python/fixtures/fixtures-0.3.14-r1.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/fixtures/fixtures-0.3.14-r1.ebuild,v 1.8 2014/06/12 08:11:53 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r1.ebuild,v 1.9 2014/08/10 21:10:42 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 ) inherit distutils-r1 -DESCRIPTION="Fixtures, reusable state for writing clean tests and more." +DESCRIPTION="Fixtures, reusable state for writing clean tests and more" HOMEPAGE="https://launchpad.net/python-fixtures https://pypi.python.org/pypi/fixtures" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/fixtures/fixtures-0.3.14-r2.ebuild b/dev-python/fixtures/fixtures-0.3.14-r2.ebuild index 156bdf57dfbb..41c680c89131 100644 --- a/dev-python/fixtures/fixtures-0.3.14-r2.ebuild +++ b/dev-python/fixtures/fixtures-0.3.14-r2.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/fixtures/fixtures-0.3.14-r2.ebuild,v 1.3 2014/07/20 11:05:10 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r2.ebuild,v 1.4 2014/08/10 21:10:42 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 -DESCRIPTION="Fixtures, reusable state for writing clean tests and more." +DESCRIPTION="Fixtures, reusable state for writing clean tests and more" HOMEPAGE="https://launchpad.net/python-fixtures https://pypi.python.org/pypi/fixtures" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/fixtures/fixtures-0.3.14.ebuild b/dev-python/fixtures/fixtures-0.3.14.ebuild index 17ea386aad3e..b9275d6f9bde 100644 --- a/dev-python/fixtures/fixtures-0.3.14.ebuild +++ b/dev-python/fixtures/fixtures-0.3.14.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2013 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/fixtures/fixtures-0.3.14.ebuild,v 1.1 2013/09/26 00:43:09 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14.ebuild,v 1.2 2014/08/10 21:10:42 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 -DESCRIPTION="Fixtures, reusable state for writing clean tests and more." +DESCRIPTION="Fixtures, reusable state for writing clean tests and more" HOMEPAGE="https://launchpad.net/python-fixtures https://pypi.python.org/pypi/fixtures" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |