commit: 99d17e5e7e8ebfd77c78a4986737cf244221b6da Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Tue Sep 5 08:16:59 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Sep 5 08:16:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d17e5e
dev-db/mongodb: Fix indentation whitespace in metadata.xml Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-db/mongodb/metadata.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/dev-db/mongodb/metadata.xml b/dev-db/mongodb/metadata.xml index 2a2cf6a53cb..e5bdd69829a 100644 --- a/dev-db/mongodb/metadata.xml +++ b/dev-db/mongodb/metadata.xml @@ -1,19 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Lujeni</name> - <description>Proxy-Maintainer, assign bugs</description> - </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Lujeni</name> + <description>Proxy-Maintainer, assign bugs</description> + </maintainer> <maintainer type="person"> <email>[email protected]</email> <name>Alexys Jacob</name> </maintainer> <maintainer type="project"> - <email>[email protected]</email> - <name>Proxy Maintainers</name> - </maintainer> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> <longdescription lang="en"> MongoDB (from "humongous") is a scalable, high-performance, open source, schema-free, document-oriented database. Written in C++, MongoDB features: @@ -24,7 +24,6 @@ </longdescription> <use> <flag name="mms-agent">Install the MongoDB Monitoring Service agent</flag> - <flag name="tools">Install the MongoDB tools (mongoimport, mongodump...) - from <pkg>app-admin/mongo-tools</pkg></flag> + <flag name="tools">Install the MongoDB tools (mongoimport, mongodump...) from <pkg>app-admin/mongo-tools</pkg></flag> </use> </pkgmetadata>
