commit: afa6f211ccb32f581cd4f458291544f67319a8e0 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Sat Dec 21 17:19:53 2024 +0000 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org> CommitDate: Wed Sep 24 18:35:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa6f211
sci-mathematics/gmm: indent metadata, add upstream tag Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Signed-off-by: Amy Liffey <amynka <AT> gentoo.org> sci-mathematics/gmm/metadata.xml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/sci-mathematics/gmm/metadata.xml b/sci-mathematics/gmm/metadata.xml index ed26b0c486d9..dbf4b4ac81a1 100644 --- a/sci-mathematics/gmm/metadata.xml +++ b/sci-mathematics/gmm/metadata.xml @@ -1,17 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> - <email>[email protected]</email> -</maintainer> -<longdescription lang="en"> - Gmm++ is a generic C++ template library for sparse, dense and - skyline matrices. It is built as a set of generic algorithms (mult, - add, copy, sub-matrices, dense and sparse solvers ...) for any - interfaced vector type or matrix type. It can be view as a glue - library allowing cooperation between several vector and matrix - types. However, basic sparse, dense and skyline matrix/vector types - are built in Gmm++, hence it can be used as a standalone linear - algebra library. -</longdescription> + <maintainer type="person"> + <email>[email protected]</email> + </maintainer> + <longdescription lang="en"> + Gmm++ is a generic C++ template library for sparse, dense and + skyline matrices. It is built as a set of generic algorithms (mult, + add, copy, sub-matrices, dense and sparse solvers ...) for any + interfaced vector type or matrix type. It can be view as a glue + library allowing cooperation between several vector and matrix + types. However, basic sparse, dense and skyline matrix/vector types + are built in Gmm++, hence it can be used as a standalone linear + algebra library. + </longdescription> + <upstream> + <doc>https://getfem.org/gmm/index.html</doc> + <remote-id type="savannah-nongnu">getfem</remote-id> + </upstream> </pkgmetadata>
