summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-02 19:09:42 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-02 19:09:42 +0000
commit3fb68dcc2a7b653dfcb502afd1db3b9dbb4758c4 (patch)
tree9a2a47e7e0fcd73be9b838c2dc9c4b17a223a579 /sci-libs/flann
parentVersion bump. Add myself as maintainer. (diff)
downloadgentoo-2-3fb68dcc2a7b653dfcb502afd1db3b9dbb4758c4.tar.gz
gentoo-2-3fb68dcc2a7b653dfcb502afd1db3b9dbb4758c4.tar.bz2
gentoo-2-3fb68dcc2a7b653dfcb502afd1db3b9dbb4758c4.zip
Fix tests by prepackaging the test data, bug 366477
(Portage version: 2.1.10.9/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/flann')
-rw-r--r--sci-libs/flann/ChangeLog5
-rw-r--r--sci-libs/flann/flann-1.6.10.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/flann/ChangeLog b/sci-libs/flann/ChangeLog
index 28b221a6f71b..8b4e61ca0d93 100644
--- a/sci-libs/flann/ChangeLog
+++ b/sci-libs/flann/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/flann
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/flann/ChangeLog,v 1.7 2011/06/26 10:29:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/flann/ChangeLog,v 1.8 2011/08/02 19:09:42 dilfridge Exp $
+
+ 02 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org> flann-1.6.10.ebuild:
+ Fix tests by prepackaging the test data, bug 366477
26 Jun 2011; Justin Lecher <jlec@gentoo.org> flann-1.6.8.ebuild,
flann-1.6.10.ebuild, metadata.xml:
diff --git a/sci-libs/flann/flann-1.6.10.ebuild b/sci-libs/flann/flann-1.6.10.ebuild
index 4d91ef342dbd..6f041ddd6bdb 100644
--- a/sci-libs/flann/flann-1.6.10.ebuild
+++ b/sci-libs/flann/flann-1.6.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/flann/flann-1.6.10.ebuild,v 1.3 2011/06/26 10:29:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/flann/flann-1.6.10.ebuild,v 1.4 2011/08/02 19:09:42 dilfridge Exp $
EAPI=3
@@ -10,7 +10,8 @@ inherit cmake-utils eutils python
DESCRIPTION="Library for performing fast approximate nearest neighbor searches in high dimensional spaces"
HOMEPAGE="http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN/"
-SRC_URI="http://people.cs.ubc.ca/~mariusm/uploads/FLANN/${P}-src.zip"
+SRC_URI="http://people.cs.ubc.ca/~mariusm/uploads/FLANN/${P}-src.zip
+ test? ( http://dev.gentoo.org/~dilfridge/distfiles/${P}-testdata.tar.xz )"
LICENSE="BSD"
SLOT="0"