diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-11-18 20:39:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-11-18 20:39:44 +0000 |
commit | bce61aa3e4fe85fe411df858eb30ebe72a3a8f88 (patch) | |
tree | b1c9615114a61663dd20c38cda7bb4b0a04ec6cd /dev-ml | |
parent | sci-biology/bismark: Fix repoman warnings (diff) | |
download | sci-bce61aa3e4fe85fe411df858eb30ebe72a3a8f88.tar.gz sci-bce61aa3e4fe85fe411df858eb30ebe72a3a8f88.tar.bz2 sci-bce61aa3e4fe85fe411df858eb30ebe72a3a8f88.zip |
Consistently ident with tabs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/lacaml/metadata.xml | 18 | ||||
-rw-r--r-- | dev-ml/mlgmpidl/metadata.xml | 16 |
2 files changed, 17 insertions, 17 deletions
diff --git a/dev-ml/lacaml/metadata.xml b/dev-ml/lacaml/metadata.xml index d11df4158..e3d0b1f12 100644 --- a/dev-ml/lacaml/metadata.xml +++ b/dev-ml/lacaml/metadata.xml @@ -1,14 +1,14 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> BLAS/LAPACK-interface for OCaml </longdescription> - <upstream> - <remote-id type="bitbucket">mmottl/lacaml</remote-id> - </upstream> + <upstream> + <remote-id type="bitbucket">mmottl/lacaml</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-ml/mlgmpidl/metadata.xml b/dev-ml/mlgmpidl/metadata.xml index 0c2629449..02da151ce 100644 --- a/dev-ml/mlgmpidl/metadata.xml +++ b/dev-ml/mlgmpidl/metadata.xml @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sci-mathematics@gentoo.org</email> - <name>Gentoo Mathematics Project</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>sci-mathematics@gentoo.org</email> + <name>Gentoo Mathematics Project</name> + </maintainer> + <longdescription> MLGMPIDL is a package offering an interface to the GMP and MPFR libraries for OCaml version 3.07 or higher. The interface offers access to almost all the functions of the library, and is decomposed into 7 submodules. </longdescription> - <use> - <flag name="mpfr">Add support for <pkg>dev-libs/mpfr</pkg></flag> - </use> + <use> + <flag name="mpfr">Add support for <pkg>dev-libs/mpfr</pkg></flag> + </use> </pkgmetadata> |