diff options
author | Ryan Hill <rhill@gentoo.org> | 2007-12-24 02:01:57 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2007-12-24 02:01:57 +0000 |
commit | 1aebfa0ca2bc54a3c541f18f0913fc0255359fc8 (patch) | |
tree | b8f444bfbf404b1f9d883e914a39707b097a2ed6 /dev-python/wxpython/files | |
parent | Stable for HPPA (bug #199958). (diff) | |
download | historical-1aebfa0ca2bc54a3c541f18f0913fc0255359fc8.tar.gz historical-1aebfa0ca2bc54a3c541f18f0913fc0255359fc8.tar.bz2 historical-1aebfa0ca2bc54a3c541f18f0913fc0255359fc8.zip |
Version bump. Masked for testing.
Package-Manager: portage-2.1.4_rc11
Diffstat (limited to 'dev-python/wxpython/files')
-rw-r--r-- | dev-python/wxpython/files/digest-wxpython-2.8.7.1 | 3 | ||||
-rw-r--r-- | dev-python/wxpython/files/wxpython-2.8.7-wxversion-scripts.patch | 130 |
2 files changed, 133 insertions, 0 deletions
diff --git a/dev-python/wxpython/files/digest-wxpython-2.8.7.1 b/dev-python/wxpython/files/digest-wxpython-2.8.7.1 new file mode 100644 index 000000000000..37ff37eafa0c --- /dev/null +++ b/dev-python/wxpython/files/digest-wxpython-2.8.7.1 @@ -0,0 +1,3 @@ +MD5 04fc1079430b18e6fd097b3287e9ae10 wxPython-src-2.8.7.1.tar.bz2 26362160 +RMD160 c22d6eb1dfcd165226b0ff50bfeb2aed21763a8e wxPython-src-2.8.7.1.tar.bz2 26362160 +SHA256 4683dd50208b816a7fa482c4694fc4c132d8a18708102898377388ea32e083f3 wxPython-src-2.8.7.1.tar.bz2 26362160 diff --git a/dev-python/wxpython/files/wxpython-2.8.7-wxversion-scripts.patch b/dev-python/wxpython/files/wxpython-2.8.7-wxversion-scripts.patch new file mode 100644 index 000000000000..dc6c97c1a0ae --- /dev/null +++ b/dev-python/wxpython/files/wxpython-2.8.7-wxversion-scripts.patch @@ -0,0 +1,130 @@ +diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/editra wxPython-src-2.8.7.1/wxPython/scripts/editra +--- wxPython-src-2.8.7.1-orig/wxPython/scripts/editra 2007-11-12 21:55:32.000000000 -0600 ++++ wxPython-src-2.8.7.1/wxPython/scripts/editra 2007-12-03 16:16:15.000000000 -0600 +@@ -1,4 +1,6 @@ + #!/usr/bin/env python ++import wxversion ++wxversion.select("2.8") + + import sys, os + import wx.tools +diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/genaxmodule wxPython-src-2.8.7.1/wxPython/scripts/genaxmodule +--- wxPython-src-2.8.7.1-orig/wxPython/scripts/genaxmodule 2007-07-18 16:33:55.000000000 -0600 ++++ wxPython-src-2.8.7.1/wxPython/scripts/genaxmodule 2007-12-03 16:16:26.000000000 -0600 +@@ -1,4 +1,6 @@ + #!/usr/bin/env python ++import wxversion ++wxversion.select("2.8") + + import sys + from wx.tools.genaxmodule import main +diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/helpviewer wxPython-src-2.8.7.1/wxPython/scripts/helpviewer +--- wxPython-src-2.8.7.1-orig/wxPython/scripts/helpviewer 2007-07-18 16:33:55.000000000 -0600 ++++ wxPython-src-2.8.7.1/wxPython/scripts/helpviewer 2007-12-03 16:16:35.000000000 -0600 +@@ -1,4 +1,6 @@ + #!/usr/bin/env python ++import wxversion ++wxversion.select("2.8") + + from wx.tools.helpviewer import main + main() +diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/img2png wxPython-src-2.8.7.1/wxPython/scripts/img2png +--- wxPython-src-2.8.7.1-orig/wxPython/scripts/img2png 2007-07-18 16:33:55.000000000 -0600 ++++ wxPython-src-2.8.7.1/wxPython/scripts/img2png 2007-12-03 16:16:42.000000000 -0600 +@@ -1,4 +1,6 @@ + #!/usr/bin/env python ++import wxversion ++wxversion.select("2.8") + + from wx.tools.img2png import main + main() +diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/img2py wxPython-src-2.8.7.1/wxPython/scripts/img2py +--- wxPython-src-2.8.7.1-orig/wxPython/scripts/img2py 2007-07-18 16:33:55.000000000 -0600 ++++ wxPython-src-2.8.7.1/wxPython/scripts/img2py 2007-12-03 16:16:52.000000000 -0600 +@@ -1,4 +1,6 @@ + #!/usr/bin/env python ++import wxversion ++wxversion.select("2.8") + + import sys + from wx.tools.img2py import main +diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/img2xpm wxPython-src-2.8.7.1/wxPython/scripts/img2xpm +--- wxPython-src-2.8.7.1-orig/wxPython/scripts/img2xpm 2007-07-18 16:33:55.000000000 -0600 ++++ wxPython-src-2.8.7.1/wxPython/scripts/img2xpm 2007-12-03 16:16:59.000000000 -0600 +@@ -1,4 +1,6 @@ + #!/usr/bin/env python ++import wxversion ++wxversion.select("2.8") + + from wx.tools.img2xpm import main + main() +diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/pyalacarte wxPython-src-2.8.7.1/wxPython/scripts/pyalacarte +--- wxPython-src-2.8.7.1-orig/wxPython/scripts/pyalacarte 2007-07-18 16:33:55.000000000 -0600 ++++ wxPython-src-2.8.7.1/wxPython/scripts/pyalacarte 2007-12-03 16:17:07.000000000 -0600 +@@ -1,4 +1,6 @@ + #!/usr/bin/env python ++import wxversion ++wxversion.select("2.8") + + from wx.py.PyAlaCarte import main + main() +diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/pyalamode wxPython-src-2.8.7.1/wxPython/scripts/pyalamode +--- wxPython-src-2.8.7.1-orig/wxPython/scripts/pyalamode 2007-07-18 16:33:55.000000000 -0600 ++++ wxPython-src-2.8.7.1/wxPython/scripts/pyalamode 2007-12-03 16:17:16.000000000 -0600 +@@ -1,4 +1,6 @@ + #!/usr/bin/env python ++import wxversion ++wxversion.select("2.8") + + from wx.py.PyAlaMode import main + main() +diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/pycrust wxPython-src-2.8.7.1/wxPython/scripts/pycrust +--- wxPython-src-2.8.7.1-orig/wxPython/scripts/pycrust 2007-07-18 16:33:55.000000000 -0600 ++++ wxPython-src-2.8.7.1/wxPython/scripts/pycrust 2007-12-03 16:17:28.000000000 -0600 +@@ -1,4 +1,6 @@ + #!/usr/bin/env python ++import wxversion ++wxversion.select("2.8") + + from wx.py.PyCrust import main + main() +diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/pyshell wxPython-src-2.8.7.1/wxPython/scripts/pyshell +--- wxPython-src-2.8.7.1-orig/wxPython/scripts/pyshell 2007-07-18 16:33:55.000000000 -0600 ++++ wxPython-src-2.8.7.1/wxPython/scripts/pyshell 2007-12-03 16:17:46.000000000 -0600 +@@ -1,4 +1,6 @@ + #!/usr/bin/env python ++import wxversion ++wxversion.select("2.8") + + from wx.py.PyShell import main + main() +diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/pywrap wxPython-src-2.8.7.1/wxPython/scripts/pywrap +--- wxPython-src-2.8.7.1-orig/wxPython/scripts/pywrap 2007-07-18 16:33:55.000000000 -0600 ++++ wxPython-src-2.8.7.1/wxPython/scripts/pywrap 2007-12-03 16:17:56.000000000 -0600 +@@ -1,4 +1,6 @@ + #!/usr/bin/env python ++import wxversion ++wxversion.select("2.8") + + from wx.py.PyWrap import main + main() +diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/pywxrc wxPython-src-2.8.7.1/wxPython/scripts/pywxrc +--- wxPython-src-2.8.7.1-orig/wxPython/scripts/pywxrc 2007-07-18 16:33:55.000000000 -0600 ++++ wxPython-src-2.8.7.1/wxPython/scripts/pywxrc 2007-12-03 16:18:02.000000000 -0600 +@@ -1,4 +1,6 @@ + #!/usr/bin/env python ++import wxversion ++wxversion.select("2.8") + import sys + from wx.tools.pywxrc import main + main(sys.argv[1:]) +diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/xrced wxPython-src-2.8.7.1/wxPython/scripts/xrced +--- wxPython-src-2.8.7.1-orig/wxPython/scripts/xrced 2007-07-18 16:33:55.000000000 -0600 ++++ wxPython-src-2.8.7.1/wxPython/scripts/xrced 2007-12-03 16:19:51.000000000 -0600 +@@ -1,4 +1,6 @@ + #!/usr/bin/env python ++import wxversion ++wxversion.select("2.8") + + from wx.tools.XRCed.xrced import main + main() |