diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 17:19:56 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-30 11:41:17 -0400 |
commit | 108c9610a90234d0b4d24ae112266ba65cc00767 (patch) | |
tree | 36b398336a6c1d74c7f096151de57017bf924edb /dev-vcs | |
parent | dev-util/sysprof: Set remote-id (diff) | |
download | gentoo-108c9610a90234d0b4d24ae112266ba65cc00767.tar.gz gentoo-108c9610a90234d0b4d24ae112266ba65cc00767.tar.bz2 gentoo-108c9610a90234d0b4d24ae112266ba65cc00767.zip |
dev-vcs/gitg: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/gitg/metadata.xml | 39 |
1 files 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>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <maintainer type="person"> - <email>mgorny@gentoo.org</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>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <maintainer type="person"> + <email>mgorny@gentoo.org</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> |