Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
Date: Sun, 30 Oct 2022 15:42:29
Message-Id: 1667144477.108c9610a90234d0b4d24ae112266ba65cc00767.mattst88@gentoo
1 commit: 108c9610a90234d0b4d24ae112266ba65cc00767
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:19:56 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 15:41:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108c9610
7
8 dev-vcs/gitg: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-vcs/gitg/metadata.xml | 39 +++++++++++++++++++++------------------
13 1 file changed, 21 insertions(+), 18 deletions(-)
14
15 diff --git a/dev-vcs/gitg/metadata.xml b/dev-vcs/gitg/metadata.xml
16 index 66b11e5d9e14..5b68b50964cc 100644
17 --- a/dev-vcs/gitg/metadata.xml
18 +++ b/dev-vcs/gitg/metadata.xml
19 @@ -1,22 +1,25 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <maintainer type="project">
24 - <email>gnome@g.o</email>
25 - <name>Gentoo GNOME Desktop</name>
26 - </maintainer>
27 - <maintainer type="person">
28 - <email>mgorny@g.o</email>
29 - <name>Michał Górny</name>
30 - </maintainer>
31 - <longdescription lang="en">
32 - gitg is a graphical user interface for git. It aims at being a small,
33 - fast and convenient tool to visualize the history of git repositories.
34 - Besides visualization, gitg also provides several utilities to manage your
35 - repository and commit your work.
36 - </longdescription>
37 - <use>
38 - <flag name="glade">Install a glade catalog file</flag>
39 - <flag name="python">Install Python bindings for those plugins requiring it.</flag>
40 - </use>
41 + <maintainer type="project">
42 + <email>gnome@g.o</email>
43 + <name>Gentoo GNOME Desktop</name>
44 + </maintainer>
45 + <maintainer type="person">
46 + <email>mgorny@g.o</email>
47 + <name>Michał Górny</name>
48 + </maintainer>
49 + <longdescription lang="en">
50 + gitg is a graphical user interface for git. It aims at being a small,
51 + fast and convenient tool to visualize the history of git repositories.
52 + Besides visualization, gitg also provides several utilities to manage your
53 + repository and commit your work.
54 + </longdescription>
55 + <use>
56 + <flag name="glade">Install a glade catalog file</flag>
57 + <flag name="python">Install Python bindings for those plugins requiring it.</flag>
58 + </use>
59 + <upstream>
60 + <remote-id type="gnome-gitlab">GNOME/gitg</remote-id>
61 + </upstream>
62 </pkgmetadata>