Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/k3match/
Date: Wed, 04 Dec 2013 15:00:39
Message-Id: 1386166983.7f43efd065590a60a8070654b58609342fbba6d0.jlec@gentoo
1 commit: 7f43efd065590a60a8070654b58609342fbba6d0
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 4 14:23:03 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 4 14:23:03 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7f43efd0
7
8 sci-libs/k3match: Bump to distutils-r1 eclass
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-libs/k3match/ChangeLog | 6 +++++-
14 sci-libs/k3match/k3match-1.1.ebuild | 14 +++++++-------
15 sci-libs/k3match/metadata.xml | 16 ++++++++--------
16 3 files changed, 20 insertions(+), 16 deletions(-)
17
18 diff --git a/sci-libs/k3match/ChangeLog b/sci-libs/k3match/ChangeLog
19 index 4bba73f..1491096 100644
20 --- a/sci-libs/k3match/ChangeLog
21 +++ b/sci-libs/k3match/ChangeLog
22 @@ -1,7 +1,11 @@
23 # ChangeLog for sci-libs/k3match
24 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 04 Dec 2013; Justin Lecher <jlec@g.o> k3match-1.1.ebuild,
29 + metadata.xml:
30 + Bump to distutils-r1 eclass
31 +
32 *k3match-1.1 (02 Nov 2012)
33
34 02 Nov 2012; Christoph Junghans <ottxor@g.o> +k3match-1.1.ebuild,
35
36 diff --git a/sci-libs/k3match/k3match-1.1.ebuild b/sci-libs/k3match/k3match-1.1.ebuild
37 index bcabe3a..44f05cb 100644
38 --- a/sci-libs/k3match/k3match-1.1.ebuild
39 +++ b/sci-libs/k3match/k3match-1.1.ebuild
40 @@ -1,13 +1,13 @@
41 -# Copyright 1999-2012 Gentoo Foundation
42 +# Copyright 1999-2013 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Header: $
45
46 -EAPI=4
47 -PYTHON_DEPEND="*:2.6"
48 -PYTHON_USE_WITH="threads"
49 -SUPPORT_PYTHON_ABIS="1"
50 +EAPI=5
51
52 -inherit distutils
53 +PYTHON_COMPAT=( python{2_6,2_7} )
54 +PYTHON_REQ_USE="threads"
55 +
56 +inherit distutils-r1
57
58 DESCRIPTION="Fast matching of large sets of points in 3D space, in O(N log N) time"
59 HOMEPAGE="http://pschella.github.com/k3match/"
60 @@ -18,5 +18,5 @@ SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=" "
63
64 -DEPEND=">=dev-python/numpy-1.4.0"
65 +DEPEND=">=dev-python/numpy-1.4.0[${PYTHON_USEDEP}]"
66 RDEPEND="${DEPEND}"
67
68 diff --git a/sci-libs/k3match/metadata.xml b/sci-libs/k3match/metadata.xml
69 index 0c0ff1c..bf8d474 100644
70 --- a/sci-libs/k3match/metadata.xml
71 +++ b/sci-libs/k3match/metadata.xml
72 @@ -1,12 +1,12 @@
73 <?xml version="1.0" encoding="UTF-8"?>
74 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 <pkgmetadata>
76 - <herd>sci</herd>
77 - <maintainer>
78 - <email>AstroFloyd@×××××.com</email>
79 - <name>AstroFloyd</name>
80 - </maintainer>
81 - <upstream>
82 - <remote-id type="github">pschella/k3match</remote-id>
83 - </upstream>
84 + <herd>sci</herd>
85 + <maintainer>
86 + <email>AstroFloyd@×××××.com</email>
87 + <name>AstroFloyd</name>
88 + </maintainer>
89 + <upstream>
90 + <remote-id type="github">pschella/k3match</remote-id>
91 + </upstream>
92 </pkgmetadata>