diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:15:13 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:15:13 +0000 |
commit | cf0c6417fe9b5e800162d8f5ee8bfda4efe1c53e (patch) | |
tree | 44c383ba509d09c5ad05bd4421a15f3b364d09ac /dev-python/paisley | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-cf0c6417fe9b5e800162d8f5ee8bfda4efe1c53e.tar.gz gentoo-2-cf0c6417fe9b5e800162d8f5ee8bfda4efe1c53e.tar.bz2 gentoo-2-cf0c6417fe9b5e800162d8f5ee8bfda4efe1c53e.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/paisley')
-rw-r--r-- | dev-python/paisley/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/paisley/paisley-0.3.1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/paisley/ChangeLog b/dev-python/paisley/ChangeLog index c5e315348c93..5431fdf6f752 100644 --- a/dev-python/paisley/ChangeLog +++ b/dev-python/paisley/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/paisley -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/ChangeLog,v 1.16 2013/08/03 09:45:45 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/ChangeLog,v 1.17 2014/08/10 21:15:13 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> paisley-0.3.1.ebuild: + QA: drop trailing '.' from DESCRIPTION 03 Aug 2013; Michał Górny <mgorny@gentoo.org> paisley-0.3.1.ebuild: Move dev-python/twisted to dev-python/twisted-core. @@ -60,4 +63,3 @@ 23 Oct 2009; Dirkjan Ochtman <djc@gentoo.org> +paisley-0.1.ebuild, +metadata.xml: Initial version of paisley (0.1). - diff --git a/dev-python/paisley/paisley-0.3.1.ebuild b/dev-python/paisley/paisley-0.3.1.ebuild index e110642158e9..7187d9ad052b 100644 --- a/dev-python/paisley/paisley-0.3.1.ebuild +++ b/dev-python/paisley/paisley-0.3.1.ebuild @@ -1,6 +1,6 @@ -# 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/paisley/paisley-0.3.1.ebuild,v 1.5 2013/08/03 09:45:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/paisley-0.3.1.ebuild,v 1.6 2014/08/10 21:15:13 slyfox Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -10,7 +10,7 @@ DISTUTILS_SRC_TEST="nosetests" inherit distutils -DESCRIPTION="Paisley is a CouchDB client written in Python to be used within a Twisted application." +DESCRIPTION="Paisley is a CouchDB client written in Python to be used within a Twisted application" HOMEPAGE="http://launchpad.net/paisley http://pypi.python.org/pypi/paisley" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |