Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calendar/
Date: Sun, 30 Oct 2022 22:29:27
Message-Id: 1667168914.5f025dc3c514375d41c81aefbdb26b2997fc064e.mattst88@gentoo
1 commit: 5f025dc3c514375d41c81aefbdb26b2997fc064e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:20:08 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 22:28:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f025dc3
7
8 gnome-extra/gnome-calendar: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-extra/gnome-calendar/metadata.xml | 19 ++++++++++++-------
13 1 file changed, 12 insertions(+), 7 deletions(-)
14
15 diff --git a/gnome-extra/gnome-calendar/metadata.xml b/gnome-extra/gnome-calendar/metadata.xml
16 index d77656153a52..2d104b5b7e48 100644
17 --- a/gnome-extra/gnome-calendar/metadata.xml
18 +++ b/gnome-extra/gnome-calendar/metadata.xml
19 @@ -1,11 +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">GNOME Calendar is a simple and beautiful calendar application designed to
28 -perfectly fit the GNOME desktop. By reusing the components which the GNOME
29 -desktop is built on, Calendar nicely integrates with the GNOME ecosystem.</longdescription>
30 + <maintainer type="project">
31 + <email>gnome@g.o</email>
32 + <name>Gentoo GNOME Desktop</name>
33 + </maintainer>
34 + <longdescription lang="en">
35 + GNOME Calendar is a simple and beautiful calendar application designed to
36 + perfectly fit the GNOME desktop. By reusing the components which the GNOME
37 + desktop is built on, Calendar nicely integrates with the GNOME ecosystem.
38 + </longdescription>
39 + <upstream>
40 + <remote-id type="gnome-gitlab">GNOME/gnome-calendar</remote-id>
41 + </upstream>
42 </pkgmetadata>