Gentoo Archives: gentoo-commits

From: Marc van der Sluys <linux@×××××××××××.nl>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/k3match/
Date: Sun, 29 Jan 2012 18:18:23
Message-Id: ea19de3fb22906309e01bc95b5fab9db89718b2b.marc_van_der_sluys@gentoo
1 commit: ea19de3fb22906309e01bc95b5fab9db89718b2b
2 Author: Marc van der Sluys (AstroFloyd) <AstroFloyd <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 29 17:54:07 2012 +0000
4 Commit: Marc van der Sluys <linux <AT> vandersluys <DOT> nl>
5 CommitDate: Sun Jan 29 17:54:07 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ea19de3f
7
8 Added first ebuild for k3match, version 1.0
9
10 ---
11 sci-libs/k3match/ChangeLog | 10 ++++++++++
12 sci-libs/k3match/k3match-1.0.ebuild | 22 ++++++++++++++++++++++
13 sci-libs/k3match/metadata.xml | 9 +++++++++
14 3 files changed, 41 insertions(+), 0 deletions(-)
15
16 diff --git a/sci-libs/k3match/ChangeLog b/sci-libs/k3match/ChangeLog
17 new file mode 100644
18 index 0000000..b499da0
19 --- /dev/null
20 +++ b/sci-libs/k3match/ChangeLog
21 @@ -0,0 +1,10 @@
22 +# ChangeLog for sci-libs/k3match
23 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 +# $Header: $
25 +
26 +* k3match-1.0 (29 Jan 2012)
27 +
28 + 29 Jan 2012; Marc van der Sluys <AstroFloyd@×××××.com>
29 + +k3match-1.0.ebuild +metadata.xml:
30 + Initial import.
31 +
32
33 diff --git a/sci-libs/k3match/k3match-1.0.ebuild b/sci-libs/k3match/k3match-1.0.ebuild
34 new file mode 100644
35 index 0000000..bcabe3a
36 --- /dev/null
37 +++ b/sci-libs/k3match/k3match-1.0.ebuild
38 @@ -0,0 +1,22 @@
39 +# Copyright 1999-2012 Gentoo Foundation
40 +# Distributed under the terms of the GNU General Public License v2
41 +# $Header: $
42 +
43 +EAPI=4
44 +PYTHON_DEPEND="*:2.6"
45 +PYTHON_USE_WITH="threads"
46 +SUPPORT_PYTHON_ABIS="1"
47 +
48 +inherit distutils
49 +
50 +DESCRIPTION="Fast matching of large sets of points in 3D space, in O(N log N) time"
51 +HOMEPAGE="http://pschella.github.com/k3match/"
52 +SRC_URI="http://www.astro.ru.nl/~pschella/files/software/${PN}/${P}.tar.gz"
53 +
54 +LICENSE="GPL-3"
55 +SLOT="0"
56 +KEYWORDS="~amd64 ~x86"
57 +IUSE=" "
58 +
59 +DEPEND=">=dev-python/numpy-1.4.0"
60 +RDEPEND="${DEPEND}"
61
62 diff --git a/sci-libs/k3match/metadata.xml b/sci-libs/k3match/metadata.xml
63 new file mode 100644
64 index 0000000..d995315
65 --- /dev/null
66 +++ b/sci-libs/k3match/metadata.xml
67 @@ -0,0 +1,9 @@
68 +<?xml version="1.0" encoding="UTF-8"?>
69 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 +<pkgmetadata>
71 + <herd>sci</herd>
72 + <maintainer>
73 + <email>AstroFloyd@×××××.com</email>
74 + <name>Marc van der Sluys (AstroFloyd)</name>
75 + </maintainer>
76 +</pkgmetadata>