diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2020-09-27 23:44:16 +0000 |
---|---|---|
committer | Aisha Tammy <gentoo@aisha.cc> | 2020-09-27 23:44:16 +0000 |
commit | 37580ad3a79e7c371d7acc6dcd1b78fb3ff512ef (patch) | |
tree | 01e7b8d2a951203142cea513019bef69aeeec9cb /sci-libs/k3match | |
parent | sci-libs/calculix-c{c,g}x: drop dead packages (diff) | |
download | sci-37580ad3a79e7c371d7acc6dcd1b78fb3ff512ef.tar.gz sci-37580ad3a79e7c371d7acc6dcd1b78fb3ff512ef.tar.bz2 sci-37580ad3a79e7c371d7acc6dcd1b78fb3ff512ef.zip |
sci-libs/k3match: drop dead package
suggested replacements
- pyflann
- pynndescent
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'sci-libs/k3match')
-rw-r--r-- | sci-libs/k3match/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/k3match/k3match-1.1.ebuild | 21 | ||||
-rw-r--r-- | sci-libs/k3match/metadata.xml | 12 |
3 files changed, 0 insertions, 34 deletions
diff --git a/sci-libs/k3match/Manifest b/sci-libs/k3match/Manifest deleted file mode 100644 index 55e1cd3c7..000000000 --- a/sci-libs/k3match/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST k3match-1.1.tar.gz 20192 SHA256 f8c2668cee7db91e51719d63ef7598606540b7ccdb0f01b42deaf593b2241963 SHA512 c377079af8f6b1a0a9b02dbcafa26db8fdfaefe9240346d6414a1251d25630ce860d9de78afbfd12e106c24c08ccd5689ff93cbbbeb3e091a1db3c7b39c99552 WHIRLPOOL f44166d3827e2db72ed8f01041101fcb82c12f29d0f964e761985d8f7fc139bca6f3b36e3a3613a1eb2b198def25e41b4e15da4da58f5108e09c6366409254fb 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}" diff --git a/sci-libs/k3match/metadata.xml b/sci-libs/k3match/metadata.xml deleted file mode 100644 index 27bcacd8e..000000000 --- a/sci-libs/k3match/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>AstroFloyd@gmail.com</email> - <name>AstroFloyd</name> - </maintainer> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> -</pkgmetadata> |