Gentoo Archives: gentoo-commits

From: "Dirkjan Ochtman (djc)" <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/plwm/files: plwm-2.7_rc1-pep0263.patch
Date: Fri, 01 Jan 2010 21:41:59
Message-Id: E1NQpFu-0006bJ-44@stork.gentoo.org
1 djc 10/01/01 21:41:58
2
3 Added: plwm-2.7_rc1-pep0263.patch
4 Log:
5 Bump x11-wm/plwm to 2.7_rc1 (bug 281415).
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-wm/plwm/files/plwm-2.7_rc1-pep0263.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/plwm/files/plwm-2.7_rc1-pep0263.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/plwm/files/plwm-2.7_rc1-pep0263.patch?rev=1.1&content-type=text/plain
13
14 Index: plwm-2.7_rc1-pep0263.patch
15 ===================================================================
16 diff -ur PLWM-2.7rc1.orig/examples/hrwwm.py PLWM-2.7rc1/examples/hrwwm.py
17 --- PLWM-2.7rc1.orig/examples/hrwwm.py 2007-08-27 15:06:29.000000000 +0200
18 +++ PLWM-2.7rc1/examples/hrwwm.py 2007-08-27 15:07:33.000000000 +0200
19 @@ -1,4 +1,5 @@
20 #!/usr/bin/env python
21 +# -*- coding: utf-8 -*-
22 #
23 # hrwwm.py -- Example PLWM window manager "configuration"
24 #
25 diff -ur PLWM-2.7rc1.orig/plwm/mw_apm.py PLWM-2.7rc1/plwm/mw_apm.py
26 --- PLWM-2.7rc1.orig/plwm/mw_apm.py 2007-08-27 15:06:29.000000000 +0200
27 +++ PLWM-2.7rc1/plwm/mw_apm.py 2007-08-27 15:07:00.000000000 +0200
28 @@ -1,3 +1,4 @@
29 +# -*- coding: utf-8 -*-
30 #
31 # mw_apm.py -- display APM status in a modewindow
32 #