commit: 9b19fc7bea9cf3fbb182acfd0c37db07a602635a Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Sun Oct 20 14:47:24 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sun Oct 20 14:47:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b19fc7b
sci-physics/yoda: fix metadata.xml indentation Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-physics/yoda/metadata.xml | 50 +++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/sci-physics/yoda/metadata.xml b/sci-physics/yoda/metadata.xml index 4ea5e1315784..dfbf40f5c431 100644 --- a/sci-physics/yoda/metadata.xml +++ b/sci-physics/yoda/metadata.xml @@ -1,29 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person" proxied="yes"> - <email>[email protected]</email> - <name>Alexander Puck Neuwirth</name> -</maintainer> -<maintainer type="person" proxied="proxy"> - <email>[email protected]</email> - <name>Andrew Ammerlaan</name> -</maintainer> -<maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Physics Project</name> -</maintainer> -<longdescription> - Yet more Objects for Data Analysis is a small set of data analysis - (specifically histogramming) classes being developed by MCnet - members as a lightweight common system for MC event generator - validation analyses, particularly as the core histogramming system - in Rivet. -</longdescription> -<use> - <flag name="root">Adds support for <pkg>sci-physics/root</pkg></flag> -</use> -<upstream> - <remote-id type="gitlab">hepcedar/yoda</remote-id> -</upstream> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Alexander Puck Neuwirth</name> + </maintainer> + <maintainer type="person" proxied="proxy"> + <email>[email protected]</email> + <name>Andrew Ammerlaan</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Physics Project</name> + </maintainer> + <longdescription> + Yet more Objects for Data Analysis is a small set of data analysis + (specifically histogramming) classes being developed by MCnet + members as a lightweight common system for MC event generator + validation analyses, particularly as the core histogramming system + in Rivet. + </longdescription> + <use> + <flag name="root">Adds support for <pkg>sci-physics/root</pkg></flag> + </use> + <upstream> + <remote-id type="gitlab">hepcedar/yoda</remote-id> + </upstream> </pkgmetadata>
