Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/arrayfire-python/
Date: Tue, 28 Jun 2016 12:59:29
Message-Id: 1467118126.2e7115b27583d77202b5c51ad780caf589b34e31.marbre@gentoo
1 commit: 2e7115b27583d77202b5c51ad780caf589b34e31
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Jun 28 12:48:46 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Tue Jun 28 12:48:46 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2e7115b2
7
8 dev-python/arrayfire-python: Drop old
9
10 Package-Manager: portage-2.2.28
11
12 .../arrayfire-python-3.2.20151214.ebuild | 25 ----------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild
16 deleted file mode 100644
17 index 6434562..0000000
18 --- a/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
27 -
28 -inherit distutils-r1
29 -
30 -MY_PN="arrayfire"
31 -
32 -DESCRIPTION="Python bindings for ArrayFire"
33 -HOMEPAGE="http://www.arrayfire.com"
34 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
35 -
36 -LICENSE="BSD"
37 -SLOT="0"
38 -KEYWORDS="~amd64"
39 -
40 -S="${WORKDIR}/${MY_PN}-${PV}"
41 -
42 -RDEPEND="
43 - >=sci-libs/arrayfire-3.2.0
44 - "
45 -DEPEND="${RDEPEND}"