Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/avahi: avahi-0.6.22.ebuild avahi-0.6.22-r1.ebuild ChangeLog avahi-0.6.19-r2.ebuild avahi-0.6.20-r2.ebuild avahi-0.6.21.ebuild
Date: Thu, 29 May 2008 17:36:55
Message-Id: E1K1m3U-0004KM-Oe@stork.gentoo.org
1 hawking 08/05/29 17:36:48
2
3 Modified: avahi-0.6.22.ebuild avahi-0.6.22-r1.ebuild
4 ChangeLog avahi-0.6.19-r2.ebuild
5 avahi-0.6.20-r2.ebuild avahi-0.6.21.ebuild
6 Log:
7 python_mod_{cleanup,optimize} are ROOT aware.
8 (Portage version: 2.1.5.2)
9
10 Revision Changes Path
11 1.4 net-dns/avahi/avahi-0.6.22.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.22.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.22.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.22.ebuild?r1=1.3&r2=1.4
16
17 Index: avahi-0.6.22.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.22.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- avahi-0.6.22.ebuild 3 Jan 2008 17:53:10 -0000 1.3
24 +++ avahi-0.6.22.ebuild 29 May 2008 17:36:48 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 2000-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.22.ebuild,v 1.3 2008/01/03 17:53:10 swegener Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.22.ebuild,v 1.4 2008/05/29 17:36:48 hawking Exp $
30
31 inherit eutils mono python qt3 qt4 multilib
32
33 @@ -176,7 +176,10 @@
34 }
35
36 pkg_postinst() {
37 - use python && python_mod_optimize "${ROOT}"/usr/lib*/python*/site-packages/avahi
38 + if use python; then
39 + python_version
40 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/avahi
41 + fi
42
43 if use autoipd
44 then
45
46
47
48 1.9 net-dns/avahi/avahi-0.6.22-r1.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.22-r1.ebuild?rev=1.9&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.22-r1.ebuild?rev=1.9&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.22-r1.ebuild?r1=1.8&r2=1.9
53
54 Index: avahi-0.6.22-r1.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.22-r1.ebuild,v
57 retrieving revision 1.8
58 retrieving revision 1.9
59 diff -u -r1.8 -r1.9
60 --- avahi-0.6.22-r1.ebuild 13 May 2008 11:40:01 -0000 1.8
61 +++ avahi-0.6.22-r1.ebuild 29 May 2008 17:36:48 -0000 1.9
62 @@ -1,6 +1,6 @@
63 # Copyright 2000-2008 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.22-r1.ebuild,v 1.8 2008/05/13 11:40:01 armin76 Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.22-r1.ebuild,v 1.9 2008/05/29 17:36:48 hawking Exp $
67
68 WANT_AUTOMAKE="1.9"
69 WANT_AUTOCONF="none"
70 @@ -196,7 +196,10 @@
71 }
72
73 pkg_postinst() {
74 - use python && python_mod_optimize "${ROOT}"/usr/lib*/python*/site-packages/avahi
75 + if use python; then
76 + python_version
77 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/avahi
78 + fi
79
80 if use autoipd
81 then
82
83
84
85 1.143 net-dns/avahi/ChangeLog
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.143&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/ChangeLog?rev=1.143&content-type=text/plain
89 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/ChangeLog?r1=1.142&r2=1.143
90
91 Index: ChangeLog
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v
94 retrieving revision 1.142
95 retrieving revision 1.143
96 diff -u -r1.142 -r1.143
97 --- ChangeLog 13 May 2008 11:40:01 -0000 1.142
98 +++ ChangeLog 29 May 2008 17:36:48 -0000 1.143
99 @@ -1,6 +1,11 @@
100 # ChangeLog for net-dns/avahi
101 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
102 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.142 2008/05/13 11:40:01 armin76 Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.143 2008/05/29 17:36:48 hawking Exp $
104 +
105 + 29 May 2008; Ali Polatel <hawking@g.o> avahi-0.6.19-r2.ebuild,
106 + avahi-0.6.20-r2.ebuild, avahi-0.6.21.ebuild, avahi-0.6.22.ebuild,
107 + avahi-0.6.22-r1.ebuild:
108 + python_mod_{cleanup,optimize} are ROOT aware.
109
110 13 May 2008; Raúl Porcel <armin76@g.o> avahi-0.6.22-r1.ebuild:
111 alpha/ia64/sparc stable wrt #220803
112
113
114
115 1.8 net-dns/avahi/avahi-0.6.19-r2.ebuild
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.19-r2.ebuild?rev=1.8&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.19-r2.ebuild?rev=1.8&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.19-r2.ebuild?r1=1.7&r2=1.8
120
121 Index: avahi-0.6.19-r2.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.19-r2.ebuild,v
124 retrieving revision 1.7
125 retrieving revision 1.8
126 diff -u -r1.7 -r1.8
127 --- avahi-0.6.19-r2.ebuild 3 Jan 2008 17:53:10 -0000 1.7
128 +++ avahi-0.6.19-r2.ebuild 29 May 2008 17:36:48 -0000 1.8
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2008 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.19-r2.ebuild,v 1.7 2008/01/03 17:53:10 swegener Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.19-r2.ebuild,v 1.8 2008/05/29 17:36:48 hawking Exp $
134
135 WANT_AUTOMAKE="1.9"
136 WANT_AUTOCONF="none"
137 @@ -170,11 +170,14 @@
138 }
139
140 pkg_postrm() {
141 - use python && python_mod_cleanup "${ROOT}"/usr/lib/python*/site-packages/avahi
142 + use python && python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/avahi
143 }
144
145 pkg_postinst() {
146 - use python && python_mod_optimize "${ROOT}"/usr/lib/python*/site-packages/avahi
147 + if use python; then
148 + python_version
149 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/avahi
150 + fi
151
152 if use autoipd
153 then
154
155
156
157 1.9 net-dns/avahi/avahi-0.6.20-r2.ebuild
158
159 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.20-r2.ebuild?rev=1.9&view=markup
160 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.20-r2.ebuild?rev=1.9&content-type=text/plain
161 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.20-r2.ebuild?r1=1.8&r2=1.9
162
163 Index: avahi-0.6.20-r2.ebuild
164 ===================================================================
165 RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.20-r2.ebuild,v
166 retrieving revision 1.8
167 retrieving revision 1.9
168 diff -u -r1.8 -r1.9
169 --- avahi-0.6.20-r2.ebuild 21 Feb 2008 14:13:55 -0000 1.8
170 +++ avahi-0.6.20-r2.ebuild 29 May 2008 17:36:48 -0000 1.9
171 @@ -1,6 +1,6 @@
172 # Copyright 2000-2008 Gentoo Foundation
173 # Distributed under the terms of the GNU General Public License v2
174 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.20-r2.ebuild,v 1.8 2008/02/21 14:13:55 armin76 Exp $
175 +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.20-r2.ebuild,v 1.9 2008/05/29 17:36:48 hawking Exp $
176
177 WANT_AUTOMAKE="1.9"
178 WANT_AUTOCONF="none"
179 @@ -172,11 +172,14 @@
180 }
181
182 pkg_postrm() {
183 - use python && python_mod_cleanup "${ROOT}"/usr/lib/python*/site-packages/avahi
184 + use python && python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/avahi
185 }
186
187 pkg_postinst() {
188 - use python && python_mod_optimize "${ROOT}"/usr/lib/python*/site-packages/avahi
189 + if use python; then
190 + python_version
191 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/avahi
192 + fi
193
194 if use autoipd
195 then
196
197
198
199 1.12 net-dns/avahi/avahi-0.6.21.ebuild
200
201 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.21.ebuild?rev=1.12&view=markup
202 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.21.ebuild?rev=1.12&content-type=text/plain
203 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/avahi-0.6.21.ebuild?r1=1.11&r2=1.12
204
205 Index: avahi-0.6.21.ebuild
206 ===================================================================
207 RCS file: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.21.ebuild,v
208 retrieving revision 1.11
209 retrieving revision 1.12
210 diff -u -r1.11 -r1.12
211 --- avahi-0.6.21.ebuild 3 Jan 2008 17:53:10 -0000 1.11
212 +++ avahi-0.6.21.ebuild 29 May 2008 17:36:48 -0000 1.12
213 @@ -1,6 +1,6 @@
214 # Copyright 2000-2008 Gentoo Foundation
215 # Distributed under the terms of the GNU General Public License v2
216 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.21.ebuild,v 1.11 2008/01/03 17:53:10 swegener Exp $
217 +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.21.ebuild,v 1.12 2008/05/29 17:36:48 hawking Exp $
218
219 inherit eutils mono python qt3 qt4 multilib
220
221 @@ -171,7 +171,10 @@
222 }
223
224 pkg_postinst() {
225 - use python && python_mod_optimize "${ROOT}"/usr/lib*/python*/site-packages/avahi
226 + if use python; then
227 + python_version
228 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/avahi
229 + fi
230
231 if use autoipd
232 then
233
234
235
236 --
237 gentoo-commits@l.g.o mailing list