commit: c68f7fc74888a1daca13b7748428267f6f7a8857 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 7 20:01:44 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 7 20:18:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68f7fc7
x11-misc/gtkdialog: Fix metadata.xml indentation, remote-id to github Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-misc/gtkdialog/metadata.xml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/x11-misc/gtkdialog/metadata.xml b/x11-misc/gtkdialog/metadata.xml index 69360f95aa4..41363328c85 100644 --- a/x11-misc/gtkdialog/metadata.xml +++ b/x11-misc/gtkdialog/metadata.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> -<email>[email protected]</email> -<name>Gentoo Desktop Miscellaneous Project</name> -</maintainer> -<longdescription> -gtkdialog is a GUI-creation utility that can be used with an arbitrary -interpreter. It enables the programmer to describe a graphical user interface -in a simple XML-like language, and use it with any interpreter that supports -either files, standard I/O, or environment variables. It can be called as an -external program from the interpreter, but can be used as a stand-alone -framework for the application as well. Stand-alone, bash, and awk examples are -provided. -</longdescription> -<upstream> -<remote-id type="google-code">gtkdialog</remote-id> -</upstream> -<use> -<flag name="gtk2">Build with GTK+2 instead of GTK+3</flag> -</use> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Desktop Miscellaneous Project</name> + </maintainer> + <longdescription> + gtkdialog is a GUI-creation utility that can be used with an arbitrary + interpreter. It enables the programmer to describe a graphical user interface + in a simple XML-like language, and use it with any interpreter that supports + either files, standard I/O, or environment variables. It can be called as an + external program from the interpreter, but can be used as a stand-alone + framework for the application as well. Stand-alone, bash, and awk examples are + provided. + </longdescription> + <upstream> + <remote-id type="github">oshazard/gtkdialog</remote-id> + </upstream> + <use> + <flag name="gtk2">Build with GTK+2 instead of GTK+3</flag> + </use> </pkgmetadata>
