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/wxpython: wxpython-2.6.4.0-r1.ebuild ChangeLog wxpython-2.8.7.1.ebuild
Date: Thu, 29 May 2008 16:40:12
Message-Id: E1K1lAc-0006wm-5v@stork.gentoo.org
1 hawking 08/05/29 16:40:06
2
3 Modified: wxpython-2.6.4.0-r1.ebuild ChangeLog
4 wxpython-2.8.7.1.ebuild
5 Log:
6 Fix python_mod_optimize usage.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.14 dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild?r1=1.13&r2=1.14
15
16 Index: wxpython-2.6.4.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- wxpython-2.6.4.0-r1.ebuild 21 Mar 2008 01:56:37 -0000 1.13
23 +++ wxpython-2.6.4.0-r1.ebuild 29 May 2008 16:40:05 -0000 1.14
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/wxpython/wxpython-2.6.4.0-r1.ebuild,v 1.13 2008/03/21 01:56:37 dirtyepic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.4.0-r1.ebuild,v 1.14 2008/05/29 16:40:05 hawking Exp $
29
30 EAPI=1
31
32 @@ -102,10 +102,10 @@
33 }
34
35 pkg_postinst() {
36 - python_mod_optimize
37 -
38 local site_pkgs=/usr/$(get_libdir)/python${PYVER}/site-packages
39
40 + python_mod_optimize ${size_pkgs}
41 +
42 alternatives_auto_makesym \
43 "${site_pkgs}/wx.pth" "${site_pkgs}/wx.pth-[0-9].[0-9]"
44 alternatives_auto_makesym \
45
46
47
48 1.88 dev-python/wxpython/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/ChangeLog?rev=1.88&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/ChangeLog?rev=1.88&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/ChangeLog?r1=1.87&r2=1.88
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v
57 retrieving revision 1.87
58 retrieving revision 1.88
59 diff -u -r1.87 -r1.88
60 --- ChangeLog 21 Mar 2008 01:56:37 -0000 1.87
61 +++ ChangeLog 29 May 2008 16:40:05 -0000 1.88
62 @@ -1,6 +1,10 @@
63 # ChangeLog for dev-python/wxpython
64 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.87 2008/03/21 01:56:37 dirtyepic Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.88 2008/05/29 16:40:05 hawking Exp $
67 +
68 + 29 May 2008; Ali Polatel <hawking@g.o> wxpython-2.6.4.0-r1.ebuild,
69 + wxpython-2.8.7.1.ebuild:
70 + Fix python_mod_optimize usage.
71
72 21 Mar 2008; Ryan Hill <dirtyepic@g.o> wxpython-2.6.4.0-r1.ebuild,
73 wxpython-2.8.7.1.ebuild:
74
75
76
77 1.11 dev-python/wxpython/wxpython-2.8.7.1.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.8.7.1.ebuild?rev=1.11&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.8.7.1.ebuild?rev=1.11&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/wxpython/wxpython-2.8.7.1.ebuild?r1=1.10&r2=1.11
82
83 Index: wxpython-2.8.7.1.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.7.1.ebuild,v
86 retrieving revision 1.10
87 retrieving revision 1.11
88 diff -u -r1.10 -r1.11
89 --- wxpython-2.8.7.1.ebuild 21 Mar 2008 01:56:37 -0000 1.10
90 +++ wxpython-2.8.7.1.ebuild 29 May 2008 16:40:05 -0000 1.11
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2008 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.7.1.ebuild,v 1.10 2008/03/21 01:56:37 dirtyepic Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.7.1.ebuild,v 1.11 2008/05/29 16:40:05 hawking Exp $
96
97 EAPI="1"
98 WX_GTK_VER="2.8"
99 @@ -91,10 +91,10 @@
100 }
101
102 pkg_postinst() {
103 - python_mod_optimize
104 -
105 local site_pkgs=/usr/$(get_libdir)/python${PYVER}/site-packages
106
107 + python_mod_optimize ${site_pkgs}
108 +
109 alternatives_auto_makesym \
110 "${site_pkgs}/wx.pth" "${site_pkgs}/wx.pth-[0-9].[0-9]"
111 alternatives_auto_makesym \
112
113
114
115 --
116 gentoo-commits@l.g.o mailing list