summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2010-01-01 21:41:57 +0000
committerDirkjan Ochtman <djc@gentoo.org>2010-01-01 21:41:57 +0000
commitd54ca496db78b35dfab6d24ed3fc7344bf9f4f00 (patch)
treefc0be90b457080a5d00f0bc9e9455542352a3c05 /x11-wm/plwm/files
parentTransfer Prefix keywords (diff)
downloadgentoo-2-d54ca496db78b35dfab6d24ed3fc7344bf9f4f00.tar.gz
gentoo-2-d54ca496db78b35dfab6d24ed3fc7344bf9f4f00.tar.bz2
gentoo-2-d54ca496db78b35dfab6d24ed3fc7344bf9f4f00.zip
Bump x11-wm/plwm to 2.7_rc1 (bug 281415).
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/plwm/files')
-rw-r--r--x11-wm/plwm/files/plwm-2.7_rc1-pep0263.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-wm/plwm/files/plwm-2.7_rc1-pep0263.patch b/x11-wm/plwm/files/plwm-2.7_rc1-pep0263.patch
new file mode 100644
index 000000000000..aadc8f86f458
--- /dev/null
+++ b/x11-wm/plwm/files/plwm-2.7_rc1-pep0263.patch
@@ -0,0 +1,17 @@
+diff -ur PLWM-2.7rc1.orig/examples/hrwwm.py PLWM-2.7rc1/examples/hrwwm.py
+--- PLWM-2.7rc1.orig/examples/hrwwm.py 2007-08-27 15:06:29.000000000 +0200
++++ PLWM-2.7rc1/examples/hrwwm.py 2007-08-27 15:07:33.000000000 +0200
+@@ -1,4 +1,5 @@
+ #!/usr/bin/env python
++# -*- coding: utf-8 -*-
+ #
+ # hrwwm.py -- Example PLWM window manager "configuration"
+ #
+diff -ur PLWM-2.7rc1.orig/plwm/mw_apm.py PLWM-2.7rc1/plwm/mw_apm.py
+--- PLWM-2.7rc1.orig/plwm/mw_apm.py 2007-08-27 15:06:29.000000000 +0200
++++ PLWM-2.7rc1/plwm/mw_apm.py 2007-08-27 15:07:00.000000000 +0200
+@@ -1,3 +1,4 @@
++# -*- coding: utf-8 -*-
+ #
+ # mw_apm.py -- display APM status in a modewindow
+ #