From 33797466ab08e6e08a8299b11b2dabb48c9c083e Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 13 Jun 2013 15:27:19 +0200 Subject: dev-python/fiat: Version Bump; Bump to EAPI=5 and distutils-r1.eclass Package-Manager: portage-2.2.0_alpha179 --- dev-python/fiat/ChangeLog | 8 +++++++- dev-python/fiat/Manifest | 2 +- dev-python/fiat/fiat-0.9.2.ebuild | 23 ----------------------- dev-python/fiat/fiat-1.1.ebuild | 21 +++++++++++++++++++++ dev-python/fiat/metadata.xml | 4 ++-- 5 files changed, 31 insertions(+), 27 deletions(-) delete mode 100644 dev-python/fiat/fiat-0.9.2.ebuild create mode 100644 dev-python/fiat/fiat-1.1.ebuild diff --git a/dev-python/fiat/ChangeLog b/dev-python/fiat/ChangeLog index 65025690b..563d72b92 100644 --- a/dev-python/fiat/ChangeLog +++ b/dev-python/fiat/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-python/fiat -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*fiat-1.1 (13 Jun 2013) + + 13 Jun 2013; Justin Lecher -fiat-0.9.2.ebuild, + +fiat-1.1.ebuild, metadata.xml: + Version Bump; Bump to EAPI=5 and distutils-r1.eclass + *fiat-0.9.2 (14 Dec 2010) 14 Dec 2010; Nico Schlömer +fiat-0.9.2.ebuild, diff --git a/dev-python/fiat/Manifest b/dev-python/fiat/Manifest index e3a2de76e..c25fa5a4f 100644 --- a/dev-python/fiat/Manifest +++ b/dev-python/fiat/Manifest @@ -1 +1 @@ -DIST fiat-0.9.2.tar.gz 2770810 RMD160 6d3f8f91484bf736b3d6b7d9b337f227cb8c43d1 SHA1 1da72dd1fce44a02bd6a0768a5770a1dda73333f SHA256 e35f4d13274581847b20e64a2a16c3e83eadee70818b1edccc87d5d463e402be +DIST fiat-1.1.tar.gz 3870562 SHA256 94a9926f478ce9d12e3f0cf4dee0937dfbc7518a37ad4ac701fda3b6cb62a475 SHA512 9f65e1be1d19102fb099ec1ece587f70c04c0567c316e4fb1bcf24c93c104499b6e1baa118527b2e4c942765ea2164f7243dabac2bc0267991a23edc959d14e0 WHIRLPOOL 8e3fecb6a1fdc0441105964e7e9d78ef8c0f0375a7c02eb87e0da9e7abc509e42ca468036655eb157929d20c23e9dc08695240e21267331b53d7fc3675b7036f diff --git a/dev-python/fiat/fiat-0.9.2.ebuild b/dev-python/fiat/fiat-0.9.2.ebuild deleted file mode 100644 index 6e687e2ce..000000000 --- a/dev-python/fiat/fiat-0.9.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" - -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra" -HOMEPAGE="http://launchpad.net/fiat" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="" - -DEPEND="" -RDEPEND="dev-python/scientificpython" diff --git a/dev-python/fiat/fiat-1.1.ebuild b/dev-python/fiat/fiat-1.1.ebuild new file mode 100644 index 000000000..6d79e6a56 --- /dev/null +++ b/dev-python/fiat/fiat-1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 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="http://launchpad.net/fiat" +SRC_URI="https://launchpad.net/fiat/1.1.x/release-1.1/+download/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="dev-python/scientificpython[${PYTHON_USEDEP}]" diff --git a/dev-python/fiat/metadata.xml b/dev-python/fiat/metadata.xml index 69bdd83b2..a67ae626b 100644 --- a/dev-python/fiat/metadata.xml +++ b/dev-python/fiat/metadata.xml @@ -1,8 +1,8 @@ - sci - + sci + The FInite element Automatic Tabulator FIAT supports generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra. It is also capable of generating arbitrary order -- cgit v1.2.3-18-g5258