diff options
author | 2020-07-27 22:33:32 -0400 | |
---|---|---|
committer | 2020-07-27 22:33:32 -0400 | |
commit | f63396228c129fdbac0b2b6bf90ca0dbe64bfb08 (patch) | |
tree | 7f870e5b96903f3fd9ebe72e4da5188f7092f94d /x11-wm/plwm/files | |
parent | app-misc/OpenRGB-0.3-r1: Revbump, add udev USE flag to install udev rules (diff) | |
download | gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.gz gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.bz2 gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.zip |
*/*: Drop last-rited Py2 only pkgs
Bug: https://bugs.gentoo.org/616064
Closes: https://bugs.gentoo.org/721904
Closes: https://bugs.gentoo.org/609686
Closes: https://bugs.gentoo.org/695016
Closes: https://bugs.gentoo.org/722616
Closes: https://bugs.gentoo.org/684098
Closes: https://bugs.gentoo.org/672164
Closes: https://bugs.gentoo.org/699136
Closes: https://bugs.gentoo.org/690776
Closes: https://bugs.gentoo.org/695912
Closes: https://bugs.gentoo.org/697004
Closes: https://bugs.gentoo.org/711026
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'x11-wm/plwm/files')
-rw-r--r-- | x11-wm/plwm/files/plwm-2.7_rc1-pep0263.patch | 17 |
1 files changed, 0 insertions, 17 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 deleted file mode 100644 index aadc8f86f458..000000000000 --- a/x11-wm/plwm/files/plwm-2.7_rc1-pep0263.patch +++ /dev/null @@ -1,17 +0,0 @@ -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 - # |