From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RrZKY-0005D7-TA for garchives@archives.gentoo.org; Sun, 29 Jan 2012 18:18:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BF79E096A; Sun, 29 Jan 2012 18:18:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 104D0E096A for ; Sun, 29 Jan 2012 18:18:15 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4822A1B4010 for ; Sun, 29 Jan 2012 18:18:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7B02C80042 for ; Sun, 29 Jan 2012 18:18:14 +0000 (UTC) From: "Marc van der Sluys" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc van der Sluys" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/k3match/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/k3match/ChangeLog sci-libs/k3match/k3match-1.0.ebuild sci-libs/k3match/metadata.xml X-VCS-Directories: sci-libs/k3match/ X-VCS-Committer: marc_van_der_sluys X-VCS-Committer-Name: Marc van der Sluys X-VCS-Revision: ea19de3fb22906309e01bc95b5fab9db89718b2b Date: Sun, 29 Jan 2012 18:18:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 43fbe6f8-9c71-43af-b8ed-437805b9ee53 X-Archives-Hash: 840409e0b37c81423ad59725eef9447c commit: ea19de3fb22906309e01bc95b5fab9db89718b2b Author: Marc van der Sluys (AstroFloyd) gmail = com> AuthorDate: Sun Jan 29 17:54:07 2012 +0000 Commit: Marc van der Sluys vandersluys nl> CommitDate: Sun Jan 29 17:54:07 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dea19de3f Added first ebuild for k3match, version 1.0 --- sci-libs/k3match/ChangeLog | 10 ++++++++++ sci-libs/k3match/k3match-1.0.ebuild | 22 ++++++++++++++++++++++ sci-libs/k3match/metadata.xml | 9 +++++++++ 3 files changed, 41 insertions(+), 0 deletions(-) diff --git a/sci-libs/k3match/ChangeLog b/sci-libs/k3match/ChangeLog new file mode 100644 index 0000000..b499da0 --- /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/k3match-1.0.ebuild b/sci-libs/k3match/k3mat= ch-1.0.ebuild new file mode 100644 index 0000000..bcabe3a --- /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=3D4 +PYTHON_DEPEND=3D"*:2.6" +PYTHON_USE_WITH=3D"threads" +SUPPORT_PYTHON_ABIS=3D"1" + +inherit distutils + +DESCRIPTION=3D"Fast matching of large sets of points in 3D space, in O(N= log N) time" +HOMEPAGE=3D"http://pschella.github.com/k3match/" +SRC_URI=3D"http://www.astro.ru.nl/~pschella/files/software/${PN}/${P}.ta= r.gz" + +LICENSE=3D"GPL-3" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D" " + +DEPEND=3D">=3Ddev-python/numpy-1.4.0" +RDEPEND=3D"${DEPEND}" diff --git a/sci-libs/k3match/metadata.xml b/sci-libs/k3match/metadata.xm= l new file mode 100644 index 0000000..d995315 --- /dev/null +++ b/sci-libs/k3match/metadata.xml @@ -0,0 +1,9 @@ + + + + sci + + AstroFloyd@gmail.com + Marc van der Sluys (AstroFloyd) + +