diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-16 15:31:39 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-16 15:31:49 +0200 |
commit | 67064ef687e8b3a61f5a4698ae1b029e2e70822c (patch) | |
tree | c3db398dabe9c6abe72d4840ef57f1518f923e93 /x11-wm/stumpwm | |
parent | sys-freebsd/freebsd-usbin: Merge FreeBSD-SA-15:24.rpcbind fix (diff) | |
download | gentoo-67064ef687e8b3a61f5a4698ae1b029e2e70822c.tar.gz gentoo-67064ef687e8b3a61f5a4698ae1b029e2e70822c.tar.bz2 gentoo-67064ef687e8b3a61f5a4698ae1b029e2e70822c.zip |
Update remote-ids
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'x11-wm/stumpwm')
-rw-r--r-- | x11-wm/stumpwm/metadata.xml | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/x11-wm/stumpwm/metadata.xml b/x11-wm/stumpwm/metadata.xml index 9b985df13ff0..8be5c16ac275 100644 --- a/x11-wm/stumpwm/metadata.xml +++ b/x11-wm/stumpwm/metadata.xml @@ -1,11 +1,11 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>nimiux@gentoo.org</email> - <name>Chema Alonso</name> -</maintainer> -<longdescription> + <maintainer> + <email>nimiux@gentoo.org</email> + <name>Chema Alonso</name> + </maintainer> + <longdescription> Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in Common Lisp. If you're tired of flipping through themes like channel-surfing, and going from one perfect-except-for-just-one-thing @@ -19,12 +19,15 @@ * customize your window manager while it's running. That's right. With a 100% Common Lisp window manager there's no stopping the hacks. Just re-eval and GO! -</longdescription> -<use> - <flag name="doc">Include documentation</flag> - <flag name="emacs">Add support for GNU Emacs</flag> - <flag name="clisp">Use CLISP for the runtime</flag> - <flag name="ecl">Use SCL for the runtime</flag> - <flag name="sbcl">Use SBCL for the runtime</flag> -</use> + </longdescription> + <use> + <flag name="doc">Include documentation</flag> + <flag name="emacs">Add support for GNU Emacs</flag> + <flag name="clisp">Use CLISP for the runtime</flag> + <flag name="ecl">Use SCL for the runtime</flag> + <flag name="sbcl">Use SBCL for the runtime</flag> + </use> + <upstream> + <remote-id type="github">stumpwm/stumpwm</remote-id> + </upstream> </pkgmetadata> |