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.7-wxversion-scripts.patch digest-wxpython-2.8.7.1
Date: Mon, 24 Dec 2007 02:02:08
Message-Id: E1J6cdi-0001IT-H9@stork.gentoo.org
1 dirtyepic 07/12/24 02:01:58
2
3 Added: wxpython-2.8.7-wxversion-scripts.patch
4 digest-wxpython-2.8.7.1
5 Log:
6 Version bump. Masked for testing.
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.1 dev-python/wxpython/files/wxpython-2.8.7-wxversion-scripts.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/files/wxpython-2.8.7-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.7-wxversion-scripts.patch?rev=1.1&content-type=text/plain
14
15 Index: wxpython-2.8.7-wxversion-scripts.patch
16 ===================================================================
17 diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/editra wxPython-src-2.8.7.1/wxPython/scripts/editra
18 --- wxPython-src-2.8.7.1-orig/wxPython/scripts/editra 2007-11-12 21:55:32.000000000 -0600
19 +++ wxPython-src-2.8.7.1/wxPython/scripts/editra 2007-12-03 16:16:15.000000000 -0600
20 @@ -1,4 +1,6 @@
21 #!/usr/bin/env python
22 +import wxversion
23 +wxversion.select("2.8")
24
25 import sys, os
26 import wx.tools
27 diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/genaxmodule wxPython-src-2.8.7.1/wxPython/scripts/genaxmodule
28 --- wxPython-src-2.8.7.1-orig/wxPython/scripts/genaxmodule 2007-07-18 16:33:55.000000000 -0600
29 +++ wxPython-src-2.8.7.1/wxPython/scripts/genaxmodule 2007-12-03 16:16:26.000000000 -0600
30 @@ -1,4 +1,6 @@
31 #!/usr/bin/env python
32 +import wxversion
33 +wxversion.select("2.8")
34
35 import sys
36 from wx.tools.genaxmodule import main
37 diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/helpviewer wxPython-src-2.8.7.1/wxPython/scripts/helpviewer
38 --- wxPython-src-2.8.7.1-orig/wxPython/scripts/helpviewer 2007-07-18 16:33:55.000000000 -0600
39 +++ wxPython-src-2.8.7.1/wxPython/scripts/helpviewer 2007-12-03 16:16:35.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.7.1-orig/wxPython/scripts/img2png wxPython-src-2.8.7.1/wxPython/scripts/img2png
48 --- wxPython-src-2.8.7.1-orig/wxPython/scripts/img2png 2007-07-18 16:33:55.000000000 -0600
49 +++ wxPython-src-2.8.7.1/wxPython/scripts/img2png 2007-12-03 16:16:42.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.7.1-orig/wxPython/scripts/img2py wxPython-src-2.8.7.1/wxPython/scripts/img2py
58 --- wxPython-src-2.8.7.1-orig/wxPython/scripts/img2py 2007-07-18 16:33:55.000000000 -0600
59 +++ wxPython-src-2.8.7.1/wxPython/scripts/img2py 2007-12-03 16:16:52.000000000 -0600
60 @@ -1,4 +1,6 @@
61 #!/usr/bin/env python
62 +import wxversion
63 +wxversion.select("2.8")
64
65 import sys
66 from wx.tools.img2py import main
67 diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/img2xpm wxPython-src-2.8.7.1/wxPython/scripts/img2xpm
68 --- wxPython-src-2.8.7.1-orig/wxPython/scripts/img2xpm 2007-07-18 16:33:55.000000000 -0600
69 +++ wxPython-src-2.8.7.1/wxPython/scripts/img2xpm 2007-12-03 16:16:59.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.7.1-orig/wxPython/scripts/pyalacarte wxPython-src-2.8.7.1/wxPython/scripts/pyalacarte
78 --- wxPython-src-2.8.7.1-orig/wxPython/scripts/pyalacarte 2007-07-18 16:33:55.000000000 -0600
79 +++ wxPython-src-2.8.7.1/wxPython/scripts/pyalacarte 2007-12-03 16:17:07.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.7.1-orig/wxPython/scripts/pyalamode wxPython-src-2.8.7.1/wxPython/scripts/pyalamode
88 --- wxPython-src-2.8.7.1-orig/wxPython/scripts/pyalamode 2007-07-18 16:33:55.000000000 -0600
89 +++ wxPython-src-2.8.7.1/wxPython/scripts/pyalamode 2007-12-03 16:17:16.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.7.1-orig/wxPython/scripts/pycrust wxPython-src-2.8.7.1/wxPython/scripts/pycrust
98 --- wxPython-src-2.8.7.1-orig/wxPython/scripts/pycrust 2007-07-18 16:33:55.000000000 -0600
99 +++ wxPython-src-2.8.7.1/wxPython/scripts/pycrust 2007-12-03 16:17:28.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.7.1-orig/wxPython/scripts/pyshell wxPython-src-2.8.7.1/wxPython/scripts/pyshell
108 --- wxPython-src-2.8.7.1-orig/wxPython/scripts/pyshell 2007-07-18 16:33:55.000000000 -0600
109 +++ wxPython-src-2.8.7.1/wxPython/scripts/pyshell 2007-12-03 16:17:46.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.7.1-orig/wxPython/scripts/pywrap wxPython-src-2.8.7.1/wxPython/scripts/pywrap
118 --- wxPython-src-2.8.7.1-orig/wxPython/scripts/pywrap 2007-07-18 16:33:55.000000000 -0600
119 +++ wxPython-src-2.8.7.1/wxPython/scripts/pywrap 2007-12-03 16:17:56.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.7.1-orig/wxPython/scripts/pywxrc wxPython-src-2.8.7.1/wxPython/scripts/pywxrc
128 --- wxPython-src-2.8.7.1-orig/wxPython/scripts/pywxrc 2007-07-18 16:33:55.000000000 -0600
129 +++ wxPython-src-2.8.7.1/wxPython/scripts/pywxrc 2007-12-03 16:18:02.000000000 -0600
130 @@ -1,4 +1,6 @@
131 #!/usr/bin/env python
132 +import wxversion
133 +wxversion.select("2.8")
134 import sys
135 from wx.tools.pywxrc import main
136 main(sys.argv[1:])
137 diff -Naur wxPython-src-2.8.7.1-orig/wxPython/scripts/xrced wxPython-src-2.8.7.1/wxPython/scripts/xrced
138 --- wxPython-src-2.8.7.1-orig/wxPython/scripts/xrced 2007-07-18 16:33:55.000000000 -0600
139 +++ wxPython-src-2.8.7.1/wxPython/scripts/xrced 2007-12-03 16:19:51.000000000 -0600
140 @@ -1,4 +1,6 @@
141 #!/usr/bin/env python
142 +import wxversion
143 +wxversion.select("2.8")
144
145 from wx.tools.XRCed.xrced import main
146 main()
147
148
149
150 1.1 dev-python/wxpython/files/digest-wxpython-2.8.7.1
151
152 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/files/digest-wxpython-2.8.7.1?rev=1.1&view=markup
153 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/files/digest-wxpython-2.8.7.1?rev=1.1&content-type=text/plain
154
155 Index: digest-wxpython-2.8.7.1
156 ===================================================================
157 MD5 04fc1079430b18e6fd097b3287e9ae10 wxPython-src-2.8.7.1.tar.bz2 26362160
158 RMD160 c22d6eb1dfcd165226b0ff50bfeb2aed21763a8e wxPython-src-2.8.7.1.tar.bz2 26362160
159 SHA256 4683dd50208b816a7fa482c4694fc4c132d8a18708102898377388ea32e083f3 wxPython-src-2.8.7.1.tar.bz2 26362160
160
161
162
163 --
164 gentoo-commits@g.o mailing list