From 461f49424f95306e2e04be1460292058207677a3 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 13 Jun 2013 15:16:39 +0200 Subject: dev-python/ffc: Version Bump; Bump to EAPI=5 and distutils-r1.eclass Package-Manager: portage-2.2.0_alpha179 --- dev-python/ffc/ChangeLog | 8 +++++++- dev-python/ffc/Manifest | 2 +- dev-python/ffc/ffc-0.9.4.ebuild | 23 ----------------------- dev-python/ffc/ffc-1.2.0.ebuild | 18 ++++++++++++++++++ dev-python/ffc/metadata.xml | 4 ++-- 5 files changed, 28 insertions(+), 27 deletions(-) delete mode 100644 dev-python/ffc/ffc-0.9.4.ebuild create mode 100644 dev-python/ffc/ffc-1.2.0.ebuild diff --git a/dev-python/ffc/ChangeLog b/dev-python/ffc/ChangeLog index d3b92e88d..dfc0baf0b 100644 --- a/dev-python/ffc/ChangeLog +++ b/dev-python/ffc/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-python/ffc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*ffc-1.2.0 (13 Jun 2013) + + 13 Jun 2013; Justin Lecher -ffc-0.9.4.ebuild, + +ffc-1.2.0.ebuild, metadata.xml: + Version Bump; Bump to EAPI=5 and distutils-r1.eclass + *ffc-0.9.4 (14 Dec 2010) 14 Dec 2010; Nico Schlömer +ffc-0.9.4.ebuild, diff --git a/dev-python/ffc/Manifest b/dev-python/ffc/Manifest index f301a7867..86ef4948b 100644 --- a/dev-python/ffc/Manifest +++ b/dev-python/ffc/Manifest @@ -1 +1 @@ -DIST ffc-0.9.4.tar.gz 2655088 RMD160 582aa1522480fe5a446aa582395b03f39704d838 SHA1 7773963845dcb18e94c28ac088da2a366597661d SHA256 e942ce177c442c032e3b51d864bd9d12ba4f85ca160fc029fd2152d65d81cc1a +DIST ffc-1.2.0.tar.gz 4457544 SHA256 ac7cca537dac4610821c9ecb0338700970d713d03a9bc176567f1979c89ed869 SHA512 fd2a54764716c03894d779c6574deaea732df8e925e9c77474b969168fa2add8c189e0e9e7e163aa67008650fd1918dd2257cc990b5ab19e65a86b95f5eaed1b WHIRLPOOL 2feeadded0a6f2b259e99632bc5999a2bc3a27fa31fac44603badaa375557a2e0224964896eaf388a0e0c921a973562bf9548d0e8fbfd6833b17561f3613c34c diff --git a/dev-python/ffc/ffc-0.9.4.ebuild b/dev-python/ffc/ffc-0.9.4.ebuild deleted file mode 100644 index 68476c38f..000000000 --- a/dev-python/ffc/ffc-0.9.4.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="Compiler for multilinear forms by generating C or C++ code for the evaluation of a multilinear form." -HOMEPAGE="http://launchpad.net/ffc" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="" - -DEPEND="" -RDEPEND="" diff --git a/dev-python/ffc/ffc-1.2.0.ebuild b/dev-python/ffc/ffc-1.2.0.ebuild new file mode 100644 index 000000000..3183e0728 --- /dev/null +++ b/dev-python/ffc/ffc-1.2.0.ebuild @@ -0,0 +1,18 @@ +# 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="Compiler for multilinear forms by generating C or C++ code for the evaluation of a multilinear form" +HOMEPAGE="http://launchpad.net/ffc" +SRC_URI="https://launchpad.net/ffc/1.2.x/1.2.0/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" diff --git a/dev-python/ffc/metadata.xml b/dev-python/ffc/metadata.xml index 350467ee5..34821f2af 100644 --- a/dev-python/ffc/metadata.xml +++ b/dev-python/ffc/metadata.xml @@ -1,8 +1,8 @@ - sci - + sci + FFC works as a compiler for multilinear forms by generating code (C or C++) for the evaluation of a multilinear form given in mathematical notation. This new approach to form evaluation makes it possible to -- cgit v1.2.3-65-gdbad