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-util/wxglade: wxglade-0.6.3.ebuild wxglade-0.6.1.ebuild ChangeLog wxglade-0.6.ebuild
Date: Thu, 29 May 2008 16:51:04
Message-Id: E1K1lL8-00072v-CR@stork.gentoo.org
1 hawking 08/05/29 16:50:58
2
3 Modified: wxglade-0.6.3.ebuild wxglade-0.6.1.ebuild ChangeLog
4 wxglade-0.6.ebuild
5 Log:
6 python_mod_{cleanup,optimize} are ROOT aware.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.3 dev-util/wxglade/wxglade-0.6.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild?r1=1.2&r2=1.3
15
16 Index: wxglade-0.6.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- wxglade-0.6.3.ebuild 2 Apr 2008 20:06:41 -0000 1.2
23 +++ wxglade-0.6.3.ebuild 29 May 2008 16:50:57 -0000 1.3
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-util/wxglade/wxglade-0.6.3.ebuild,v 1.2 2008/04/02 20:06:41 leio Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild,v 1.3 2008/05/29 16:50:57 hawking Exp $
29
30 inherit python multilib eutils
31
32 @@ -42,9 +42,10 @@
33 }
34
35 pkg_postinst() {
36 - python_mod_optimize "${ROOT}"usr/$(get_libdir)/python*/site-packages/wxglade
37 + python_version
38 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/wxglade
39 }
40
41 pkg_postrm() {
42 - python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/wxglade
43 + python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages/wxglade
44 }
45
46
47
48 1.4 dev-util/wxglade/wxglade-0.6.1.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild?rev=1.4&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild?rev=1.4&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild?r1=1.3&r2=1.4
53
54 Index: wxglade-0.6.1.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild,v
57 retrieving revision 1.3
58 retrieving revision 1.4
59 diff -u -r1.3 -r1.4
60 --- wxglade-0.6.1.ebuild 2 Apr 2008 20:06:41 -0000 1.3
61 +++ wxglade-0.6.1.ebuild 29 May 2008 16:50:57 -0000 1.4
62 @@ -1,6 +1,6 @@
63 -# Copyright 1999-2007 Gentoo Foundation
64 +# Copyright 1999-2008 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild,v 1.3 2008/04/02 20:06:41 leio Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild,v 1.4 2008/05/29 16:50:57 hawking Exp $
68
69 inherit python multilib eutils
70
71 @@ -42,7 +42,8 @@
72 }
73
74 pkg_postinst() {
75 - python_mod_optimize "${ROOT}"usr/$(get_libdir)/python*/site-packages/wxglade
76 + python_version
77 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/wxglade
78 }
79
80 pkg_postrm() {
81
82
83
84 1.47 dev-util/wxglade/ChangeLog
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/ChangeLog?rev=1.47&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/ChangeLog?rev=1.47&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/ChangeLog?r1=1.46&r2=1.47
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v
93 retrieving revision 1.46
94 retrieving revision 1.47
95 diff -u -r1.46 -r1.47
96 --- ChangeLog 11 Mar 2008 03:36:19 -0000 1.46
97 +++ ChangeLog 29 May 2008 16:50:57 -0000 1.47
98 @@ -1,6 +1,10 @@
99 # ChangeLog for dev-util/wxglade
100 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.46 2008/03/11 03:36:19 dirtyepic Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.47 2008/05/29 16:50:57 hawking Exp $
103 +
104 + 29 May 2008; Ali Polatel <hawking@g.o> wxglade-0.6.ebuild,
105 + wxglade-0.6.1.ebuild, wxglade-0.6.3.ebuild:
106 + python_mod_{cleanup,optimize} are ROOT aware.
107
108 *wxglade-0.6.3 (11 Mar 2008)
109
110
111
112
113 1.9 dev-util/wxglade/wxglade-0.6.ebuild
114
115 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.ebuild?rev=1.9&view=markup
116 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.ebuild?rev=1.9&content-type=text/plain
117 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.ebuild?r1=1.8&r2=1.9
118
119 Index: wxglade-0.6.ebuild
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.ebuild,v
122 retrieving revision 1.8
123 retrieving revision 1.9
124 diff -u -r1.8 -r1.9
125 --- wxglade-0.6.ebuild 5 Dec 2007 16:25:34 -0000 1.8
126 +++ wxglade-0.6.ebuild 29 May 2008 16:50:57 -0000 1.9
127 @@ -1,6 +1,6 @@
128 -# Copyright 1999-2007 Gentoo Foundation
129 +# Copyright 1999-2008 Gentoo Foundation
130 # Distributed under the terms of the GNU General Public License v2
131 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.ebuild,v 1.8 2007/12/05 16:25:34 mr_bones_ Exp $
132 +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.ebuild,v 1.9 2008/05/29 16:50:57 hawking Exp $
133
134 inherit python multilib eutils
135
136 @@ -42,9 +42,10 @@
137 }
138
139 pkg_postinst() {
140 - python_mod_optimize "${ROOT}"usr/$(get_libdir)/python*/site-packages/wxglade
141 + python_version
142 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/wxglade
143 }
144
145 pkg_postrm() {
146 - python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python*/site-packages/wxglade
147 + python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/wxglade
148 }
149
150
151
152 --
153 gentoo-commits@l.g.o mailing list