Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/
Date: Sun, 30 Oct 2022 23:21:40
Message-Id: 1667172043.110d078f77d0ca89224708d10eb4f7eadc911a00.mattst88@gentoo
1 commit: 110d078f77d0ca89224708d10eb4f7eadc911a00
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:20:17 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 23:20:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110d078f
7
8 media-gfx/eog: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-gfx/eog/metadata.xml | 21 ++++++++++++---------
13 1 file changed, 12 insertions(+), 9 deletions(-)
14
15 diff --git a/media-gfx/eog/metadata.xml b/media-gfx/eog/metadata.xml
16 index acdade322935..694ad268b67a 100644
17 --- a/media-gfx/eog/metadata.xml
18 +++ b/media-gfx/eog/metadata.xml
19 @@ -1,13 +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 - <longdescription lang="en">
28 - The Eye of GNOME image viewer is the official image viewer for the GNOME
29 - Desktop environment. With it, you can view single image files, as well
30 - as large image collections.
31 - </longdescription>
32 + <maintainer type="project">
33 + <email>gnome@g.o</email>
34 + <name>Gentoo GNOME Desktop</name>
35 + </maintainer>
36 + <longdescription lang="en">
37 + The Eye of GNOME image viewer is the official image viewer for the GNOME
38 + Desktop environment. With it, you can view single image files, as well
39 + as large image collections.
40 + </longdescription>
41 + <upstream>
42 + <remote-id type="gnome-gitlab">GNOME/eog</remote-id>
43 + </upstream>
44 </pkgmetadata>