aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/k3match/k3match-1.1.ebuild')
-rw-r--r--sci-libs/k3match/k3match-1.1.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/sci-libs/k3match/k3match-1.1.ebuild b/sci-libs/k3match/k3match-1.1.ebuild
deleted file mode 100644
index 22a049103..000000000
--- a/sci-libs/k3match/k3match-1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
-
-inherit distutils-r1
-
-DESCRIPTION="Fast matching of large sets of points in 3D space, in O(N log N) time"
-HOMEPAGE="http://pschella.github.com/k3match/"
-SRC_URI="http://www.astro.ru.nl/~pschella/files/software/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=" "
-
-DEPEND=">=dev-python/numpy-1.4.0[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"