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-editors/gedit-plugins/
Date: Sat, 29 Oct 2022 22:34:00
Message-Id: 1667082748.8db16170bb49f53c51c96ec2ea978b20b6ad9044.mattst88@gentoo
1 commit: 8db16170bb49f53c51c96ec2ea978b20b6ad9044
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:19:34 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=8db16170
7
8 app-editors/gedit-plugins: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-editors/gedit-plugins/metadata.xml | 22 ++++++++++++----------
13 1 file changed, 12 insertions(+), 10 deletions(-)
14
15 diff --git a/app-editors/gedit-plugins/metadata.xml b/app-editors/gedit-plugins/metadata.xml
16 index eb35a3df50f2..2695ac239950 100644
17 --- a/app-editors/gedit-plugins/metadata.xml
18 +++ b/app-editors/gedit-plugins/metadata.xml
19 @@ -1,14 +1,16 @@
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 -<use>
28 - <flag name="charmap">Insert special characters just by clicking on
29 - them</flag>
30 - <flag name="git">Shows document changes related to git's HEAD</flag>
31 - <flag name="terminal">Embed a terminal in the bottom pane</flag>
32 -</use>
33 + <maintainer type="project">
34 + <email>gnome@g.o</email>
35 + <name>Gentoo GNOME Desktop</name>
36 + </maintainer>
37 + <use>
38 + <flag name="charmap">Insert special characters just by clicking on them</flag>
39 + <flag name="git">Shows document changes related to git's HEAD</flag>
40 + <flag name="terminal">Embed a terminal in the bottom pane</flag>
41 + </use>
42 + <upstream>
43 + <remote-id type="gnome-gitlab">GNOME/gedit-plugins</remote-id>
44 + </upstream>
45 </pkgmetadata>