commit: 7659a943e584756b23b0cfe770bc755e6bb9bb94 Author: Andrew Reisner <andrew <AT> reisner <DOT> co> AuthorDate: Fri Jul 11 16:01:38 2014 +0000 Commit: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com> CommitDate: Fri Jul 11 16:04:15 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7659a943
version bump Package-Manager: portage-2.2.8-r1 --- dev-python/ffc/ChangeLog | 8 ++++++-- dev-python/ffc/ffc-1.3.0.ebuild | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/dev-python/ffc/ChangeLog b/dev-python/ffc/ChangeLog index dfc0baf..033934c 100644 --- a/dev-python/ffc/ChangeLog +++ b/dev-python/ffc/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-python/ffc -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*ffc-1.3.0 (11 Jul 2014) + + 11 Jul 2014; Andrew Reisner <[email protected]> +ffc-1.3.0.ebuild: + version bump + *ffc-1.2.0 (13 Jun 2013) 13 Jun 2013; Justin Lecher <[email protected]> -ffc-0.9.4.ebuild, @@ -13,4 +18,3 @@ 14 Dec 2010; Nico Schlömer <[email protected]> +ffc-0.9.4.ebuild, +metadata.xml: Initial import. - diff --git a/dev-python/ffc/ffc-1.3.0.ebuild b/dev-python/ffc/ffc-1.3.0.ebuild new file mode 100644 index 0000000..f4d5db6 --- /dev/null +++ b/dev-python/ffc/ffc-1.3.0.ebuild @@ -0,0 +1,18 @@ +# 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="Compiler for multilinear forms by generating C or C++ code for the evaluation of a multilinear form" +HOMEPAGE="https://bitbucket.org/fenics-project/ffc/" +SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE=""
