summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-10 21:23:23 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-10 21:23:23 +0000
commit7622f6dd669939122443b16d5e2141ed9ef66663 (patch)
tree11d2639f3306b96f7954309075f0f270c089ac71 /dev-python/testresources
parentQA: drop trailing '.' from DESCRIPTION (diff)
downloadgentoo-2-7622f6dd669939122443b16d5e2141ed9ef66663.tar.gz
gentoo-2-7622f6dd669939122443b16d5e2141ed9ef66663.tar.bz2
gentoo-2-7622f6dd669939122443b16d5e2141ed9ef66663.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/testresources')
-rw-r--r--dev-python/testresources/ChangeLog7
-rw-r--r--dev-python/testresources/testresources-0.2.7-r1.ebuild4
-rw-r--r--dev-python/testresources/testresources-0.2.7-r2.ebuild4
-rw-r--r--dev-python/testresources/testresources-0.2.7.ebuild4
4 files changed, 12 insertions, 7 deletions
diff --git a/dev-python/testresources/ChangeLog b/dev-python/testresources/ChangeLog
index fcaa341186d6..18ffb9b6f9e4 100644
--- a/dev-python/testresources/ChangeLog
+++ b/dev-python/testresources/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/testresources
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.10 2014/07/20 11:05:30 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.11 2014/08/10 21:23:23 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
+ testresources-0.2.7-r1.ebuild, testresources-0.2.7-r2.ebuild,
+ testresources-0.2.7.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
20 Jul 2014; Tobias Klausmann <klausman@gentoo.org>
testresources-0.2.7-r2.ebuild:
diff --git a/dev-python/testresources/testresources-0.2.7-r1.ebuild b/dev-python/testresources/testresources-0.2.7-r1.ebuild
index 96625a5132d9..0e2070dc4472 100644
--- a/dev-python/testresources/testresources-0.2.7-r1.ebuild
+++ b/dev-python/testresources/testresources-0.2.7-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/testresources/testresources-0.2.7-r1.ebuild,v 1.6 2014/07/06 12:50:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r1.ebuild,v 1.7 2014/08/10 21:23:23 slyfox Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit distutils-r1
-DESCRIPTION="Testresources, a pyunit extension for managing expensive test resources."
+DESCRIPTION="Testresources, a pyunit extension for managing expensive test resources"
HOMEPAGE="https://launchpad.net/testresources"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild b/dev-python/testresources/testresources-0.2.7-r2.ebuild
index d21e44234b78..44ad3f351ab5 100644
--- a/dev-python/testresources/testresources-0.2.7-r2.ebuild
+++ b/dev-python/testresources/testresources-0.2.7-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/testresources/testresources-0.2.7-r2.ebuild,v 1.3 2014/07/20 11:05:30 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.4 2014/08/10 21:23:23 slyfox Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
-DESCRIPTION="Testresources, a pyunit extension for managing expensive test resources."
+DESCRIPTION="Testresources, a pyunit extension for managing expensive test resources"
HOMEPAGE="https://launchpad.net/testresources"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
diff --git a/dev-python/testresources/testresources-0.2.7.ebuild b/dev-python/testresources/testresources-0.2.7.ebuild
index 43875146b153..2d319009f6d9 100644
--- a/dev-python/testresources/testresources-0.2.7.ebuild
+++ b/dev-python/testresources/testresources-0.2.7.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/testresources/testresources-0.2.7.ebuild,v 1.3 2014/07/06 12:50:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7.ebuild,v 1.4 2014/08/10 21:23:23 slyfox Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2} )
inherit distutils-r1
-DESCRIPTION="Testresources, a pyunit extension for managing expensive test resources."
+DESCRIPTION="Testresources, a pyunit extension for managing expensive test resources"
HOMEPAGE="https://launchpad.net/testresources"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"