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, 29 Nov 2016 10:16:09
Message-Id: 1480414517.a8bbe6c60e8f09277e65a63b7113646a97b6d687.marbre@gentoo
1 commit: a8bbe6c60e8f09277e65a63b7113646a97b6d687
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Nov 29 08:55:19 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Tue Nov 29 10:15:17 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a8bbe6c6
7
8 dev-python/arrayfire-python: Drop old
9
10 Package-Manager: portage-2.3.0
11
12 .../arrayfire-python-3.3.20160516.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild
16 deleted file mode 100644
17 index 4214229..0000000
18 --- a/dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild
19 +++ /dev/null
20 @@ -1,22 +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_{4,5} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Python bindings for ArrayFire"
31 -HOMEPAGE="http://www.arrayfire.com"
32 -SRC_URI="https://github.com/arrayfire/arrayfire-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="~amd64"
37 -
38 -RDEPEND="
39 - >=sci-libs/arrayfire-3.3.2
40 - <sci-libs/arrayfire-3.4.0
41 - "
42 -DEPEND="${RDEPEND}"