diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-07 20:25:13 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-07 20:25:13 +0100 |
commit | 9b8aa4c0811ae9e6d7325dfc33edc962ce8cb0dc (patch) | |
tree | 66bd473d1b79ef9461cc5cb82c425f0c41aafb4b /sci-libs/flann | |
parent | 29fb908337297d83ef1a6ef6dd750fb7c8b5e5a4 (diff) | |
download | gentoo-9b8aa4c0811ae9e6d7325dfc33edc962ce8cb0dc.tar.gz gentoo-9b8aa4c0811ae9e6d7325dfc33edc962ce8cb0dc.tar.xz |
sci-libs/flann: Chop DESCRIPTION to 80 chars
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/flann')
-rw-r--r-- | sci-libs/flann/flann-1.8.4-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/flann/flann-9999.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/flann/flann-1.8.4-r1.ebuild b/sci-libs/flann/flann-1.8.4-r1.ebuild index 550389a56f7..24da6e72559 100644 --- a/sci-libs/flann/flann-1.8.4-r1.ebuild +++ b/sci-libs/flann/flann-1.8.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-utils cuda eutils multilib toolchain-funcs -DESCRIPTION="Library for performing fast approximate nearest neighbor searches in high dimensional spaces" +DESCRIPTION="Fast approximate nearest neighbor searches in high dimensional spaces" HOMEPAGE="http://www.cs.ubc.ca/research/flann/" SRC_URI=" http://people.cs.ubc.ca/~mariusm/uploads/FLANN/${P}-src.zip diff --git a/sci-libs/flann/flann-9999.ebuild b/sci-libs/flann/flann-9999.ebuild index 14e09961af6..7c99bb0d7b1 100644 --- a/sci-libs/flann/flann-9999.ebuild +++ b/sci-libs/flann/flann-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-utils cuda eutils git-r3 multilib toolchain-funcs -DESCRIPTION="Library for performing fast approximate nearest neighbor searches in high dimensional spaces" +DESCRIPTION="Fast approximate nearest neighbor searches in high dimensional spaces" HOMEPAGE="http://www.cs.ubc.ca/research/flann/" SRC_URI="test? ( https://dev.gentoo.org/~bicatali/distfiles/${PN}-1.8.4-testdata.tar.xz )" EGIT_REPO_URI="https://github.com/mariusmuja/flann.git" |