diff options
author | 2015-06-07 20:33:31 +0200 | |
---|---|---|
committer | 2015-06-07 20:33:31 +0200 | |
commit | 69013a1d9f09d1856a6686e8a2bda9e5703927a4 (patch) | |
tree | b14724d60ba76ce1b62eeec2f4cde9c8c5f41db7 | |
parent | sci-biology/bx-python: Add bitbucket to remote-id in metadata.xml (diff) | |
download | sci-69013a1d9f09d1856a6686e8a2bda9e5703927a4.tar.gz sci-69013a1d9f09d1856a6686e8a2bda9e5703927a4.tar.bz2 sci-69013a1d9f09d1856a6686e8a2bda9e5703927a4.zip |
sci-mathematics/ufc: Add bitbucket to remote-id in metadata.xml
Package-Manager: portage-2.2.20
-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> - |