commit: fa55cdab12d5960b771b822a6de6d5e5f9d6a01e Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Thu Feb 23 09:30:59 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 26 14:45:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa55cdab
dev-python/configshell-fb: indent metadata Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/29741 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/configshell-fb/metadata.xml | 38 +++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/dev-python/configshell-fb/metadata.xml b/dev-python/configshell-fb/metadata.xml index 43d40de7baa2..847c135cf482 100644 --- a/dev-python/configshell-fb/metadata.xml +++ b/dev-python/configshell-fb/metadata.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<stabilize-allarches/> -<longdescription lang="en"> - configshell-fb is a Python library that provides a framework - for building simple but nice CLI-based applications. -</longdescription> -<upstream> - <maintainer status="active"> - <email>[email protected]</email> - <name>Maurizio Lombardi</name> - </maintainer> - <maintainer> - <email>[email protected]</email> - <name>Andy Grover</name> - </maintainer> - <remote-id type="github">open-iscsi/configshell-fb</remote-id> - <remote-id type="pypi">configshell-fb</remote-id> - <bugs-to>https://github.com/open-iscsi/configshell-fb/issues</bugs-to> -</upstream> + <!-- maintainer-needed --> + <stabilize-allarches/> + <longdescription lang="en"> + configshell-fb is a Python library that provides a framework + for building simple but nice CLI-based applications. + </longdescription> + <upstream> + <maintainer status="active"> + <email>[email protected]</email> + <name>Maurizio Lombardi</name> + </maintainer> + <maintainer> + <email>[email protected]</email> + <name>Andy Grover</name> + </maintainer> + <remote-id type="github">open-iscsi/configshell-fb</remote-id> + <remote-id type="pypi">configshell-fb</remote-id> + <bugs-to>https://github.com/open-iscsi/configshell-fb/issues</bugs-to> + </upstream> </pkgmetadata>
