summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-10 21:11:41 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-10 21:11:41 +0000
commitbc6fc0327b0eb11fa88c2ba03ab24f1d1bca768f (patch)
tree773c4c7c50005d3979a9d3a9f05bc6eaac3b6b98 /dev-python/git-python
parentQA: drop trailing '.' from DESCRIPTION (diff)
downloadgentoo-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')
-rw-r--r--dev-python/git-python/ChangeLog8
-rw-r--r--dev-python/git-python/git-python-0.1.7.ebuild6
-rw-r--r--dev-python/git-python/git-python-0.3.2_rc1-r1.ebuild6
-rw-r--r--dev-python/git-python/git-python-0.3.2_rc1.ebuild6
4 files changed, 15 insertions, 11 deletions
diff --git a/dev-python/git-python/ChangeLog b/dev-python/git-python/ChangeLog
index 9bc1714f4a7a..a5bbc9d77ac5 100644
--- a/dev-python/git-python/ChangeLog
+++ b/dev-python/git-python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/git-python
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/ChangeLog,v 1.10 2013/05/07 14:57:29 idella4 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/ChangeLog,v 1.11 2014/08/10 21:11:41 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> git-python-0.1.7.ebuild,
+ git-python-0.3.2_rc1-r1.ebuild, git-python-0.3.2_rc1.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
*git-python-0.3.2_rc1-r1 (07 May 2013)
diff --git a/dev-python/git-python/git-python-0.1.7.ebuild b/dev-python/git-python/git-python-0.1.7.ebuild
index 86a04170c489..1e9cd98d51b9 100644
--- a/dev-python/git-python/git-python-0.1.7.ebuild
+++ b/dev-python/git-python/git-python-0.1.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 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.1.7.ebuild,v 1.3 2010/10/30 19:52:14 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.1.7.ebuild,v 1.4 2014/08/10 21:11:41 slyfox Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -11,7 +11,7 @@ inherit distutils
MY_PN="GitPython"
MY_P="${MY_PN}-${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"
diff --git a/dev-python/git-python/git-python-0.3.2_rc1-r1.ebuild b/dev-python/git-python/git-python-0.3.2_rc1-r1.ebuild
index 39420b97975c..49767995c7c3 100644
--- a/dev-python/git-python/git-python-0.3.2_rc1-r1.ebuild
+++ b/dev-python/git-python/git-python-0.3.2_rc1-r1.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-r1.ebuild,v 1.1 2013/05/07 14:57:29 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.3.2_rc1-r1.ebuild,v 1.2 2014/08/10 21:11:41 slyfox Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -12,7 +12,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"
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"