commit: c915ab633e96006385de5e1691f3a1bbb46b3af1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat May 13 08:35:08 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 13 08:35:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c915ab63
net-news/rssguard: take over Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-news/rssguard/metadata.xml | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/net-news/rssguard/metadata.xml b/net-news/rssguard/metadata.xml index ef719c1cf065..30afe4afbbf3 100644 --- a/net-news/rssguard/metadata.xml +++ b/net-news/rssguard/metadata.xml @@ -1,22 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<upstream> - <maintainer> - <name>Martin Rotter</name> - <email>[email protected]</email> + <maintainer type="person"> + <email>[email protected]</email> + <name>Michał Górny</name> </maintainer> - <remote-id type="github">martinrotter/rssguard</remote-id> - <bugs-to>https://github.com/martinrotter/rssguard/issues</bugs-to> -</upstream> -<use> - <flag name="qt6">Build with Qt6 support instead of the default Qt5</flag> - <flag name="webengine">Use <pkg>dev-qt/qtwebengine</pkg> for embedded web browser</flag> -</use> -<longdescription> - RSS Guard is simple (yet powerful) feed reader. It is able to fetch the - most known feed formats, including RSS/RDF and ATOM. RSS Guard is - developed on top of the Qt library. -</longdescription> + <upstream> + <maintainer> + <name>Martin Rotter</name> + <email>[email protected]</email> + </maintainer> + <remote-id type="github">martinrotter/rssguard</remote-id> + <bugs-to>https://github.com/martinrotter/rssguard/issues</bugs-to> + </upstream> + <use> + <flag name="qt6">Build with Qt6 support instead of the default Qt5</flag> + <flag name="webengine">Use <pkg>dev-qt/qtwebengine</pkg> for embedded web browser</flag> + </use> + <longdescription> + RSS Guard is simple (yet powerful) feed reader. It is able to fetch the + most known feed formats, including RSS/RDF and ATOM. RSS Guard is + developed on top of the Qt library. + </longdescription> </pkgmetadata>
