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 45D2358974 for ; Mon, 8 Feb 2016 13:39:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E36FD21C148; Mon, 8 Feb 2016 13:39:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5189C21C002 for ; Mon, 8 Feb 2016 13:39:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06B8F3407B8 for ; Mon, 8 Feb 2016 13:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE13E8EB for ; Mon, 8 Feb 2016 13:39:12 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1454937715.bcb77272ceec70b0e26afe6f50ac87b464d66d09.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/arrayfire-python/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild dev-python/arrayfire-python/arrayfire-python-9999.ebuild X-VCS-Directories: dev-python/arrayfire-python/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: bcb77272ceec70b0e26afe6f50ac87b464d66d09 X-VCS-Branch: master Date: Mon, 8 Feb 2016 13:39: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: 8d2656fe-a776-494a-8ce5-fd34054a7bba X-Archives-Hash: bbc76987d31eff364170563b40e361bf commit: bcb77272ceec70b0e26afe6f50ac87b464d66d09 Author: Marius Brehler linux sungazer de> AuthorDate: Mon Feb 8 13:21:55 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Mon Feb 8 13:21:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bcb77272 dev-python/arrayfire-python: Bump to EAPI=6, cleanup ebuilds Package-Manager: portage-2.2.26 .../arrayfire-python-3.1.20151111.ebuild | 21 ++++++++------------- .../arrayfire-python-3.2.20151214.ebuild | 4 ++-- .../arrayfire-python-3.2.20151224.ebuild | 4 ++-- .../arrayfire-python/arrayfire-python-9999.ebuild | 18 ++++-------------- 4 files changed, 16 insertions(+), 31 deletions(-) diff --git a/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild index 659b7bb..ee1d067 100644 --- a/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild +++ b/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild @@ -1,28 +1,23 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 -DESCRIPTION="Python bindings for ArrayFire" -HOMEPAGE="http://www.arrayfire.com" - MY_PN="arrayfire" -if [ ${PV} == "9999" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/arrayfire/${PN}.git git://github.com/arrayfire/${PN}.git" -else - SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" - KEYWORDS="~amd64" - S="${WORKDIR}/${MY_PN}-${PV}" -fi +DESCRIPTION="Python bindings for ArrayFire" +HOMEPAGE="http://www.arrayfire.com" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="BSD" SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}/${MY_PN}-${PV}" RDEPEND=" >=sci-libs/arrayfire-3.0.0 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild index 0a6ea83..6434562 100644 --- a/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild +++ b/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild index 0a6ea83..6434562 100644 --- a/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild +++ b/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 diff --git a/dev-python/arrayfire-python/arrayfire-python-9999.ebuild b/dev-python/arrayfire-python/arrayfire-python-9999.ebuild index 659b7bb..f725dca 100644 --- a/dev-python/arrayfire-python/arrayfire-python-9999.ebuild +++ b/dev-python/arrayfire-python/arrayfire-python-9999.ebuild @@ -1,25 +1,15 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) -inherit distutils-r1 +inherit distutils-r1 git-r3 DESCRIPTION="Python bindings for ArrayFire" HOMEPAGE="http://www.arrayfire.com" - -MY_PN="arrayfire" - -if [ ${PV} == "9999" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/arrayfire/${PN}.git git://github.com/arrayfire/${PN}.git" -else - SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" - KEYWORDS="~amd64" - S="${WORKDIR}/${MY_PN}-${PV}" -fi +EGIT_REPO_URI="https://github.com/arrayfire/${PN}.git git://github.com/arrayfire/${PN}.git" LICENSE="BSD" SLOT="0"