summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-10 21:21:45 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-10 21:21:45 +0000
commit66ea25284515e67377b710397e8bc106919c700e (patch)
tree7569a77f6c571af49e07e07a150dc0a3849058a2 /dev-python/setuptools-git
parentQA: drop trailing '.' from DESCRIPTION (diff)
downloadgentoo-2-66ea25284515e67377b710397e8bc106919c700e.tar.gz
gentoo-2-66ea25284515e67377b710397e8bc106919c700e.tar.bz2
gentoo-2-66ea25284515e67377b710397e8bc106919c700e.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-git')
-rw-r--r--dev-python/setuptools-git/ChangeLog8
-rw-r--r--dev-python/setuptools-git/setuptools-git-1.0.ebuild6
-rw-r--r--dev-python/setuptools-git/setuptools-git-1.0_beta1.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/setuptools-git/ChangeLog b/dev-python/setuptools-git/ChangeLog
index b89f4478253b..7d0726d5ca60 100644
--- a/dev-python/setuptools-git/ChangeLog
+++ b/dev-python/setuptools-git/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/setuptools-git
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/ChangeLog,v 1.3 2013/09/05 18:47:13 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/ChangeLog,v 1.4 2014/08/10 21:21:45 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> setuptools-git-1.0.ebuild,
+ setuptools-git-1.0_beta1.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
05 Sep 2013; Michał Górny <mgorny@gentoo.org> setuptools-git-1.0_beta1.ebuild:
Clean up PYTHON_COMPAT from old implementations.
diff --git a/dev-python/setuptools-git/setuptools-git-1.0.ebuild b/dev-python/setuptools-git/setuptools-git-1.0.ebuild
index 26896f0837f5..29a959d6e9f1 100644
--- a/dev-python/setuptools-git/setuptools-git-1.0.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.0.ebuild
@@ -1,13 +1,13 @@
-# 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/setuptools-git/setuptools-git-1.0.ebuild,v 1.1 2013/08/08 07:19:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.0.ebuild,v 1.2 2014/08/10 21:21:45 slyfox Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
inherit distutils-r1
-DESCRIPTION="Setuptools revision control system plugin for Git."
+DESCRIPTION="Setuptools revision control system plugin for Git"
HOMEPAGE="https://github.com/wichert/setuptools-git"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
diff --git a/dev-python/setuptools-git/setuptools-git-1.0_beta1.ebuild b/dev-python/setuptools-git/setuptools-git-1.0_beta1.ebuild
index 2a8d77e71b76..a75153351d9f 100644
--- a/dev-python/setuptools-git/setuptools-git-1.0_beta1.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.0_beta1.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/setuptools-git/setuptools-git-1.0_beta1.ebuild,v 1.2 2013/09/05 18:47:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.0_beta1.ebuild,v 1.3 2014/08/10 21:21:45 slyfox Exp $
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 )
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 )
inherit distutils-r1 versionator
MY_P=${P/_beta/b}
-DESCRIPTION="Setuptools revision control system plugin for Git."
+DESCRIPTION="Setuptools revision control system plugin for Git"
HOMEPAGE="https://github.com/wichert/setuptools-git"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
S=${WORKDIR}/${MY_P}