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-office/dia/
Date: Sat, 29 Oct 2022 22:34:03
Message-Id: 1667082749.9e537edbe8ee8b7967bffa55c2e257f25d6a1dce.mattst88@gentoo
1 commit: 9e537edbe8ee8b7967bffa55c2e257f25d6a1dce
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:19:37 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 22:32:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e537edb
7
8 app-office/dia: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-office/dia/metadata.xml | 27 +++++++++++++++------------
13 1 file changed, 15 insertions(+), 12 deletions(-)
14
15 diff --git a/app-office/dia/metadata.xml b/app-office/dia/metadata.xml
16 index 174329ca7d6a..595bd9c2d63f 100644
17 --- a/app-office/dia/metadata.xml
18 +++ b/app-office/dia/metadata.xml
19 @@ -1,16 +1,19 @@
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>
28 - Dia is a gtk+ based diagram creation program. It can be used to
29 - draw many different kinds of diagrams. It currently has special
30 - objects to help draw entity relationship diagrams, UML diagrams,
31 - flowcharts, network diagrams, and simple circuits. It is also
32 - possible to add support for new shapes by writing simple XML
33 - files, using a subset of SVG to draw the shape.
34 - </longdescription>
35 + <maintainer type="project">
36 + <email>gnome@g.o</email>
37 + <name>Gentoo GNOME Desktop</name>
38 + </maintainer>
39 + <longdescription>
40 + Dia is a gtk+ based diagram creation program. It can be used to
41 + draw many different kinds of diagrams. It currently has special
42 + objects to help draw entity relationship diagrams, UML diagrams,
43 + flowcharts, network diagrams, and simple circuits. It is also
44 + possible to add support for new shapes by writing simple XML
45 + files, using a subset of SVG to draw the shape.
46 + </longdescription>
47 + <upstream>
48 + <remote-id type="gnome-gitlab">GNOME/dia</remote-id>
49 + </upstream>
50 </pkgmetadata>