summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-02-07 21:01:44 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-02-07 21:18:55 +0100
commitc68f7fc74888a1daca13b7748428267f6f7a8857 (patch)
tree57f8e4e2c25d10122102d2620f8418a83d604f7c /x11-misc
parentx11-misc/gtkdialog: Drop 0.8.3-r3 and 0.8.3-r4 (diff)
downloadgentoo-c68f7fc74888a1daca13b7748428267f6f7a8857.tar.gz
gentoo-c68f7fc74888a1daca13b7748428267f6f7a8857.tar.bz2
gentoo-c68f7fc74888a1daca13b7748428267f6f7a8857.zip
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@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/gtkdialog/metadata.xml38
1 files changed, 19 insertions, 19 deletions
diff --git a/x11-misc/gtkdialog/metadata.xml b/x11-misc/gtkdialog/metadata.xml
index 69360f95aa47..41363328c85b 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>desktop-misc@gentoo.org</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>desktop-misc@gentoo.org</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>