diff options
author | 2014-08-10 21:21:52 +0000 | |
---|---|---|
committer | 2014-08-10 21:21:52 +0000 | |
commit | 5e131338bcd45c99be475723a44fb7640589c978 (patch) | |
tree | f841d12d158692f6f0862f58089335965e978f6c /dev-python/setuptools_hg | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-5e131338bcd45c99be475723a44fb7640589c978.tar.gz gentoo-2-5e131338bcd45c99be475723a44fb7640589c978.tar.bz2 gentoo-2-5e131338bcd45c99be475723a44fb7640589c978.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/setuptools_hg')
-rw-r--r-- | dev-python/setuptools_hg/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/setuptools_hg/setuptools_hg-0.4.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/setuptools_hg/ChangeLog b/dev-python/setuptools_hg/ChangeLog index be6d6b1707a1..4e9e5e426015 100644 --- a/dev-python/setuptools_hg/ChangeLog +++ b/dev-python/setuptools_hg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/setuptools_hg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.5 2014/03/31 20:32:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.6 2014/08/10 21:21:52 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> + setuptools_hg-0.4-r1.ebuild, setuptools_hg-0.4.ebuild: + QA: drop trailing '.' from DESCRIPTION 31 Mar 2014; Michał Górny <mgorny@gentoo.org> setuptools_hg-0.4-r1.ebuild: Add support for the new PyPy slotting. diff --git a/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild b/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild index 672db79f5f2e..0dd97758651a 100644 --- a/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild +++ b/dev-python/setuptools_hg/setuptools_hg-0.4-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/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.3 2014/03/31 20:32:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.4 2014/08/10 21:21:52 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) inherit distutils-r1 -DESCRIPTION="Setuptools/distribute plugin for finding files under Mercurial version control." +DESCRIPTION="Setuptools/distribute plugin for finding files under Mercurial version control" HOMEPAGE="http://pypi.python.org/pypi/setuptools_hg http://bitbucket.org/jezdez/setuptools_hg/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/setuptools_hg/setuptools_hg-0.4.ebuild b/dev-python/setuptools_hg/setuptools_hg-0.4.ebuild index 2b8f648f3637..80039d03fbe8 100644 --- a/dev-python/setuptools_hg/setuptools_hg-0.4.ebuild +++ b/dev-python/setuptools_hg/setuptools_hg-0.4.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 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/setuptools_hg/setuptools_hg-0.4.ebuild,v 1.1 2012/05/08 12:34:06 iksaif Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4.ebuild,v 1.2 2014/08/10 21:21:52 slyfox Exp $ EAPI="4" SUPPORT_PYTHON_ABIS="1" inherit distutils -DESCRIPTION="Setuptools/distribute plugin for finding files under Mercurial version control." +DESCRIPTION="Setuptools/distribute plugin for finding files under Mercurial version control" HOMEPAGE="http://pypi.python.org/pypi/setuptools_hg http://bitbucket.org/jezdez/setuptools_hg/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |