Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/gnome-dictionary/
Date: Sat, 29 Oct 2022 22:33:59
Message-Id: 1667082748.e5771d9a7487568f9b10233cc924b73a4e2a9a75.mattst88@gentoo
1 commit: e5771d9a7487568f9b10233cc924b73a4e2a9a75
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:19:33 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 22:32:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5771d9a
7
8 app-dicts/gnome-dictionary: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-dicts/gnome-dictionary/metadata.xml | 17 ++++++++++-------
13 1 file changed, 10 insertions(+), 7 deletions(-)
14
15 diff --git a/app-dicts/gnome-dictionary/metadata.xml b/app-dicts/gnome-dictionary/metadata.xml
16 index f74c6767f432..38142274dd23 100644
17 --- a/app-dicts/gnome-dictionary/metadata.xml
18 +++ b/app-dicts/gnome-dictionary/metadata.xml
19 @@ -1,11 +1,14 @@
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 -<slots>
28 - <subslots>libgdict-1.0 soname version</subslots>
29 -</slots>
30 + <maintainer type="project">
31 + <email>gnome@g.o</email>
32 + <name>Gentoo GNOME Desktop</name>
33 + </maintainer>
34 + <slots>
35 + <subslots>libgdict-1.0 soname version</subslots>
36 + </slots>
37 + <upstream>
38 + <remote-id type="gnome-gitlab">GNOME/gnome-dictionary</remote-id>
39 + </upstream>
40 </pkgmetadata>