diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:17:17 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:17:17 +0000 |
commit | 3c1c848456d178061bed6b2d7af81d060b3847c3 (patch) | |
tree | d1a8f75929569cc6d4d5e84d5712d61ada50306a | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-3c1c848456d178061bed6b2d7af81d060b3847c3.tar.gz gentoo-2-3c1c848456d178061bed6b2d7af81d060b3847c3.tar.bz2 gentoo-2-3c1c848456d178061bed6b2d7af81d060b3847c3.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
-rw-r--r-- | dev-python/pyoembed/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pyoembed/pyoembed-0.1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pyoembed/pyoembed-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/pyoembed/ChangeLog b/dev-python/pyoembed/ChangeLog index 422380fdf708..653ef992aaab 100644 --- a/dev-python/pyoembed/ChangeLog +++ b/dev-python/pyoembed/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyoembed # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyoembed/ChangeLog,v 1.2 2014/06/15 20:43:33 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyoembed/ChangeLog,v 1.3 2014/08/10 21:17:17 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> pyoembed-0.1.1.ebuild, + pyoembed-9999.ebuild: + QA: drop trailing '.' from DESCRIPTION *pyoembed-0.1.1 (15 Jun 2014) diff --git a/dev-python/pyoembed/pyoembed-0.1.1.ebuild b/dev-python/pyoembed/pyoembed-0.1.1.ebuild index c05f042969c2..fa968b364207 100644 --- a/dev-python/pyoembed/pyoembed-0.1.1.ebuild +++ b/dev-python/pyoembed/pyoembed-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyoembed/pyoembed-0.1.1.ebuild,v 1.1 2014/06/15 20:43:33 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyoembed/pyoembed-0.1.1.ebuild,v 1.2 2014/08/10 21:17:17 slyfox Exp $ EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -DESCRIPTION="Python library for oEmbed with auto-discovered and manually added providers." +DESCRIPTION="Python library for oEmbed with auto-discovered and manually added providers" HOMEPAGE="https://github.com/rafaelmartins/pyoembed" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/pyoembed/pyoembed-9999.ebuild b/dev-python/pyoembed/pyoembed-9999.ebuild index 43d91fb2695b..c4f1d7eaffdf 100644 --- a/dev-python/pyoembed/pyoembed-9999.ebuild +++ b/dev-python/pyoembed/pyoembed-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyoembed/pyoembed-9999.ebuild,v 1.1 2014/06/12 03:06:08 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyoembed/pyoembed-9999.ebuild,v 1.2 2014/08/10 21:17:17 slyfox Exp $ EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -DESCRIPTION="Python library for oEmbed with auto-discovered and manually added providers." +DESCRIPTION="Python library for oEmbed with auto-discovered and manually added providers" HOMEPAGE="https://github.com/rafaelmartins/pyoembed" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |