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: Sat, 19 Dec 2015 12:36:20
Message-Id: 1450528082.66da28d8aca66b322e953ea8cb88b6b3fdcc5390.marbre@gentoo
1 commit: 66da28d8aca66b322e953ea8cb88b6b3fdcc5390
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sat Dec 19 12:28:02 2015 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sat Dec 19 12:28:02 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=66da28d8
7
8 dev-python/arrayfire-python: Drop old
9
10 Package-Manager: portage-2.2.24
11
12 dev-python/arrayfire-python/ChangeLog | 4 +++
13 .../arrayfire-python-3.0.20150914.ebuild | 30 ----------------------
14 2 files changed, 4 insertions(+), 30 deletions(-)
15
16 diff --git a/dev-python/arrayfire-python/ChangeLog b/dev-python/arrayfire-python/ChangeLog
17 index 7077a13..7864a80 100644
18 --- a/dev-python/arrayfire-python/ChangeLog
19 +++ b/dev-python/arrayfire-python/ChangeLog
20 @@ -2,6 +2,10 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 + 19 Dec 2015; Marius Brehler <marbre@××××××××××××××.de>
25 + -arrayfire-python-3.0.20150914.ebuild:
26 + dev-python/arrayfire-python: Drop old
27 +
28 *arrayfire-python-3.1.20151111 (12 Nov 2015)
29
30 12 Nov 2015; Marius Brehler <marbre@××××××××××××××.de>
31
32 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild
33 deleted file mode 100644
34 index 659b7bb..0000000
35 --- a/dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild
36 +++ /dev/null
37 @@ -1,30 +0,0 @@
38 -# Copyright 1999-2015 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -# $Id$
41 -
42 -EAPI=5
43 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
44 -
45 -inherit distutils-r1
46 -
47 -DESCRIPTION="Python bindings for ArrayFire"
48 -HOMEPAGE="http://www.arrayfire.com"
49 -
50 -MY_PN="arrayfire"
51 -
52 -if [ ${PV} == "9999" ] ; then
53 - inherit git-r3
54 - EGIT_REPO_URI="https://github.com/arrayfire/${PN}.git git://github.com/arrayfire/${PN}.git"
55 -else
56 - SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
57 - KEYWORDS="~amd64"
58 - S="${WORKDIR}/${MY_PN}-${PV}"
59 -fi
60 -
61 -LICENSE="BSD"
62 -SLOT="0"
63 -
64 -RDEPEND="
65 - >=sci-libs/arrayfire-3.0.0
66 - "
67 -DEPEND="${RDEPEND}"