commit: d884b119019e039425d902317f0ce8344ceaf7ce Author: Andrew Reisner <andrew <AT> reisner <DOT> co> AuthorDate: Tue Jul 15 04:01:44 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Tue Jul 15 04:01:44 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d884b119
version bump Package-Manager: portage-2.2.8-r1 --- dev-python/fiat/ChangeLog | 10 ++++++++-- dev-python/fiat/fiat-1.3.0.ebuild | 24 ++++++++++++++++++++++++ dev-python/fiat/fiat-1.4.0.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 2 deletions(-) diff --git a/dev-python/fiat/ChangeLog b/dev-python/fiat/ChangeLog index 563d72b..d482dce 100644 --- a/dev-python/fiat/ChangeLog +++ b/dev-python/fiat/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for dev-python/fiat -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*fiat-1.3.0 (15 Jul 2014) +*fiat-1.4.0 (15 Jul 2014) + + 15 Jul 2014; Andrew Reisner <[email protected]> +fiat-1.3.0.ebuild, + +fiat-1.4.0.ebuild: + version bump + *fiat-1.1 (13 Jun 2013) 13 Jun 2013; Justin Lecher <[email protected]> -fiat-0.9.2.ebuild, @@ -13,4 +20,3 @@ 14 Dec 2010; Nico Schlömer <[email protected]> +fiat-0.9.2.ebuild, +metadata.xml: Initial import. - diff --git a/dev-python/fiat/fiat-1.3.0.ebuild b/dev-python/fiat/fiat-1.3.0.ebuild new file mode 100644 index 0000000..777bc84 --- /dev/null +++ b/dev-python/fiat/fiat-1.3.0.ebuild @@ -0,0 +1,24 @@ +# 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="Generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra" +HOMEPAGE="https://bitbucket.org/fenics-project/fiat" +SRC_URI="https://bitbucket.org/fenics-project/fiat/downloads/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND=" + dev-python/scientificpython[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + " diff --git a/dev-python/fiat/fiat-1.4.0.ebuild b/dev-python/fiat/fiat-1.4.0.ebuild new file mode 100644 index 0000000..777bc84 --- /dev/null +++ b/dev-python/fiat/fiat-1.4.0.ebuild @@ -0,0 +1,24 @@ +# 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="Generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra" +HOMEPAGE="https://bitbucket.org/fenics-project/fiat" +SRC_URI="https://bitbucket.org/fenics-project/fiat/downloads/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND=" + dev-python/scientificpython[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + "
