diff options
author | 2014-08-10 20:02:01 +0000 | |
---|---|---|
committer | 2014-08-10 20:02:01 +0000 | |
commit | 206a6f2c7fceb51b81e8918a67b3f35ebc906a97 (patch) | |
tree | 88ae2b0c71ae97fbd62cdd25a2f08f59f2ef3e85 /dev-db | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-206a6f2c7fceb51b81e8918a67b3f35ebc906a97.tar.gz gentoo-2-206a6f2c7fceb51b81e8918a67b3f35ebc906a97.tar.bz2 gentoo-2-206a6f2c7fceb51b81e8918a67b3f35ebc906a97.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-db')
-rw-r--r-- | dev-db/pgasync/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/pgasync/pgasync-2.01.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-db/pgasync/ChangeLog b/dev-db/pgasync/ChangeLog index ce932845de31..cd89ced811a1 100644 --- a/dev-db/pgasync/ChangeLog +++ b/dev-db/pgasync/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/pgasync -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/ChangeLog,v 1.7 2013/08/03 09:45:44 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/ChangeLog,v 1.8 2014/08/10 20:02:01 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> pgasync-2.01.ebuild: + QA: drop trailing '.' from DESCRIPTION 03 Aug 2013; Michał Górny <mgorny@gentoo.org> pgasync-2.01.ebuild: Move dev-python/twisted to dev-python/twisted-core. @@ -31,4 +34,3 @@ +pgasync-1.15b.ebuild: Initial import. Ebuild submitted by Marien Zwart <m_zwart@123mail.org>. (#83183) - diff --git a/dev-db/pgasync/pgasync-2.01.ebuild b/dev-db/pgasync/pgasync-2.01.ebuild index 168b1dc303d5..b4ec85528cf1 100644 --- a/dev-db/pgasync/pgasync-2.01.ebuild +++ b/dev-db/pgasync/pgasync-2.01.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-db/pgasync/pgasync-2.01.ebuild,v 1.4 2013/08/03 09:45:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/pgasync-2.01.ebuild,v 1.5 2014/08/10 20:02:01 slyfox Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -9,7 +9,7 @@ RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils -DESCRIPTION="An asynchronous api to postgres for twisted." +DESCRIPTION="An asynchronous api to postgres for twisted" HOMEPAGE="http://www.jamwt.com/pgasync/" SRC_URI="http://www.jamwt.com/pgasync/files/${P}.tar.gz" |