From 7f43efd065590a60a8070654b58609342fbba6d0 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 4 Dec 2013 15:23:03 +0100 Subject: sci-libs/k3match: Bump to distutils-r1 eclass Package-Manager: portage-2.2.7 --- sci-libs/k3match/ChangeLog | 6 +++++- sci-libs/k3match/k3match-1.1.ebuild | 14 +++++++------- sci-libs/k3match/metadata.xml | 16 ++++++++-------- 3 files changed, 20 insertions(+), 16 deletions(-) (limited to 'sci-libs/k3match') 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 k3match-1.1.ebuild, + metadata.xml: + Bump to distutils-r1 eclass + *k3match-1.1 (02 Nov 2012) 02 Nov 2012; Christoph Junghans +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 @@ - sci - - AstroFloyd@gmail.com - AstroFloyd - - - pschella/k3match - + sci + + AstroFloyd@gmail.com + AstroFloyd + + + pschella/k3match + -- cgit v1.2.3-65-gdbad