Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/stumpwm: metadata.xml ChangeLog
Date: Sun, 02 Nov 2008 18:02:18
Message-Id: E1KwhHE-0007gP-L1@stork.gentoo.org
1 jmbsvicetto 08/11/02 18:02:16
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Removing jmglov as a maintainer since he was retired.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
7
8 Revision Changes Path
9 1.3 x11-wm/stumpwm/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/stumpwm/metadata.xml?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/stumpwm/metadata.xml?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/stumpwm/metadata.xml?r1=1.2&r2=1.3
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/metadata.xml,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- metadata.xml 7 Aug 2008 00:20:57 -0000 1.2
22 +++ metadata.xml 2 Nov 2008 18:02:16 -0000 1.3
23 @@ -1,23 +1,26 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 - <maintainer>
28 - <email>jmglov@g.o</email>
29 - <name>Josh Glover</name>
30 - </maintainer>
31 - <longdescription>Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in Common Lisp.
32 +<maintainer>
33 + <email>maintainer-needed@g.o</email>
34 +</maintainer>
35 +<longdescription>
36 + Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in Common Lisp.
37
38 -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.
39 + If you're tired of flipping through themes like channel-surfing, and going from one perfect-except-for-just-one-thing
40 + window manager to another even-more-broken-in-some-other-way then perhaps Stumpwm can help.
41
42 -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.
43 + Stumpwm attempts to be customizable yet visually minimal. There are no window decorations, no icons, and no buttons.
44 + It does have various hooks to attach your personal customizations, and variables to tweak.
45
46 * Hack the good hack
47 * debug your good hack
48 * customize your window manager
49
50 -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>
51 - <use>
52 - <flag name="clisp">Use CLISP for the runtime</flag>
53 - <flag name="sbcl">Use SBCL for the runtime</flag>
54 - </use>
55 + 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!
56 +</longdescription>
57 +<use>
58 + <flag name="clisp">Use CLISP for the runtime</flag>
59 + <flag name="sbcl">Use SBCL for the runtime</flag>
60 +</use>
61 </pkgmetadata>
62
63
64
65 1.2 x11-wm/stumpwm/ChangeLog
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/stumpwm/ChangeLog?rev=1.2&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/stumpwm/ChangeLog?rev=1.2&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/stumpwm/ChangeLog?r1=1.1&r2=1.2
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v
74 retrieving revision 1.1
75 retrieving revision 1.2
76 diff -u -r1.1 -r1.2
77 --- ChangeLog 4 May 2008 01:32:30 -0000 1.1
78 +++ ChangeLog 2 Nov 2008 18:02:16 -0000 1.2
79 @@ -1,6 +1,10 @@
80 # ChangeLog for x11-wm/stumpwm
81 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v 1.1 2008/05/04 01:32:30 jmglov Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v 1.2 2008/11/02 18:02:16 jmbsvicetto Exp $
84 +
85 + 02 Nov 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
86 + metadata.xml:
87 + Removing jmglov as a maintainer since he was retired.
88
89 *stumpwm-0.9.2 (03 May 2008)