Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/wxpython/files: wxpython-2.8.8-wxversion-scripts.patch wxpython-2.8.8.1-musthaveapp.patch
Date: Fri, 25 Jul 2008 02:44:28
Message-Id: E1KMDI9-0004Oc-B1@stork.gentoo.org
1 dirtyepic 08/07/25 02:44:25
2
3 Added: wxpython-2.8.8-wxversion-scripts.patch
4 wxpython-2.8.8.1-musthaveapp.patch
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc3/cvs/Linux 2.6.26-rc9 x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/wxpython/files/wxpython-2.8.8-wxversion-scripts.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/files/wxpython-2.8.8-wxversion-scripts.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/files/wxpython-2.8.8-wxversion-scripts.patch?rev=1.1&content-type=text/plain
14
15 Index: wxpython-2.8.8-wxversion-scripts.patch
16 ===================================================================
17 diff -Naur wxPython-src-2.8.8.0-orig/wxPython/scripts/editra wxPython-src-2.8.8.0/wxPython/scripts/editra
18 --- wxPython-src-2.8.8.0-orig/wxPython/scripts/editra 2008-02-29 14:32:17.000000000 -0600
19 +++ wxPython-src-2.8.8.0/wxPython/scripts/editra 2008-06-26 17:38:39.000000000 -0600
20 @@ -1,4 +1,6 @@
21 #!/usr/bin/env python
22 +import wxversion
23 +wxversion.select("2.8")
24
25 from wx.tools.Editra.launcher import main
26 main()
27 diff -Naur wxPython-src-2.8.8.0-orig/wxPython/scripts/genaxmodule wxPython-src-2.8.8.0/wxPython/scripts/genaxmodule
28 --- wxPython-src-2.8.8.0-orig/wxPython/scripts/genaxmodule 2008-02-29 14:32:17.000000000 -0600
29 +++ wxPython-src-2.8.8.0/wxPython/scripts/genaxmodule 2008-06-26 17:38:39.000000000 -0600
30 @@ -1,4 +1,6 @@
31 #!/usr/bin/env python
32 +import wxversion
33 +wxversion.select("2.8")
34
35 from wx.tools.genaxmodule import main
36 main()
37 diff -Naur wxPython-src-2.8.8.0-orig/wxPython/scripts/helpviewer wxPython-src-2.8.8.0/wxPython/scripts/helpviewer
38 --- wxPython-src-2.8.8.0-orig/wxPython/scripts/helpviewer 2007-07-18 16:33:55.000000000 -0600
39 +++ wxPython-src-2.8.8.0/wxPython/scripts/helpviewer 2008-06-26 17:38:39.000000000 -0600
40 @@ -1,4 +1,6 @@
41 #!/usr/bin/env python
42 +import wxversion
43 +wxversion.select("2.8")
44
45 from wx.tools.helpviewer import main
46 main()
47 diff -Naur wxPython-src-2.8.8.0-orig/wxPython/scripts/img2png wxPython-src-2.8.8.0/wxPython/scripts/img2png
48 --- wxPython-src-2.8.8.0-orig/wxPython/scripts/img2png 2007-07-18 16:33:55.000000000 -0600
49 +++ wxPython-src-2.8.8.0/wxPython/scripts/img2png 2008-06-26 17:38:39.000000000 -0600
50 @@ -1,4 +1,6 @@
51 #!/usr/bin/env python
52 +import wxversion
53 +wxversion.select("2.8")
54
55 from wx.tools.img2png import main
56 main()
57 diff -Naur wxPython-src-2.8.8.0-orig/wxPython/scripts/img2py wxPython-src-2.8.8.0/wxPython/scripts/img2py
58 --- wxPython-src-2.8.8.0-orig/wxPython/scripts/img2py 2008-02-29 14:32:17.000000000 -0600
59 +++ wxPython-src-2.8.8.0/wxPython/scripts/img2py 2008-06-26 17:38:39.000000000 -0600
60 @@ -1,4 +1,6 @@
61 #!/usr/bin/env python
62 +import wxversion
63 +wxversion.select("2.8")
64
65 from wx.tools.img2py import main
66 main()
67 diff -Naur wxPython-src-2.8.8.0-orig/wxPython/scripts/img2xpm wxPython-src-2.8.8.0/wxPython/scripts/img2xpm
68 --- wxPython-src-2.8.8.0-orig/wxPython/scripts/img2xpm 2007-07-18 16:33:55.000000000 -0600
69 +++ wxPython-src-2.8.8.0/wxPython/scripts/img2xpm 2008-06-26 17:38:39.000000000 -0600
70 @@ -1,4 +1,6 @@
71 #!/usr/bin/env python
72 +import wxversion
73 +wxversion.select("2.8")
74
75 from wx.tools.img2xpm import main
76 main()
77 diff -Naur wxPython-src-2.8.8.0-orig/wxPython/scripts/pyalacarte wxPython-src-2.8.8.0/wxPython/scripts/pyalacarte
78 --- wxPython-src-2.8.8.0-orig/wxPython/scripts/pyalacarte 2007-07-18 16:33:55.000000000 -0600
79 +++ wxPython-src-2.8.8.0/wxPython/scripts/pyalacarte 2008-06-26 17:38:39.000000000 -0600
80 @@ -1,4 +1,6 @@
81 #!/usr/bin/env python
82 +import wxversion
83 +wxversion.select("2.8")
84
85 from wx.py.PyAlaCarte import main
86 main()
87 diff -Naur wxPython-src-2.8.8.0-orig/wxPython/scripts/pyalamode wxPython-src-2.8.8.0/wxPython/scripts/pyalamode
88 --- wxPython-src-2.8.8.0-orig/wxPython/scripts/pyalamode 2007-07-18 16:33:55.000000000 -0600
89 +++ wxPython-src-2.8.8.0/wxPython/scripts/pyalamode 2008-06-26 17:38:39.000000000 -0600
90 @@ -1,4 +1,6 @@
91 #!/usr/bin/env python
92 +import wxversion
93 +wxversion.select("2.8")
94
95 from wx.py.PyAlaMode import main
96 main()
97 diff -Naur wxPython-src-2.8.8.0-orig/wxPython/scripts/pycrust wxPython-src-2.8.8.0/wxPython/scripts/pycrust
98 --- wxPython-src-2.8.8.0-orig/wxPython/scripts/pycrust 2007-07-18 16:33:55.000000000 -0600
99 +++ wxPython-src-2.8.8.0/wxPython/scripts/pycrust 2008-06-26 17:38:39.000000000 -0600
100 @@ -1,4 +1,6 @@
101 #!/usr/bin/env python
102 +import wxversion
103 +wxversion.select("2.8")
104
105 from wx.py.PyCrust import main
106 main()
107 diff -Naur wxPython-src-2.8.8.0-orig/wxPython/scripts/pyshell wxPython-src-2.8.8.0/wxPython/scripts/pyshell
108 --- wxPython-src-2.8.8.0-orig/wxPython/scripts/pyshell 2007-07-18 16:33:55.000000000 -0600
109 +++ wxPython-src-2.8.8.0/wxPython/scripts/pyshell 2008-06-26 17:38:39.000000000 -0600
110 @@ -1,4 +1,6 @@
111 #!/usr/bin/env python
112 +import wxversion
113 +wxversion.select("2.8")
114
115 from wx.py.PyShell import main
116 main()
117 diff -Naur wxPython-src-2.8.8.0-orig/wxPython/scripts/pywrap wxPython-src-2.8.8.0/wxPython/scripts/pywrap
118 --- wxPython-src-2.8.8.0-orig/wxPython/scripts/pywrap 2007-07-18 16:33:55.000000000 -0600
119 +++ wxPython-src-2.8.8.0/wxPython/scripts/pywrap 2008-06-26 17:38:39.000000000 -0600
120 @@ -1,4 +1,6 @@
121 #!/usr/bin/env python
122 +import wxversion
123 +wxversion.select("2.8")
124
125 from wx.py.PyWrap import main
126 main()
127 diff -Naur wxPython-src-2.8.8.0-orig/wxPython/scripts/pywxrc wxPython-src-2.8.8.0/wxPython/scripts/pywxrc
128 --- wxPython-src-2.8.8.0-orig/wxPython/scripts/pywxrc 2008-02-29 14:32:17.000000000 -0600
129 +++ wxPython-src-2.8.8.0/wxPython/scripts/pywxrc 2008-06-26 17:39:49.000000000 -0600
130 @@ -1,5 +1,5 @@
131 #!/usr/bin/env python
132 -
133 +import wxversion
134 +wxversion.select("2.8")
135 from wx.tools.pywxrc import main
136 main()
137 -
138 diff -Naur wxPython-src-2.8.8.0-orig/wxPython/scripts/xrced wxPython-src-2.8.8.0/wxPython/scripts/xrced
139 --- wxPython-src-2.8.8.0-orig/wxPython/scripts/xrced 2007-07-18 16:33:55.000000000 -0600
140 +++ wxPython-src-2.8.8.0/wxPython/scripts/xrced 2008-06-26 17:38:39.000000000 -0600
141 @@ -1,4 +1,6 @@
142 #!/usr/bin/env python
143 +import wxversion
144 +wxversion.select("2.8")
145
146 from wx.tools.XRCed.xrced import main
147 main()
148
149
150
151 1.1 dev-python/wxpython/files/wxpython-2.8.8.1-musthaveapp.patch
152
153 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/files/wxpython-2.8.8.1-musthaveapp.patch?rev=1.1&view=markup
154 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/files/wxpython-2.8.8.1-musthaveapp.patch?rev=1.1&content-type=text/plain
155
156 Index: wxpython-2.8.8.1-musthaveapp.patch
157 ===================================================================
158 diff -Naurp wxPython-src-2.8.8.1-orig/wxPython/src/_config.i wxPython-src-2.8.8.1/wxPython/src/_config.i
159 --- wxPython-src-2.8.8.1-orig/wxPython/src/_config.i 2008-07-24 16:02:07.000000000 -0600
160 +++ wxPython-src-2.8.8.1/wxPython/src/_config.i 2008-07-24 16:02:53.000000000 -0600
161 @@ -391,7 +391,6 @@ time)", "");
162
163 //---------------------------------------------------------------------------
164
165 -MustHaveApp(wxConfig);
166
167 DocStr(wxConfig,
168 "This ConfigBase-derived class will use the registry on Windows,
169 @@ -413,7 +412,6 @@ public:
170
171
172
173 -MustHaveApp(wxFileConfig);
174
175 DocStr(wxFileConfig,
176 "This config class will use a file for storage on all platforms.", "");