diff options
-rw-r--r-- | sci-mathematics/ufc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/ufc/metadata.xml | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sci-mathematics/ufc/ChangeLog b/sci-mathematics/ufc/ChangeLog index 3e9549b60..fefc01844 100644 --- a/sci-mathematics/ufc/ChangeLog +++ b/sci-mathematics/ufc/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-mathematics/ufc -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + sci-mathematics/ufc: Add bitbucket to remote-id in metadata.xml + 16 Jul 2014; Andrew Reisner <andrew@reisner.co> ufc-2.3.0.ebuild: added keyword diff --git a/sci-mathematics/ufc/metadata.xml b/sci-mathematics/ufc/metadata.xml index 132ec13b6..497df0887 100644 --- a/sci-mathematics/ufc/metadata.xml +++ b/sci-mathematics/ufc/metadata.xml @@ -1,9 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-mathematics</herd> -<longdescription lang="en"> + <herd>sci-mathematics</herd> + <longdescription lang="en"> UFC (Unified Form-assembly Code) is a unified framework for finite element assembly. More precisely, it defines a fixed interface for communicating low level routines (functions) for evaluating and assembling finite element variational forms. The UFC interface consists of a single header file ufc.h that specifies a C++ interface that must be implemented by code that complies with the UFC specification. </longdescription> + <upstream> + <remote-id type="bitbucket">fenics-project/ufc-deprecated</remote-id> + </upstream> </pkgmetadata> - |