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-3.0-wxversion-demo.patch wxpython-3.0.0.0-wxversion-scripts.patch
Date: Mon, 30 Dec 2013 09:28:49
Message-Id: 20131230092844.7CBD22004C@flycatcher.gentoo.org
1 dirtyepic 13/12/30 09:28:44
2
3 Added: wxpython-3.0-wxversion-demo.patch
4 wxpython-3.0.0.0-wxversion-scripts.patch
5 Log:
6 Version bump (bug #485184).
7
8 Signed-off-by: Ryan Hill <dirtyepic@g.o>
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
10
11 Revision Changes Path
12 1.1 dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch?rev=1.1&content-type=text/plain
16
17 Index: wxpython-3.0-wxversion-demo.patch
18 ===================================================================
19 --- demo/demo.org
20 +++ demo/demo.py
21 @@ -1,4 +1,7 @@
22 #!/usr/bin/env python
23
24 +import wxversion
25 +wxversion.select("3.0")
26 +
27 import Main
28 Main.main()
29
30
31
32 1.1 dev-python/wxpython/files/wxpython-3.0.0.0-wxversion-scripts.patch
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/files/wxpython-3.0.0.0-wxversion-scripts.patch?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/files/wxpython-3.0.0.0-wxversion-scripts.patch?rev=1.1&content-type=text/plain
36
37 Index: wxpython-3.0.0.0-wxversion-scripts.patch
38 ===================================================================
39 --- a/distrib/PyAlaMode.desktop
40 +++ b/distrib/PyAlaMode.desktop
41 @@ -1,8 +1,8 @@
42 [Desktop Entry]
43 -Name=PyAlaMode
44 +Name=PyAlaMode (3.0)
45 Comment=GUI Python Shell with Filling and editor windows
46 -Exec=pyalamode
47 -Icon=PyCrust
48 +Exec=pyalamode-3.0
49 +Icon=PyCrust-3.0
50 Terminal=false
51 Type=Application
52 Categories=Development;
53 --- a/distrib/PyCrust.desktop
54 +++ b/distrib/PyCrust.desktop
55 @@ -1,8 +1,8 @@
56 [Desktop Entry]
57 -Name=PyCrust
58 +Name=PyCrust (3.0)
59 Comment=GUI Python Shell with Filling
60 -Exec=pycrust
61 -Icon=PyCrust
62 +Exec=pycrust-3.0
63 +Icon=PyCrust-3.0
64 Terminal=false
65 Type=Application
66 Categories=Development;
67 --- a/distrib/PyShell.desktop
68 +++ b/distrib/PyShell.desktop
69 @@ -1,8 +1,8 @@
70 [Desktop Entry]
71 -Name=PyShell
72 +Name=PyShell (3.0)
73 Comment=GUI Python Shell
74 -Exec=pyshell
75 -Icon=PyCrust
76 +Exec=pyshell-3.0
77 +Icon=PyCrust-3.0
78 Terminal=false
79 Type=Application
80 Categories=Development;
81 --- a/distrib/PySlices.desktop
82 +++ b/distrib/PySlices.desktop
83 @@ -1,8 +1,8 @@
84 [Desktop Entry]
85 -Name=PySlices
86 +Name=PySlices (3.0)
87 Comment=GUI Python Shell with Filling
88 -Exec=pyslices
89 -Icon=PySlices
90 +Exec=pyslices-3.0
91 +Icon=PySlices-3.0
92 Terminal=false
93 Type=Application
94 Categories=Development;
95 --- a/distrib/PySlicesShell.desktop
96 +++ b/distrib/PySlicesShell.desktop
97 @@ -1,9 +1,8 @@
98 -
99 [Desktop Entry]
100 -Name=PySlicesShell
101 +Name=PySlicesShell (3.0)
102 Comment=GUI Python Shell
103 -Exec=pysliceshell
104 -Icon=PySlices
105 +Exec=pysliceshell-3.0
106 +Icon=PySlices-3.0
107 Terminal=false
108 Type=Application
109 Categories=Development;
110 --- a/distrib/XRCed.desktop
111 +++ b/distrib/XRCed.desktop
112 @@ -1,8 +1,8 @@
113 [Desktop Entry]
114 -Name=XRCed
115 +Name=XRCed (3.0)
116 Comment=wxPython XRC resource editor
117 -Exec=xrced
118 -Icon=XRCed
119 +Exec=xrced-3.0
120 +Icon=XRCed-3.0
121 Terminal=false
122 Type=Application
123 Categories=Development;
124 --- a/scripts/genaxmodule
125 +++ b/scripts/genaxmodule
126 @@ -1,4 +1,6 @@
127 #!/usr/bin/env python
128 +import wxversion
129 +wxversion.select("3.0")
130
131 from wx.tools.genaxmodule import main
132 main()
133 --- a/scripts/helpviewer
134 +++ b/scripts/helpviewer
135 @@ -1,4 +1,6 @@
136 #!/usr/bin/env python
137 +import wxversion
138 +wxversion.select("3.0")
139
140 from wx.tools.helpviewer import main
141 main()
142 --- a/scripts/img2png
143 +++ b/scripts/img2png
144 @@ -1,4 +1,6 @@
145 #!/usr/bin/env python
146 +import wxversion
147 +wxversion.select("3.0")
148
149 from wx.tools.img2png import main
150 main()
151 --- a/scripts/img2py
152 +++ b/scripts/img2py
153 @@ -1,4 +1,6 @@
154 #!/usr/bin/env python
155 +import wxversion
156 +wxversion.select("3.0")
157
158 from wx.tools.img2py import main
159 main()
160 --- a/scripts/img2xpm
161 +++ b/scripts/img2xpm
162 @@ -1,4 +1,6 @@
163 #!/usr/bin/env python
164 +import wxversion
165 +wxversion.select("3.0")
166
167 from wx.tools.img2xpm import main
168 main()
169 --- a/scripts/pyalacarte
170 +++ b/scripts/pyalacarte
171 @@ -1,4 +1,6 @@
172 #!/usr/bin/env python
173 +import wxversion
174 +wxversion.select("3.0")
175
176 from wx.py.PyAlaCarte import main
177 main()
178 --- a/scripts/pyalamode
179 +++ b/scripts/pyalamode
180 @@ -1,4 +1,6 @@
181 #!/usr/bin/env python
182 +import wxversion
183 +wxversion.select("3.0")
184
185 from wx.py.PyAlaMode import main
186 main()
187 --- a/scripts/pycrust
188 +++ b/scripts/pycrust
189 @@ -1,4 +1,6 @@
190 #!/usr/bin/env python
191 +import wxversion
192 +wxversion.select("3.0")
193
194 from wx.py.PyCrust import main
195 main()
196 --- a/scripts/pyshell
197 +++ b/scripts/pyshell
198 @@ -1,4 +1,6 @@
199 #!/usr/bin/env python
200 +import wxversion
201 +wxversion.select("3.0")
202
203 from wx.py.PyShell import main
204 main()
205 --- a/scripts/pyslices
206 +++ b/scripts/pyslices
207 @@ -1,4 +1,6 @@
208 #!/usr/bin/env python
209 +import wxversion
210 +wxversion.select("3.0")
211
212 from wx.py.PySlices import main
213 main()
214 --- a/scripts/pysliceshell
215 +++ b/scripts/pysliceshell
216 @@ -1,4 +1,6 @@
217 #!/usr/bin/env python
218 +import wxversion
219 +wxversion.select("3.0")
220
221 from wx.py.PySlicesShell import main
222 main()
223 --- a/scripts/pywrap
224 +++ b/scripts/pywrap
225 @@ -1,4 +1,6 @@
226 #!/usr/bin/env python
227 +import wxversion
228 +wxversion.select("3.0")
229
230 from wx.py.PyWrap import main
231 main()
232 --- a/scripts/pywxrc
233 +++ b/scripts/pywxrc
234 @@ -1,4 +1,6 @@
235 #!/usr/bin/env python
236 +import wxversion
237 +wxversion.select("3.0")
238
239 from wx.tools.pywxrc import main
240 main()
241 --- a/scripts/xrced
242 +++ b/scripts/xrced
243 @@ -1,4 +1,6 @@
244 #!/usr/bin/env python
245 +import wxversion
246 +wxversion.select("3.0")
247
248 from wx.tools.XRCed.xrced import main
249 main()