Gentoo Archives: gentoo-commits

From: "vapier (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.6.3.ebuild automake-1.9.6-r2.ebuild automake-1.5.ebuild automake-1.8.5-r3.ebuild automake-1.7.9-r1.ebuild ChangeLog automake-1.4_p6.ebuild
Date: Sat, 08 Sep 2007 06:53:16
Message-Id: E1ITu5M-0007y5-Mg@stork.gentoo.org
1 vapier 07/09/08 06:46:28
2
3 Modified: automake-1.6.3.ebuild automake-1.9.6-r2.ebuild
4 automake-1.5.ebuild automake-1.8.5-r3.ebuild
5 automake-1.7.9-r1.ebuild ChangeLog
6 automake-1.4_p6.ebuild
7 Log:
8 Fixup misc false test failures related to newer versions of autotools in general.
9 (Portage version: 2.1.3.7)
10
11 Revision Changes Path
12 1.38 sys-devel/automake/automake-1.6.3.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild?rev=1.38&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild?rev=1.38&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild?r1=1.37&r2=1.38
17
18 Index: automake-1.6.3.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v
21 retrieving revision 1.37
22 retrieving revision 1.38
23 diff -u -r1.37 -r1.38
24 --- automake-1.6.3.ebuild 3 Nov 2006 18:37:54 -0000 1.37
25 +++ automake-1.6.3.ebuild 8 Sep 2007 06:46:28 -0000 1.38
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2006 Gentoo Foundation
28 +# Copyright 1999-2007 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v 1.37 2006/11/03 18:37:54 grobian Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v 1.38 2007/09/08 06:46:28 vapier Exp $
32
33 inherit eutils
34
35 @@ -26,11 +26,12 @@
36 -e "s|automake: (automake)|automake v${SLOT}: (automake${SLOT})|" \
37 -e "s|aclocal: (automake)|aclocal v${SLOT}: (automake${SLOT})|" \
38 automake.texi || die "sed failed"
39 + epatch "${FILESDIR}"/${P}-test-fixes.patch #159557
40 export WANT_AUTOCONF=2.5
41 }
42
43 src_install() {
44 - make DESTDIR="${D}" install || die
45 + emake DESTDIR="${D}" install || die
46 rm -f "${D}"/usr/bin/{aclocal,automake}
47
48 dodoc NEWS README THANKS TODO AUTHORS ChangeLog
49 @@ -43,8 +44,3 @@
50 dosym ../gnuconfig/config.${x} /usr/share/${PN}-${SLOT}/config.${x}
51 done
52 }
53 -
54 -pkg_postinst() {
55 - einfo "Please note that the 'WANT_AUTOMAKE_1_6=1' syntax has changed to:"
56 - einfo " WANT_AUTOMAKE=1.6"
57 -}
58
59
60
61 1.15 sys-devel/automake/automake-1.9.6-r2.ebuild
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild?rev=1.15&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild?rev=1.15&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild?r1=1.14&r2=1.15
66
67 Index: automake-1.9.6-r2.ebuild
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v
70 retrieving revision 1.14
71 retrieving revision 1.15
72 diff -u -r1.14 -r1.15
73 --- automake-1.9.6-r2.ebuild 3 Nov 2006 18:37:54 -0000 1.14
74 +++ automake-1.9.6-r2.ebuild 8 Sep 2007 06:46:28 -0000 1.15
75 @@ -1,6 +1,6 @@
76 -# Copyright 1999-2006 Gentoo Foundation
77 +# Copyright 1999-2007 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.14 2006/11/03 18:37:54 grobian Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.15 2007/09/08 06:46:28 vapier Exp $
81
82 inherit eutils
83
84 @@ -36,7 +36,7 @@
85 }
86
87 src_install() {
88 - make DESTDIR="${D}" install || die
89 + emake DESTDIR="${D}" install || die
90
91 local x
92 for x in aclocal automake ; do
93
94
95
96 1.29 sys-devel/automake/automake-1.5.ebuild
97
98 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.5.ebuild?rev=1.29&view=markup
99 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.5.ebuild?rev=1.29&content-type=text/plain
100 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.5.ebuild?r1=1.28&r2=1.29
101
102 Index: automake-1.5.ebuild
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5.ebuild,v
105 retrieving revision 1.28
106 retrieving revision 1.29
107 diff -u -r1.28 -r1.29
108 --- automake-1.5.ebuild 11 Jul 2007 20:36:28 -0000 1.28
109 +++ automake-1.5.ebuild 8 Sep 2007 06:46:28 -0000 1.29
110 @@ -1,6 +1,6 @@
111 # Copyright 1999-2007 Gentoo Foundation
112 # Distributed under the terms of the GNU General Public License v2
113 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5.ebuild,v 1.28 2007/07/11 20:36:28 uberlord Exp $
114 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5.ebuild,v 1.29 2007/09/08 06:46:28 vapier Exp $
115
116 inherit eutils
117
118 @@ -34,7 +34,7 @@
119 }
120
121 src_install() {
122 - make install DESTDIR="${D}" || die "make install failed"
123 + emake install DESTDIR="${D}" || die "make install failed"
124
125 local x=
126 for x in aclocal automake ; do
127 @@ -51,8 +51,3 @@
128 dosym ../gnuconfig/config.${x} /usr/share/${PN}-${SLOT}/config.${x}
129 done
130 }
131 -
132 -pkg_postinst() {
133 - einfo "Please note that the 'WANT_AUTOMAKE_1_5=1' syntax has changed to:"
134 - einfo " WANT_AUTOMAKE=1.5"
135 -}
136
137
138
139 1.15 sys-devel/automake/automake-1.8.5-r3.ebuild
140
141 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild?rev=1.15&view=markup
142 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild?rev=1.15&content-type=text/plain
143 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild?r1=1.14&r2=1.15
144
145 Index: automake-1.8.5-r3.ebuild
146 ===================================================================
147 RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild,v
148 retrieving revision 1.14
149 retrieving revision 1.15
150 diff -u -r1.14 -r1.15
151 --- automake-1.8.5-r3.ebuild 13 Jul 2007 12:46:01 -0000 1.14
152 +++ automake-1.8.5-r3.ebuild 8 Sep 2007 06:46:28 -0000 1.15
153 @@ -1,6 +1,6 @@
154 # Copyright 1999-2007 Gentoo Foundation
155 # Distributed under the terms of the GNU General Public License v2
156 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild,v 1.14 2007/07/13 12:46:01 uberlord Exp $
157 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild,v 1.15 2007/09/08 06:46:28 vapier Exp $
158
159 inherit eutils
160
161 @@ -27,11 +27,12 @@
162 -e "s|aclocal: (automake)|aclocal v${SLOT}: (automake${SLOT})|" \
163 doc/automake.texi || die "sed failed"
164 epatch "${FILESDIR}"/${PN}-1.8.2-infopage-namechange.patch
165 + epatch "${FILESDIR}"/${P}-test-fixes.patch #159557
166 export WANT_AUTOCONF=2.5
167 }
168
169 src_install() {
170 - make DESTDIR="${D}" install || die
171 + emake DESTDIR="${D}" install || die
172 rm -f "${D}"/usr/bin/{aclocal,automake}
173
174 dodoc NEWS README THANKS TODO AUTHORS ChangeLog
175 @@ -44,8 +45,3 @@
176 dosym ../gnuconfig/config.${x} /usr/share/${PN}-${SLOT}/config.${x}
177 done
178 }
179 -
180 -pkg_postinst() {
181 - einfo "Please note that the 'WANT_AUTOMAKE_1_8=1' syntax has changed to:"
182 - einfo " WANT_AUTOMAKE=1.8"
183 -}
184
185
186
187 1.15 sys-devel/automake/automake-1.7.9-r1.ebuild
188
189 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild?rev=1.15&view=markup
190 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild?rev=1.15&content-type=text/plain
191 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild?r1=1.14&r2=1.15
192
193 Index: automake-1.7.9-r1.ebuild
194 ===================================================================
195 RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild,v
196 retrieving revision 1.14
197 retrieving revision 1.15
198 diff -u -r1.14 -r1.15
199 --- automake-1.7.9-r1.ebuild 3 Nov 2006 18:37:54 -0000 1.14
200 +++ automake-1.7.9-r1.ebuild 8 Sep 2007 06:46:28 -0000 1.15
201 @@ -1,6 +1,6 @@
202 -# Copyright 1999-2006 Gentoo Foundation
203 +# Copyright 1999-2007 Gentoo Foundation
204 # Distributed under the terms of the GNU General Public License v2
205 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild,v 1.14 2006/11/03 18:37:54 grobian Exp $
206 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild,v 1.15 2007/09/08 06:46:28 vapier Exp $
207
208 inherit eutils
209
210 @@ -27,11 +27,12 @@
211 -e "s|aclocal: (automake)|aclocal v${SLOT}: (automake${SLOT})|" \
212 automake.texi || die "sed texi failed"
213 epatch "${FILESDIR}"/${P}-infopage-namechange.patch
214 + epatch "${FILESDIR}"/${P}-test-fixes.patch
215 export WANT_AUTOCONF=2.5
216 }
217
218 src_install() {
219 - make DESTDIR="${D}" install || die
220 + emake DESTDIR="${D}" install || die
221 rm -f "${D}"/usr/bin/{aclocal,automake}
222
223 dodoc NEWS README THANKS TODO AUTHORS ChangeLog
224 @@ -44,8 +45,3 @@
225 dosym ../gnuconfig/config.${x} /usr/share/${PN}-${SLOT}/config.${x}
226 done
227 }
228 -
229 -pkg_postinst() {
230 - einfo "Please note that the 'WANT_AUTOMAKE_1_7=1' syntax has changed to:"
231 - einfo " WANT_AUTOMAKE=1.7"
232 -}
233
234
235
236 1.106 sys-devel/automake/ChangeLog
237
238 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/ChangeLog?rev=1.106&view=markup
239 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/ChangeLog?rev=1.106&content-type=text/plain
240 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/ChangeLog?r1=1.105&r2=1.106
241
242 Index: ChangeLog
243 ===================================================================
244 RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
245 retrieving revision 1.105
246 retrieving revision 1.106
247 diff -u -r1.105 -r1.106
248 --- ChangeLog 8 Sep 2007 02:22:10 -0000 1.105
249 +++ ChangeLog 8 Sep 2007 06:46:28 -0000 1.106
250 @@ -1,6 +1,15 @@
251 # ChangeLog for sys-devel/automake
252 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
253 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.105 2007/09/08 02:22:10 vapier Exp $
254 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.106 2007/09/08 06:46:28 vapier Exp $
255 +
256 + 08 Sep 2007; Mike Frysinger <vapier@g.o>
257 + +files/automake-1.6.3-test-fixes.patch,
258 + +files/automake-1.7.9-test-fixes.patch,
259 + +files/automake-1.8.5-test-fixes.patch, automake-1.4_p6.ebuild,
260 + automake-1.5.ebuild, automake-1.6.3.ebuild, automake-1.7.9-r1.ebuild,
261 + automake-1.8.5-r3.ebuild, automake-1.9.6-r2.ebuild:
262 + Fixup misc false test failures related to newer versions of autotools in
263 + general.
264
265 08 Sep 2007; Mike Frysinger <vapier@g.o> automake-1.10.ebuild:
266 Set docdir to the right place #154903 by Chris Mayo.
267
268
269
270 1.24 sys-devel/automake/automake-1.4_p6.ebuild
271
272 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.4_p6.ebuild?rev=1.24&view=markup
273 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.4_p6.ebuild?rev=1.24&content-type=text/plain
274 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.4_p6.ebuild?r1=1.23&r2=1.24
275
276 Index: automake-1.4_p6.ebuild
277 ===================================================================
278 RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.4_p6.ebuild,v
279 retrieving revision 1.23
280 retrieving revision 1.24
281 diff -u -r1.23 -r1.24
282 --- automake-1.4_p6.ebuild 3 Nov 2006 18:37:54 -0000 1.23
283 +++ automake-1.4_p6.ebuild 8 Sep 2007 06:46:28 -0000 1.24
284 @@ -1,6 +1,6 @@
285 -# Copyright 1999-2006 Gentoo Foundation
286 +# Copyright 1999-2007 Gentoo Foundation
287 # Distributed under the terms of the GNU General Public License v2
288 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.4_p6.ebuild,v 1.23 2006/11/03 18:37:54 grobian Exp $
289 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.4_p6.ebuild,v 1.24 2007/09/08 06:46:28 vapier Exp $
290
291 inherit eutils
292
293 @@ -38,7 +38,7 @@
294 }
295
296 src_install() {
297 - make install DESTDIR="${D}" \
298 + emake install DESTDIR="${D}" \
299 pkgdatadir=/usr/share/automake-${SLOT} \
300 m4datadir=/usr/share/aclocal-${SLOT} \
301 || die
302 @@ -54,8 +54,3 @@
303 dosym ../gnuconfig/config.${x} /usr/share/${PN}-${SLOT}/config.${x}
304 done
305 }
306 -
307 -pkg_postinst() {
308 - einfo "Please note that the 'WANT_AUTOMAKE_1_4=1' syntax has changed to:"
309 - einfo " WANT_AUTOMAKE=1.4"
310 -}
311
312
313
314 --
315 gentoo-commits@g.o mailing list