summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-05-13 19:32:47 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-05-13 19:32:47 +0000
commit89019c589270e1abcb3c73a87eb3c7082c2a4bef (patch)
tree2ae46d4ce1b63bd3f7d5bc925e9c668b07576867 /dev-python/wxpython-docs
parentMarking 3.2.15 stable (x86) (diff)
downloadgentoo-2-89019c589270e1abcb3c73a87eb3c7082c2a4bef.tar.gz
gentoo-2-89019c589270e1abcb3c73a87eb3c7082c2a4bef.tar.bz2
gentoo-2-89019c589270e1abcb3c73a87eb3c7082c2a4bef.zip
Removed old patch
Diffstat (limited to 'dev-python/wxpython-docs')
-rw-r--r--dev-python/wxpython-docs/files/viewdocs-2.6.0.0.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/wxpython-docs/files/viewdocs-2.6.0.0.patch b/dev-python/wxpython-docs/files/viewdocs-2.6.0.0.patch
deleted file mode 100644
index a260f3ab68bb..000000000000
--- a/dev-python/wxpython-docs/files/viewdocs-2.6.0.0.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- docs/viewdocs.orig.py 2005-05-02 13:14:34.905664232 -0700
-+++ docs/viewdocs.py 2005-05-02 13:16:12.129883904 -0700
-@@ -1,6 +1,9 @@
- #!/usr/bin/env python
- #---------------------------------------------------------------------------
-
-+import wxversion
-+wxversion.select("2.6")
-+
- import sys, os, glob
- import wx
- from wx.tools import helpviewer
-@@ -20,7 +23,7 @@
-
- # setup the args
- args = ['',
-- '--cache='+basePath,
-+ '--cache=/tmp',
- os.path.join(basePath, 'wx.zip'),
- os.path.join(basePath, 'ogl.zip'),
- ]