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 3DB771384B4 for ; Sat, 19 Dec 2015 12:36:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57654E08AB; Sat, 19 Dec 2015 12:36:19 +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 C86B1E0884 for ; Sat, 19 Dec 2015 12:36:18 +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 9E217340702 for ; Sat, 19 Dec 2015 12:36:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61C9AB33 for ; Sat, 19 Dec 2015 12:36:15 +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: <1450528082.66da28d8aca66b322e953ea8cb88b6b3fdcc5390.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/ChangeLog dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild X-VCS-Directories: dev-python/arrayfire-python/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 66da28d8aca66b322e953ea8cb88b6b3fdcc5390 X-VCS-Branch: master Date: Sat, 19 Dec 2015 12:36:15 +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: e84e81b5-7701-4426-8cb4-a3c9e205964d X-Archives-Hash: 85ebd8e5e4f92c27c400368a672c5a79 commit: 66da28d8aca66b322e953ea8cb88b6b3fdcc5390 Author: Marius Brehler linux sungazer de> AuthorDate: Sat Dec 19 12:28:02 2015 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Sat Dec 19 12:28:02 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=66da28d8 dev-python/arrayfire-python: Drop old Package-Manager: portage-2.2.24 dev-python/arrayfire-python/ChangeLog | 4 +++ .../arrayfire-python-3.0.20150914.ebuild | 30 ---------------------- 2 files changed, 4 insertions(+), 30 deletions(-) diff --git a/dev-python/arrayfire-python/ChangeLog b/dev-python/arrayfire-python/ChangeLog index 7077a13..7864a80 100644 --- a/dev-python/arrayfire-python/ChangeLog +++ b/dev-python/arrayfire-python/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 19 Dec 2015; Marius Brehler + -arrayfire-python-3.0.20150914.ebuild: + dev-python/arrayfire-python: Drop old + *arrayfire-python-3.1.20151111 (12 Nov 2015) 12 Nov 2015; Marius Brehler diff --git a/dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild deleted file mode 100644 index 659b7bb..0000000 --- a/dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -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 - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - >=sci-libs/arrayfire-3.0.0 - " -DEPEND="${RDEPEND}"