From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3A4881388C3 for ; Thu, 7 Jan 2016 19:25:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27FAAE0852; Thu, 7 Jan 2016 19:25:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9070DE0866 for ; Thu, 7 Jan 2016 19:25:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47AA734090B for ; Thu, 7 Jan 2016 19:25:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEFD6CFF for ; Thu, 7 Jan 2016 19:25:20 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1452194713.9b8aa4c0811ae9e6d7325dfc33edc962ce8cb0dc.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/flann/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/flann/flann-1.8.4-r1.ebuild sci-libs/flann/flann-9999.ebuild X-VCS-Directories: sci-libs/flann/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9b8aa4c0811ae9e6d7325dfc33edc962ce8cb0dc X-VCS-Branch: master Date: Thu, 7 Jan 2016 19:25:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3a6c7360-00f3-4e01-acaf-3a17b70cddbd X-Archives-Hash: bc467fc84adb800857973aaf2450de2e commit: 9b8aa4c0811ae9e6d7325dfc33edc962ce8cb0dc Author: Justin Lecher gentoo org> AuthorDate: Thu Jan 7 19:25:13 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jan 7 19:25:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8aa4c0 sci-libs/flann: Chop DESCRIPTION to 80 chars Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> sci-libs/flann/flann-1.8.4-r1.ebuild | 4 ++-- 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 550389a..24da6e7 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 14e0996..7c99bb0 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"