aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-12-04 15:23:03 +0100
committerJustin Lecher <jlec@gentoo.org>2013-12-04 15:23:03 +0100
commit7f43efd065590a60a8070654b58609342fbba6d0 (patch)
tree46cf33999896691730e7c104410c6e0fdd466e31
parentNewer version inCVS (diff)
downloadsci-7f43efd065590a60a8070654b58609342fbba6d0.tar.gz
sci-7f43efd065590a60a8070654b58609342fbba6d0.tar.bz2
sci-7f43efd065590a60a8070654b58609342fbba6d0.zip
sci-libs/k3match: Bump to distutils-r1 eclass
Package-Manager: portage-2.2.7
-rw-r--r--sci-libs/k3match/ChangeLog6
-rw-r--r--sci-libs/k3match/k3match-1.1.ebuild14
-rw-r--r--sci-libs/k3match/metadata.xml16
3 files changed, 20 insertions, 16 deletions
diff --git a/sci-libs/k3match/ChangeLog b/sci-libs/k3match/ChangeLog
index 4bba73f42..14910969f 100644
--- a/sci-libs/k3match/ChangeLog
+++ b/sci-libs/k3match/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-libs/k3match
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 04 Dec 2013; Justin Lecher <jlec@gentoo.org> k3match-1.1.ebuild,
+ metadata.xml:
+ Bump to distutils-r1 eclass
+
*k3match-1.1 (02 Nov 2012)
02 Nov 2012; Christoph Junghans <ottxor@gentoo.org> +k3match-1.1.ebuild,
diff --git a/sci-libs/k3match/k3match-1.1.ebuild b/sci-libs/k3match/k3match-1.1.ebuild
index bcabe3aa3..44f05cb8c 100644
--- a/sci-libs/k3match/k3match-1.1.ebuild
+++ b/sci-libs/k3match/k3match-1.1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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"
+EAPI=5
-inherit distutils
+PYTHON_COMPAT=( python{2_6,2_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/"
@@ -18,5 +18,5 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=" "
-DEPEND=">=dev-python/numpy-1.4.0"
+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
index 0c0ff1c7e..bf8d47472 100644
--- a/sci-libs/k3match/metadata.xml
+++ b/sci-libs/k3match/metadata.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci</herd>
- <maintainer>
- <email>AstroFloyd@gmail.com</email>
- <name>AstroFloyd</name>
- </maintainer>
- <upstream>
- <remote-id type="github">pschella/k3match</remote-id>
- </upstream>
+ <herd>sci</herd>
+ <maintainer>
+ <email>AstroFloyd@gmail.com</email>
+ <name>AstroFloyd</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">pschella/k3match</remote-id>
+ </upstream>
</pkgmetadata>