From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ADA0B1392EF for ; Mon, 21 Jul 2014 22:47:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0752E0C6D; Mon, 21 Jul 2014 22:47:32 +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 26FEAE0C68 for ; Mon, 21 Jul 2014 22:47:32 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51D09340019 for ; Mon, 21 Jul 2014 22:47:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 0FFA2193E6 for ; Mon, 21 Jul 2014 22:47:30 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1405483852.c398073778d3b0b67dbf35b5eb54ffd34d353a14.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/instant/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/instant/ChangeLog dev-python/instant/instant-1.3.0.ebuild dev-python/instant/instant-1.4.0.ebuild X-VCS-Directories: dev-python/instant/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: c398073778d3b0b67dbf35b5eb54ffd34d353a14 X-VCS-Branch: master Date: Mon, 21 Jul 2014 22:47:30 +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: b8c41ef3-b565-48db-9443-ea273a89ec0d X-Archives-Hash: e623dc984fa4209103fbf7ba5dc71e82 commit: c398073778d3b0b67dbf35b5eb54ffd34d353a14 Author: Andrew Reisner reisner co> AuthorDate: Wed Jul 16 04:10:52 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Jul 16 04:10:52 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c3980737 version bump Package-Manager: portage-2.2.8-r1 --- dev-python/instant/ChangeLog | 10 ++++++++-- dev-python/instant/instant-1.3.0.ebuild | 21 +++++++++++++++++++++ dev-python/instant/instant-1.4.0.ebuild | 21 +++++++++++++++++++++ 3 files changed, 50 insertions(+), 2 deletions(-) diff --git a/dev-python/instant/ChangeLog b/dev-python/instant/ChangeLog index 99e1f9e..af28b7f 100644 --- a/dev-python/instant/ChangeLog +++ b/dev-python/instant/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for dev-python/instant -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*instant-1.3.0 (16 Jul 2014) +*instant-1.4.0 (16 Jul 2014) + + 16 Jul 2014; Andrew Reisner +instant-1.3.0.ebuild, + +instant-1.4.0.ebuild: + version bump + *instant-1.2.0 (14 Jun 2013) 14 Jun 2013; Justin Lecher -instant-0.9.8.ebuild, @@ -13,4 +20,3 @@ 14 Dec 2010; Nico Schlömer +instant-0.9.8.ebuild, +metadata.xml: Initial import. - diff --git a/dev-python/instant/instant-1.3.0.ebuild b/dev-python/instant/instant-1.3.0.ebuild new file mode 100644 index 0000000..ffa211a --- /dev/null +++ b/dev-python/instant/instant-1.3.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Instant inlining of C and C++ code in Python" +HOMEPAGE="https://bitbucket.org/fenics-project/instant/" +SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/swig" +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" diff --git a/dev-python/instant/instant-1.4.0.ebuild b/dev-python/instant/instant-1.4.0.ebuild new file mode 100644 index 0000000..ffa211a --- /dev/null +++ b/dev-python/instant/instant-1.4.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Instant inlining of C and C++ code in Python" +HOMEPAGE="https://bitbucket.org/fenics-project/instant/" +SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/swig" +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"