From ea19de3fb22906309e01bc95b5fab9db89718b2b Mon Sep 17 00:00:00 2001 From: "Marc van der Sluys (AstroFloyd)" Date: Sun, 29 Jan 2012 18:54:07 +0100 Subject: Added first ebuild for k3match, version 1.0 --- sci-libs/k3match/ChangeLog | 10 ++++++++++ sci-libs/k3match/Manifest | 1 + sci-libs/k3match/k3match-1.0.ebuild | 22 ++++++++++++++++++++++ sci-libs/k3match/metadata.xml | 9 +++++++++ 4 files changed, 42 insertions(+) create mode 100644 sci-libs/k3match/ChangeLog create mode 100644 sci-libs/k3match/Manifest create mode 100644 sci-libs/k3match/k3match-1.0.ebuild create mode 100644 sci-libs/k3match/metadata.xml (limited to 'sci-libs/k3match') diff --git a/sci-libs/k3match/ChangeLog b/sci-libs/k3match/ChangeLog new file mode 100644 index 000000000..b499da00d --- /dev/null +++ b/sci-libs/k3match/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-libs/k3match +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +* k3match-1.0 (29 Jan 2012) + + 29 Jan 2012; Marc van der Sluys + +k3match-1.0.ebuild +metadata.xml: + Initial import. + diff --git a/sci-libs/k3match/Manifest b/sci-libs/k3match/Manifest new file mode 100644 index 000000000..b112d95c4 --- /dev/null +++ b/sci-libs/k3match/Manifest @@ -0,0 +1 @@ +DIST k3match-1.0.tar.gz 19125 SHA256 47e1e456a1b5c1205f1e202028d74a48a7540557741b61a11388b02ef3d9a023 SHA512 f2eb99b17ead3669dfc7308784471341082a447ff5658c7fe7a197d6d409218c255e324b84b76ea9e3ebd1dfca4d8f18bcad33c5e32825b028899bf22c9ba677 WHIRLPOOL dbf7d9eb250cffd4ca86ff4a80f3e5176266184e3cc3d6f1425bf8bd6587ebc055cb270e5d6b4ccfa9ddcca8cb115a88b53a0803778dab98f5b579c8dce6ac6e diff --git a/sci-libs/k3match/k3match-1.0.ebuild b/sci-libs/k3match/k3match-1.0.ebuild new file mode 100644 index 000000000..bcabe3aa3 --- /dev/null +++ b/sci-libs/k3match/k3match-1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +PYTHON_DEPEND="*:2.6" +PYTHON_USE_WITH="threads" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +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" +RDEPEND="${DEPEND}" diff --git a/sci-libs/k3match/metadata.xml b/sci-libs/k3match/metadata.xml new file mode 100644 index 000000000..d99531576 --- /dev/null +++ b/sci-libs/k3match/metadata.xml @@ -0,0 +1,9 @@ + + + + sci + + AstroFloyd@gmail.com + Marc van der Sluys (AstroFloyd) + + -- cgit v1.2.3-65-gdbad