commit: 108c9610a90234d0b4d24ae112266ba65cc00767 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Oct 29 21:19:56 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Oct 30 15:41:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108c9610
dev-vcs/gitg: Set remote-id Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-vcs/gitg/metadata.xml | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/dev-vcs/gitg/metadata.xml b/dev-vcs/gitg/metadata.xml index 66b11e5d9e14..5b68b50964cc 100644 --- a/dev-vcs/gitg/metadata.xml +++ b/dev-vcs/gitg/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 type="project"> - <email>[email protected]</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <maintainer type="person"> - <email>[email protected]</email> - <name>Michał Górny</name> - </maintainer> - <longdescription lang="en"> - gitg is a graphical user interface for git. It aims at being a small, - fast and convenient tool to visualize the history of git repositories. - Besides visualization, gitg also provides several utilities to manage your - repository and commit your work. - </longdescription> - <use> - <flag name="glade">Install a glade catalog file</flag> - <flag name="python">Install Python bindings for those plugins requiring it.</flag> - </use> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Michał Górny</name> + </maintainer> + <longdescription lang="en"> + gitg is a graphical user interface for git. It aims at being a small, + fast and convenient tool to visualize the history of git repositories. + Besides visualization, gitg also provides several utilities to manage your + repository and commit your work. + </longdescription> + <use> + <flag name="glade">Install a glade catalog file</flag> + <flag name="python">Install Python bindings for those plugins requiring it.</flag> + </use> + <upstream> + <remote-id type="gnome-gitlab">GNOME/gitg</remote-id> + </upstream> </pkgmetadata>
