commit: 287bfbe63c4cb78549d5dfc7b0afc94e7a472921 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Feb 10 18:15:12 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Feb 10 18:15:12 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=287bfbe6
dev-python/fiat: Chop DESCRIPTION to 80 chars * Bump EAPI to 6 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/fiat/fiat-1.4.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/fiat/fiat-1.4.0.ebuild b/dev-python/fiat/fiat-1.4.0.ebuild index ff5be1d..56430d9 100644 --- a/dev-python/fiat/fiat-1.4.0.ebuild +++ b/dev-python/fiat/fiat-1.4.0.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -DESCRIPTION="Generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra" +DESCRIPTION="FInite element Automatic Tabulator" HOMEPAGE="https://bitbucket.org/fenics-project/fiat" SRC_URI="https://bitbucket.org/fenics-project/fiat/downloads/${P}.tar.gz"
