From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A26901381F1 for ; Tue, 28 Jun 2016 12:59:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE2211424D; Tue, 28 Jun 2016 12:59:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39D3314010 for ; Tue, 28 Jun 2016 12:59:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADC6F34069F for ; Tue, 28 Jun 2016 12:59:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EA7B2430 for ; Tue, 28 Jun 2016 12:59:21 +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: <1467118126.2e7115b27583d77202b5c51ad780caf589b34e31.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.2.20151214.ebuild X-VCS-Directories: dev-python/arrayfire-python/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 2e7115b27583d77202b5c51ad780caf589b34e31 X-VCS-Branch: master Date: Tue, 28 Jun 2016 12:59:21 +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: 45f9f04c-8df4-40f2-b406-7502176d200f X-Archives-Hash: 0d421f9670df3823b795f682645db79f commit: 2e7115b27583d77202b5c51ad780caf589b34e31 Author: Marius Brehler linux sungazer de> AuthorDate: Tue Jun 28 12:48:46 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Tue Jun 28 12:48:46 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2e7115b2 dev-python/arrayfire-python: Drop old Package-Manager: portage-2.2.28 .../arrayfire-python-3.2.20151214.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild deleted file mode 100644 index 6434562..0000000 --- a/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) - -inherit distutils-r1 - -MY_PN="arrayfire" - -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.2.0 - " -DEPEND="${RDEPEND}"