diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:18:16 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:18:16 +0000 |
commit | 9bb8438ceec4a2db1807eb5fcbe6c30299155b9f (patch) | |
tree | a762807980f77132393a84505fbefd70f9488948 /dev-python/pystatgrab | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-9bb8438ceec4a2db1807eb5fcbe6c30299155b9f.tar.gz gentoo-2-9bb8438ceec4a2db1807eb5fcbe6c30299155b9f.tar.bz2 gentoo-2-9bb8438ceec4a2db1807eb5fcbe6c30299155b9f.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/pystatgrab')
-rw-r--r-- | dev-python/pystatgrab/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pystatgrab/pystatgrab-0.5.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/pystatgrab/ChangeLog b/dev-python/pystatgrab/ChangeLog index 373f27c95ac5..e0f466673315 100644 --- a/dev-python/pystatgrab/ChangeLog +++ b/dev-python/pystatgrab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pystatgrab -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/ChangeLog,v 1.11 2012/05/04 15:12:14 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/ChangeLog,v 1.12 2014/08/10 21:18:16 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> pystatgrab-0.5.ebuild: + QA: drop trailing '.' from DESCRIPTION 04 May 2012; Patrick Lauer <patrick@gentoo.org> pystatgrab-0.5.ebuild: Migrating dev-util/pkgconfig -> virtual/pkgconfig @@ -46,4 +49,3 @@ 19 Apr 2005; <dams@gentoo.org> +metadata.xml, +pystatgrab-0.3.ebuild: first ebuild, from bug 85148 - diff --git a/dev-python/pystatgrab/pystatgrab-0.5.ebuild b/dev-python/pystatgrab/pystatgrab-0.5.ebuild index 89fc420cd1b0..5c5dbb2a1f0a 100644 --- a/dev-python/pystatgrab/pystatgrab-0.5.ebuild +++ b/dev-python/pystatgrab/pystatgrab-0.5.ebuild @@ -1,6 +1,6 @@ -# 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/pystatgrab/pystatgrab-0.5.ebuild,v 1.4 2012/05/04 15:12:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/pystatgrab-0.5.ebuild,v 1.5 2014/08/10 21:18:16 slyfox Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -9,7 +9,7 @@ RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" inherit distutils -DESCRIPTION=" pystatgrab is a set of Python bindings for the libstatgrab library." +DESCRIPTION=" pystatgrab is a set of Python bindings for the libstatgrab library" HOMEPAGE="http://www.i-scream.org/pystatgrab/" SRC_URI="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/${P}.tar.gz" |