From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-853417-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id A6CA01384B4
	for <garchives@archives.gentoo.org>; Fri, 25 Dec 2015 20:01:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 722DAE084D;
	Fri, 25 Dec 2015 20:01:18 +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 1F581E084D
	for <gentoo-commits@lists.gentoo.org>; Fri, 25 Dec 2015 20:01:17 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4A60933BF44
	for <gentoo-commits@lists.gentoo.org>; Fri, 25 Dec 2015 20:01:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A31F2A4B
	for <gentoo-commits@lists.gentoo.org>; Fri, 25 Dec 2015 20:01:08 +0000 (UTC)
From: "Marius Brehler" <marbre@linux.sungazer.de>
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" <marbre@linux.sungazer.de>
Message-ID: <1451073644.e34002b2d638180c0a3a1c6b5c6f475de08c45cb.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.2.20151224.ebuild
X-VCS-Directories: dev-python/arrayfire-python/
X-VCS-Committer: marbre
X-VCS-Committer-Name: Marius Brehler
X-VCS-Revision: e34002b2d638180c0a3a1c6b5c6f475de08c45cb
X-VCS-Branch: master
Date: Fri, 25 Dec 2015 20:01:08 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 33351d33-ffed-4518-9a00-fb02a45d468a
X-Archives-Hash: c2324560334018c61ae55ee39c1e2b61

commit:     e34002b2d638180c0a3a1c6b5c6f475de08c45cb
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Dec 25 20:00:44 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Dec 25 20:00:44 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e34002b2

dev-python/arrayfire-python: Version bump

Package-Manager: portage-2.2.24

 dev-python/arrayfire-python/ChangeLog              |  6 ++++++
 .../arrayfire-python-3.2.20151224.ebuild           | 25 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/arrayfire-python/ChangeLog b/dev-python/arrayfire-python/ChangeLog
index e8b40e6..a63c10f 100644
--- a/dev-python/arrayfire-python/ChangeLog
+++ b/dev-python/arrayfire-python/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*arrayfire-python-3.2.20151224 (25 Dec 2015)
+
+  25 Dec 2015; Marius Brehler <marbre@linux.sungazer.de>
+  +arrayfire-python-3.2.20151224.ebuild:
+  dev-python/arrayfire-python: Version bump
+
 *arrayfire-python-3.2.20151214 (19 Dec 2015)
 
   19 Dec 2015; Marius Brehler <marbre@linux.sungazer.de>

diff --git a/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild
new file mode 100644
index 0000000..0a6ea83
--- /dev/null
+++ b/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild
@@ -0,0 +1,25 @@
+# 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
+
+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}"