Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sip: sip-4.7.1.ebuild sip-4.7.5.ebuild ChangeLog sip-4.7.3.ebuild sip-4.7.6.ebuild sip-4.6.ebuild
Date: Thu, 29 May 2008 16:37:19
Message-Id: E1K1l7p-0006v5-2J@stork.gentoo.org
1 hawking 08/05/29 16:37:13
2
3 Modified: sip-4.7.1.ebuild sip-4.7.5.ebuild ChangeLog
4 sip-4.7.3.ebuild sip-4.7.6.ebuild sip-4.6.ebuild
5 Log:
6 Use python_mod_compile instead of python_mod_optimize.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.9 dev-python/sip/sip-4.7.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild?r1=1.8&r2=1.9
15
16 Index: sip-4.7.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- sip-4.7.1.ebuild 14 May 2008 17:24:12 -0000 1.8
23 +++ sip-4.7.1.ebuild 29 May 2008 16:37:12 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild,v 1.8 2008/05/14 17:24:12 hawking Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild,v 1.9 2008/05/29 16:37:12 hawking Exp $
29
30 NEED_PYTHON=2.3
31
32 @@ -49,7 +49,8 @@
33 }
34
35 pkg_postinst() {
36 - python_mod_optimize
37 + python_version
38 + python_mod_compile /usr/$(get_libdir)/python${PYVER}/sip*.py
39 }
40
41 pkg_postrm() {
42
43
44
45 1.2 dev-python/sip/sip-4.7.5.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild?r1=1.1&r2=1.2
50
51 Index: sip-4.7.5.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- sip-4.7.5.ebuild 14 May 2008 17:24:12 -0000 1.1
58 +++ sip-4.7.5.ebuild 29 May 2008 16:37:12 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild,v 1.1 2008/05/14 17:24:12 hawking Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.5.ebuild,v 1.2 2008/05/29 16:37:12 hawking Exp $
64
65 NEED_PYTHON=2.3
66
67 @@ -49,7 +49,8 @@
68 }
69
70 pkg_postinst() {
71 - python_mod_optimize
72 + python_version
73 + python_mod_compile /usr/$(get_libdir)/python${PYVER}/sip*.py
74 }
75
76 pkg_postrm() {
77
78
79
80 1.119 dev-python/sip/ChangeLog
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/ChangeLog?rev=1.119&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/ChangeLog?rev=1.119&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/ChangeLog?r1=1.118&r2=1.119
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v
89 retrieving revision 1.118
90 retrieving revision 1.119
91 diff -u -r1.118 -r1.119
92 --- ChangeLog 24 May 2008 21:55:09 -0000 1.118
93 +++ ChangeLog 29 May 2008 16:37:12 -0000 1.119
94 @@ -1,6 +1,10 @@
95 # ChangeLog for dev-python/sip
96 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.118 2008/05/24 21:55:09 yngwin Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.119 2008/05/29 16:37:12 hawking Exp $
99 +
100 + 29 May 2008; Ali Polatel <hawking@g.o> sip-4.6.ebuild,
101 + sip-4.7.1.ebuild, sip-4.7.3.ebuild, sip-4.7.5.ebuild, sip-4.7.6.ebuild:
102 + Use python_mod_compile instead of python_mod_optimize.
103
104 *sip-4.7.6 (24 May 2008)
105
106
107
108
109 1.10 dev-python/sip/sip-4.7.3.ebuild
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild?rev=1.10&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild?rev=1.10&content-type=text/plain
113 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild?r1=1.9&r2=1.10
114
115 Index: sip-4.7.3.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild,v
118 retrieving revision 1.9
119 retrieving revision 1.10
120 diff -u -r1.9 -r1.10
121 --- sip-4.7.3.ebuild 14 May 2008 17:24:12 -0000 1.9
122 +++ sip-4.7.3.ebuild 29 May 2008 16:37:12 -0000 1.10
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2008 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild,v 1.9 2008/05/14 17:24:12 hawking Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild,v 1.10 2008/05/29 16:37:12 hawking Exp $
128
129 NEED_PYTHON=2.3
130
131 @@ -49,7 +49,8 @@
132 }
133
134 pkg_postinst() {
135 - python_mod_optimize
136 + python_version
137 + python_mod_compile /usr/$(get_libdir)/python${PYVER}/sip*.py
138 }
139
140 pkg_postrm() {
141
142
143
144 1.2 dev-python/sip/sip-4.7.6.ebuild
145
146 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild?rev=1.2&view=markup
147 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild?rev=1.2&content-type=text/plain
148 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild?r1=1.1&r2=1.2
149
150 Index: sip-4.7.6.ebuild
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild,v
153 retrieving revision 1.1
154 retrieving revision 1.2
155 diff -u -r1.1 -r1.2
156 --- sip-4.7.6.ebuild 24 May 2008 21:55:09 -0000 1.1
157 +++ sip-4.7.6.ebuild 29 May 2008 16:37:12 -0000 1.2
158 @@ -1,6 +1,6 @@
159 # Copyright 1999-2008 Gentoo Foundation
160 # Distributed under the terms of the GNU General Public License v2
161 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild,v 1.1 2008/05/24 21:55:09 yngwin Exp $
162 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.6.ebuild,v 1.2 2008/05/29 16:37:12 hawking Exp $
163
164 NEED_PYTHON=2.3
165
166 @@ -49,7 +49,8 @@
167 }
168
169 pkg_postinst() {
170 - python_mod_optimize
171 + python_version
172 + python_mod_compile /usr/$(get_libdir)/python${pyver}/sip*.py
173 }
174
175 pkg_postrm() {
176
177
178
179 1.6 dev-python/sip/sip-4.6.ebuild
180
181 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.6.ebuild?rev=1.6&view=markup
182 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.6.ebuild?rev=1.6&content-type=text/plain
183 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.6.ebuild?r1=1.5&r2=1.6
184
185 Index: sip-4.6.ebuild
186 ===================================================================
187 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.6.ebuild,v
188 retrieving revision 1.5
189 retrieving revision 1.6
190 diff -u -r1.5 -r1.6
191 --- sip-4.6.ebuild 14 May 2008 17:24:12 -0000 1.5
192 +++ sip-4.6.ebuild 29 May 2008 16:37:12 -0000 1.6
193 @@ -1,6 +1,6 @@
194 # Copyright 1999-2008 Gentoo Foundation
195 # Distributed under the terms of the GNU General Public License v2
196 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.6.ebuild,v 1.5 2008/05/14 17:24:12 hawking Exp $
197 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.6.ebuild,v 1.6 2008/05/29 16:37:12 hawking Exp $
198
199 NEED_PYTHON=2.3
200
201 @@ -49,7 +49,8 @@
202 }
203
204 pkg_postinst() {
205 - python_mod_optimize
206 + python_version
207 + python_mod_compile /usr/$(get_libdir)/python${pyver}/sip*.py
208 }
209
210 pkg_postrm() {
211
212
213
214 --
215 gentoo-commits@l.g.o mailing list