diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-11-02 18:02:16 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-11-02 18:02:16 +0000 |
commit | 9739d33bafc117c00ac631dc3b1ee18793320fc7 (patch) | |
tree | 918a7699fdf1dbdc7a1271faee16d2e68ee04382 /x11-wm | |
parent | Removing jmglov as a maintainer since he was retired. (diff) | |
download | gentoo-2-9739d33bafc117c00ac631dc3b1ee18793320fc7.tar.gz gentoo-2-9739d33bafc117c00ac631dc3b1ee18793320fc7.tar.bz2 gentoo-2-9739d33bafc117c00ac631dc3b1ee18793320fc7.zip |
Removing jmglov as a maintainer since he was retired.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/stumpwm/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/stumpwm/metadata.xml | 27 |
2 files changed, 20 insertions, 13 deletions
diff --git a/x11-wm/stumpwm/ChangeLog b/x11-wm/stumpwm/ChangeLog index 78a8ce2c61ec..e8a03161996a 100644 --- a/x11-wm/stumpwm/ChangeLog +++ b/x11-wm/stumpwm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/stumpwm # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v 1.1 2008/05/04 01:32:30 jmglov Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v 1.2 2008/11/02 18:02:16 jmbsvicetto Exp $ + + 02 Nov 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + metadata.xml: + Removing jmglov as a maintainer since he was retired. *stumpwm-0.9.2 (03 May 2008) diff --git a/x11-wm/stumpwm/metadata.xml b/x11-wm/stumpwm/metadata.xml index 1f1f92ccf9e1..2020e8ae6e50 100644 --- a/x11-wm/stumpwm/metadata.xml +++ b/x11-wm/stumpwm/metadata.xml @@ -1,23 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>jmglov@gentoo.org</email> - <name>Josh Glover</name> - </maintainer> - <longdescription>Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in Common Lisp. +<maintainer> + <email>maintainer-needed@gentoo.org</email> +</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 window manager to another even-more-broken-in-some-other-way then perhaps Stumpwm can help. + If you're tired of flipping through themes like channel-surfing, and going from one perfect-except-for-just-one-thing + window manager to another even-more-broken-in-some-other-way then perhaps Stumpwm can help. -Stumpwm attempts to be customizable yet visually minimal. There are no window decorations, no icons, and no buttons. It does have various hooks to attach your personal customizations, and variables to tweak. + Stumpwm attempts to be customizable yet visually minimal. There are no window decorations, no icons, and no buttons. + It does have various hooks to attach your personal customizations, and variables to tweak. * Hack the good hack * debug your good hack * 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="clisp">Use CLISP for the runtime</flag> - <flag name="sbcl">Use SBCL for the runtime</flag> - </use> + 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="clisp">Use CLISP for the runtime</flag> + <flag name="sbcl">Use SBCL for the runtime</flag> +</use> </pkgmetadata> |