aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/ffc/metadata.xml14
-rw-r--r--dev-python/fiat/metadata.xml16
-rw-r--r--dev-python/instant/metadata.xml11
-rw-r--r--dev-python/ufl/metadata.xml13
-rw-r--r--dev-python/viper/metadata.xml11
5 files changed, 40 insertions, 25 deletions
diff --git a/dev-python/ffc/metadata.xml b/dev-python/ffc/metadata.xml
index e6ec47f3e..350467ee5 100644
--- a/dev-python/ffc/metadata.xml
+++ b/dev-python/ffc/metadata.xml
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd></herd>
-<longdescription lang="en">
-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 combine generality with efficiency; the form can be given in mathematical notation and the generated code is as efficient as hand-optimized code.
-</longdescription>
+ <herd>sci</herd>
+ <longdescription lang="en">
+ 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
+ combine generality with efficiency; the form can be given in
+ mathematical notation and the generated code is as efficient as
+ hand-optimized code.
+ </longdescription>
</pkgmetadata>
-
diff --git a/dev-python/fiat/metadata.xml b/dev-python/fiat/metadata.xml
index c106d41e3..69bdd83b2 100644
--- a/dev-python/fiat/metadata.xml
+++ b/dev-python/fiat/metadata.xml
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd></herd>
-<longdescription lang="en">
-The FInite element Automatic Tabulator FIAT supports generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra. It is also capable of generating arbitrary order instances of Jacobi-type quadrature rules on the same element shapes. Further, H(div) and H(curl) conforming finite element spaces such as the families of Raviart-Thomas, Brezzi-Douglas-Marini and Nedelec are supported on triangles and tetrahedra. Upcoming versions will also support Hermite and nonconforming elements.
-</longdescription>
+ <herd>sci</herd>
+ <longdescription lang="en">
+ The FInite element Automatic Tabulator FIAT supports generation of
+ arbitrary order instances of the Lagrange elements on lines, triangles,
+ and tetrahedra. It is also capable of generating arbitrary order
+ instances of Jacobi-type quadrature rules on the same element shapes.
+ Further, H(div) and H(curl) conforming finite element spaces such as the
+ families of Raviart-Thomas, Brezzi-Douglas-Marini and Nedelec are
+ supported on triangles and tetrahedra. Upcoming versions will also
+ support Hermite and nonconforming elements.
+ </longdescription>
</pkgmetadata>
-
diff --git a/dev-python/instant/metadata.xml b/dev-python/instant/metadata.xml
index b92567656..b64917fcb 100644
--- a/dev-python/instant/metadata.xml
+++ b/dev-python/instant/metadata.xml
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd></herd>
-<longdescription lang="en">
-Instant is a Python module that allows for instant inlining of C and C++ code in Python. It is a small Python module built on top of SWIG and Distutils. It is part of the FEniCS Project (http://www.fenics.org).
-</longdescription>
+ <herd>sci</herd>
+ <longdescription lang="en">
+ Instant is a Python module that allows for instant inlining of C and C++
+ code in Python. It is a small Python module built on top of SWIG and
+ Distutils. It is part of the FEniCS Project (http://www.fenics.org)
+ </longdescription>
</pkgmetadata>
-
diff --git a/dev-python/ufl/metadata.xml b/dev-python/ufl/metadata.xml
index 14518f911..8f11ba1e2 100644
--- a/dev-python/ufl/metadata.xml
+++ b/dev-python/ufl/metadata.xml
@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd></herd>
-<longdescription lang="en">
-The Unified Form Language (UFL) is a domain specific language for declaration of finite element discretizations of variational forms. More precisely, it defines a flexible interface for choosing finite element spaces and defining expressions for weak forms in a notation close to mathematical notation.
-</longdescription>
+ <herd>sci</herd>
+ <longdescription lang="en">
+ The Unified Form Language (UFL) is a domain specific language for
+ declaration of finite element discretizations of variational forms. More
+ precisely, it defines a flexible interface for choosing finite element
+ spaces and defining expressions for weak forms in a notation close to
+ mathematical notation.
+ </longdescription>
</pkgmetadata>
-
diff --git a/dev-python/viper/metadata.xml b/dev-python/viper/metadata.xml
index 815c77070..a9d8909eb 100644
--- a/dev-python/viper/metadata.xml
+++ b/dev-python/viper/metadata.xml
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd></herd>
-<longdescription lang="en">
-Viper is a minimalistic scientific plotter and run-time visualization module. Viper has support for visualizing meshes and solutions in DOLFIN.
-</longdescription>
+ <herd>sci</herd>
+ <longdescription lang="en">
+ Viper is a minimalistic scientific plotter and run-time visualization
+ module. Viper has support for visualizing meshes and solutions in
+ DOLFIN.
+ </longdescription>
</pkgmetadata>
-