diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:22:08 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:22:08 +0000 |
commit | 77d4ef0ef78e34e697f1e4053cf07a993d7c11ef (patch) | |
tree | 1e64279decb3dc4e32d8a40763ba54e850d64163 /dev-python/simplecv | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-77d4ef0ef78e34e697f1e4053cf07a993d7c11ef.tar.gz gentoo-2-77d4ef0ef78e34e697f1e4053cf07a993d7c11ef.tar.bz2 gentoo-2-77d4ef0ef78e34e697f1e4053cf07a993d7c11ef.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/simplecv')
-rw-r--r-- | dev-python/simplecv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/simplecv/simplecv-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/simplecv/ChangeLog b/dev-python/simplecv/ChangeLog index 090120616fce..68944357d425 100644 --- a/dev-python/simplecv/ChangeLog +++ b/dev-python/simplecv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/simplecv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplecv/ChangeLog,v 1.4 2014/04/23 19:51:01 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplecv/ChangeLog,v 1.5 2014/08/10 21:22:08 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> simplecv-1.3.ebuild: + QA: drop trailing '.' from DESCRIPTION 23 Apr 2014; Michał Górny <mgorny@gentoo.org> simplecv-1.3.ebuild: Fix Python dependencies. Switch to single impl because of deps. diff --git a/dev-python/simplecv/simplecv-1.3.ebuild b/dev-python/simplecv/simplecv-1.3.ebuild index ea46efc86112..3e407dabc340 100644 --- a/dev-python/simplecv/simplecv-1.3.ebuild +++ b/dev-python/simplecv/simplecv-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplecv/simplecv-1.3.ebuild,v 1.4 2014/04/23 19:51:01 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplecv/simplecv-1.3.ebuild,v 1.5 2014/08/10 21:22:08 slyfox Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit distutils-r1 vcs-snapshot MY_PN=SimpleCV -DESCRIPTION="Python interface to several powerful open source computer vision libraries." +DESCRIPTION="Python interface to several powerful open source computer vision libraries" HOMEPAGE="http://simplecv.org/" SRC_URI="https://github.com/sightmachine/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |