From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7B789138247 for ; Wed, 4 Dec 2013 15:00:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E816FE0B3F; Wed, 4 Dec 2013 15:00:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F3C3E0B2D for ; Wed, 4 Dec 2013 15:00:19 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AA8733F44D for ; Wed, 4 Dec 2013 15:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B4202110015 for ; Wed, 4 Dec 2013 15:00:12 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1386166983.7f43efd065590a60a8070654b58609342fbba6d0.jlec@gentoo> 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.1.ebuild sci-libs/k3match/metadata.xml X-VCS-Directories: sci-libs/k3match/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7f43efd065590a60a8070654b58609342fbba6d0 X-VCS-Branch: master Date: Wed, 4 Dec 2013 15:00:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3de328fe-b28a-49f5-87eb-a9bf7affd835 X-Archives-Hash: 7de8a3b2a782504b908ccd294ea95ce8 commit: 7f43efd065590a60a8070654b58609342fbba6d0 Author: Justin Lecher gentoo org> AuthorDate: Wed Dec 4 14:23:03 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 4 14:23:03 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7f43efd0 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(-) diff --git a/sci-libs/k3match/ChangeLog b/sci-libs/k3match/ChangeLog index 4bba73f..1491096 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 bcabe3a..44f05cb 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 0c0ff1c..bf8d474 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 +