diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:11:41 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:11:41 +0000 |
commit | bc6fc0327b0eb11fa88c2ba03ab24f1d1bca768f (patch) | |
tree | 773c4c7c50005d3979a9d3a9f05bc6eaac3b6b98 /dev-python/git-python/git-python-0.3.2_rc1.ebuild | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-bc6fc0327b0eb11fa88c2ba03ab24f1d1bca768f.tar.gz gentoo-2-bc6fc0327b0eb11fa88c2ba03ab24f1d1bca768f.tar.bz2 gentoo-2-bc6fc0327b0eb11fa88c2ba03ab24f1d1bca768f.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/git-python/git-python-0.3.2_rc1.ebuild')
-rw-r--r-- | dev-python/git-python/git-python-0.3.2_rc1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/git-python/git-python-0.3.2_rc1.ebuild b/dev-python/git-python/git-python-0.3.2_rc1.ebuild index b3565a4b91fa..8b2b03df79b6 100644 --- a/dev-python/git-python/git-python-0.3.2_rc1.ebuild +++ b/dev-python/git-python/git-python-0.3.2_rc1.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/git-python/git-python-0.3.2_rc1.ebuild,v 1.3 2013/04/24 01:07:32 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.3.2_rc1.ebuild,v 1.4 2014/08/10 21:11:41 slyfox Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ MY_PN="GitPython" MY_PV="${PV/_rc/.RC}" MY_P="${MY_PN}-${MY_PV}" -DESCRIPTION="GitPython is a python library used to interact with Git repositories." +DESCRIPTION="GitPython is a python library used to interact with Git repositories" HOMEPAGE="http://gitorious.org/git-python http://pypi.python.org/pypi/GitPython" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" |