commit: d71e10316734c4da1e17d625a069a5712b69bbe5 Author: Andrew Reisner <andrew <AT> reisner <DOT> co> AuthorDate: Tue Jul 15 02:45:12 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Tue Jul 15 02:45:12 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d71e1031
version bump Package-Manager: portage-2.2.8-r1 --- sci-mathematics/ufc/ChangeLog | 7 ++++++- sci-mathematics/ufc/ufc-2.3.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/ufc/ChangeLog b/sci-mathematics/ufc/ChangeLog index cbba8f5..9cfe081 100644 --- a/sci-mathematics/ufc/ChangeLog +++ b/sci-mathematics/ufc/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for sci-mathematics/ufc -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*ufc-2.3.0 (15 Jul 2014) + + 15 Jul 2014; Andrew Reisner <[email protected]> +ufc-2.3.0.ebuild: + version bump + 02 Jul 2013; Christoph Junghans <[email protected]> ufc-1.4.2.ebuild: bumped to EAPI=5 diff --git a/sci-mathematics/ufc/ufc-2.3.0.ebuild b/sci-mathematics/ufc/ufc-2.3.0.ebuild new file mode 100644 index 0000000..57bca44 --- /dev/null +++ b/sci-mathematics/ufc/ufc-2.3.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cmake-utils + +DESCRIPTION="Unified framework for finite element assembly" +HOMEPAGE="https://bitbucket.org/fenics-project/${PN}-deprecated/" +SRC_URI="https://bitbucket.org/fenics-project/${PN}-deprecated/downloads/${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}"
