Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gtkdialog/
Date: Sun, 07 Feb 2021 20:19:15
Message-Id: 1612729135.c68f7fc74888a1daca13b7748428267f6f7a8857.asturm@gentoo
1 commit: c68f7fc74888a1daca13b7748428267f6f7a8857
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 20:01:44 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 20:18:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68f7fc7
7
8 x11-misc/gtkdialog: Fix metadata.xml indentation, remote-id to github
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/gtkdialog/metadata.xml | 38 +++++++++++++++++++-------------------
14 1 file changed, 19 insertions(+), 19 deletions(-)
15
16 diff --git a/x11-misc/gtkdialog/metadata.xml b/x11-misc/gtkdialog/metadata.xml
17 index 69360f95aa4..41363328c85 100644
18 --- a/x11-misc/gtkdialog/metadata.xml
19 +++ b/x11-misc/gtkdialog/metadata.xml
20 @@ -1,23 +1,23 @@
21 <?xml version="1.0" encoding="UTF-8"?>
22 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 <pkgmetadata>
24 -<maintainer type="project">
25 -<email>desktop-misc@g.o</email>
26 -<name>Gentoo Desktop Miscellaneous Project</name>
27 -</maintainer>
28 -<longdescription>
29 -gtkdialog is a GUI-creation utility that can be used with an arbitrary
30 -interpreter. It enables the programmer to describe a graphical user interface
31 -in a simple XML-like language, and use it with any interpreter that supports
32 -either files, standard I/O, or environment variables. It can be called as an
33 -external program from the interpreter, but can be used as a stand-alone
34 -framework for the application as well. Stand-alone, bash, and awk examples are
35 -provided.
36 -</longdescription>
37 -<upstream>
38 -<remote-id type="google-code">gtkdialog</remote-id>
39 -</upstream>
40 -<use>
41 -<flag name="gtk2">Build with GTK+2 instead of GTK+3</flag>
42 -</use>
43 + <maintainer type="project">
44 + <email>desktop-misc@g.o</email>
45 + <name>Gentoo Desktop Miscellaneous Project</name>
46 + </maintainer>
47 + <longdescription>
48 + gtkdialog is a GUI-creation utility that can be used with an arbitrary
49 + interpreter. It enables the programmer to describe a graphical user interface
50 + in a simple XML-like language, and use it with any interpreter that supports
51 + either files, standard I/O, or environment variables. It can be called as an
52 + external program from the interpreter, but can be used as a stand-alone
53 + framework for the application as well. Stand-alone, bash, and awk examples are
54 + provided.
55 + </longdescription>
56 + <upstream>
57 + <remote-id type="github">oshazard/gtkdialog</remote-id>
58 + </upstream>
59 + <use>
60 + <flag name="gtk2">Build with GTK+2 instead of GTK+3</flag>
61 + </use>
62 </pkgmetadata>