diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-19 19:36:00 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-10-08 19:59:16 +0200 |
commit | 1d98d9ac0618f2df961b16cdc06597554dc90492 (patch) | |
tree | ecbf543503566ad98e8569e92d8bf6b6552b078a /dev-python/pygui | |
parent | dev-python/pyenchant: remove unused patch (diff) | |
download | gentoo-1d98d9ac0618f2df961b16cdc06597554dc90492.tar.gz gentoo-1d98d9ac0618f2df961b16cdc06597554dc90492.tar.bz2 gentoo-1d98d9ac0618f2df961b16cdc06597554dc90492.zip |
dev-python/pygui: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/2363
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/pygui')
-rw-r--r-- | dev-python/pygui/files/pygui-2.2-python-2.6.patch | 18 | ||||
-rw-r--r-- | dev-python/pygui/files/pygui-2.2-resources.patch | 8 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/pygui/files/pygui-2.2-python-2.6.patch b/dev-python/pygui/files/pygui-2.2-python-2.6.patch deleted file mode 100644 index 3856cc7787c7..000000000000 --- a/dev-python/pygui/files/pygui-2.2-python-2.6.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -r -U1 PyGUI-2.2.orig/GUI/Gtk/GL.py PyGUI-2.2/GUI/Gtk/GL.py ---- PyGUI-2.2.orig/GUI/Gtk/GL.py 2009-04-10 11:45:08.000000000 +0200 -+++ PyGUI-2.2/GUI/Gtk/GL.py 2010-02-20 00:30:39.000000000 +0100 -@@ -44,3 +44,3 @@ - cs = self._color_size -- as = 0 -+ as_ = 0 - ds = 0 -@@ -50,3 +50,3 @@ - if self._alpha: -- as = self._alpha_size -+ as_ = self._alpha_size - if self._depth_buffer: -@@ -64,3 +64,3 @@ - gdkgl.BLUE_SIZE, cs, -- gdkgl.ALPHA_SIZE, as, -+ gdkgl.ALPHA_SIZE, as_, - gdkgl.AUX_BUFFERS, self._aux_buffers, diff --git a/dev-python/pygui/files/pygui-2.2-resources.patch b/dev-python/pygui/files/pygui-2.2-resources.patch deleted file mode 100644 index dbf3f3fdf7fa..000000000000 --- a/dev-python/pygui/files/pygui-2.2-resources.patch +++ /dev/null @@ -1,8 +0,0 @@ -diff -r -U1 PyGUI-2.2.orig/setup.py PyGUI-2.2/setup.py ---- PyGUI-2.2.orig/setup.py 2009-04-12 07:36:14.000000000 +0200 -+++ PyGUI-2.2/setup.py 2010-02-21 00:52:21.000000000 +0100 -@@ -15,3 +15,3 @@ - dst_rsrc_dir = os.path.join(dst_gui_dir, "Resources", "cursors") --src_rsrc_files = glob(os.path.join("GUI", "Resources", "Cursors", "*")) -+src_rsrc_files = glob(os.path.join("GUI", "Resources", "cursors", "*")) - |