Gentoo Archives: gentoo-commits

From: "Mike Frysinger (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 ChangeLog automake-1.7.9-r1.ebuild automake-1.8.5-r3.ebuild
Date: Fri, 29 May 2009 23:41:13
Message-Id: E1MABhH-0006SD-4u@stork.gentoo.org
1 vapier 09/05/29 23:41:11
2
3 Modified: automake-1.6.3.ebuild automake-1.9.6-r2.ebuild
4 automake-1.5.ebuild ChangeLog
5 automake-1.7.9-r1.ebuild automake-1.8.5-r3.ebuild
6 Log:
7 Add fix from upstream for ccnoco test failure with custom LDFLAGS #203914 by Carsten Lohrke.
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.40 sys-devel/automake/automake-1.6.3.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild?rev=1.40&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild?rev=1.40&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild?r1=1.39&r2=1.40
16
17 Index: automake-1.6.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v
20 retrieving revision 1.39
21 retrieving revision 1.40
22 diff -u -r1.39 -r1.40
23 --- automake-1.6.3.ebuild 23 Nov 2008 14:56:33 -0000 1.39
24 +++ automake-1.6.3.ebuild 29 May 2009 23:41:10 -0000 1.40
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2008 Gentoo Foundation
27 +# Copyright 1999-2009 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v 1.39 2008/11/23 14:56:33 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v 1.40 2009/05/29 23:41:10 vapier Exp $
31
32 inherit eutils
33
34 @@ -27,6 +27,7 @@
35 -e "s|aclocal: (automake)|aclocal v${SLOT}: (automake${SLOT})|" \
36 automake.texi || die "sed failed"
37 epatch "${FILESDIR}"/${P}-test-fixes.patch #159557
38 + epatch "${FILESDIR}"/${PN}-1.10-ccnoco-ldflags.patch #203914
39 export WANT_AUTOCONF=2.5
40 }
41
42
43
44
45 1.20 sys-devel/automake/automake-1.9.6-r2.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild?rev=1.20&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild?rev=1.20&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild?r1=1.19&r2=1.20
50
51 Index: automake-1.9.6-r2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v
54 retrieving revision 1.19
55 retrieving revision 1.20
56 diff -u -r1.19 -r1.20
57 --- automake-1.9.6-r2.ebuild 21 Mar 2009 11:39:45 -0000 1.19
58 +++ automake-1.9.6-r2.ebuild 29 May 2009 23:41:10 -0000 1.20
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2009 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.19 2009/03/21 11:39:45 vapier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.20 2009/05/29 23:41:10 vapier Exp $
64
65 inherit eutils
66
67 @@ -34,6 +34,7 @@
68 epatch "${FILESDIR}"/${P}-ignore-comments.patch #126388
69 epatch "${FILESDIR}"/${P}-aclocal7-test-sleep.patch #197366
70 epatch "${FILESDIR}"/${PN}-1.9.6-subst-test.patch #222225
71 + epatch "${FILESDIR}"/${PN}-1.10-ccnoco-ldflags.patch #203914
72 export WANT_AUTOCONF=2.5
73 }
74
75
76
77
78 1.31 sys-devel/automake/automake-1.5.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.5.ebuild?rev=1.31&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.5.ebuild?rev=1.31&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.5.ebuild?r1=1.30&r2=1.31
83
84 Index: automake-1.5.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5.ebuild,v
87 retrieving revision 1.30
88 retrieving revision 1.31
89 diff -u -r1.30 -r1.31
90 --- automake-1.5.ebuild 23 Nov 2008 14:56:33 -0000 1.30
91 +++ automake-1.5.ebuild 29 May 2009 23:41:11 -0000 1.31
92 @@ -1,6 +1,6 @@
93 -# Copyright 1999-2008 Gentoo Foundation
94 +# Copyright 1999-2009 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5.ebuild,v 1.30 2008/11/23 14:56:33 vapier Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5.ebuild,v 1.31 2009/05/29 23:41:11 vapier Exp $
98
99 inherit eutils
100
101 @@ -25,6 +25,7 @@
102 epatch "${FILESDIR}"/${P}-target_hook.patch
103 epatch "${FILESDIR}"/${P}-slot.patch
104 epatch "${FILESDIR}"/${P}-test-fixes.patch #79505
105 + epatch "${FILESDIR}"/${PN}-1.10-ccnoco-ldflags.patch #203914
106 sed -i \
107 -e "/^@setfilename/s|automake|automake${SLOT}|" \
108 -e "s|automake: (automake)|automake v${SLOT}: (automake${SLOT})|" \
109
110
111
112 1.138 sys-devel/automake/ChangeLog
113
114 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/ChangeLog?rev=1.138&view=markup
115 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/ChangeLog?rev=1.138&content-type=text/plain
116 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/ChangeLog?r1=1.137&r2=1.138
117
118 Index: ChangeLog
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
121 retrieving revision 1.137
122 retrieving revision 1.138
123 diff -u -r1.137 -r1.138
124 --- ChangeLog 17 May 2009 20:50:21 -0000 1.137
125 +++ ChangeLog 29 May 2009 23:41:11 -0000 1.138
126 @@ -1,6 +1,12 @@
127 # ChangeLog for sys-devel/automake
128 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
129 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.137 2009/05/17 20:50:21 flameeyes Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.138 2009/05/29 23:41:11 vapier Exp $
131 +
132 + 29 May 2009; Mike Frysinger <vapier@g.o> automake-1.5.ebuild,
133 + automake-1.6.3.ebuild, automake-1.7.9-r1.ebuild, automake-1.8.5-r3.ebuild,
134 + automake-1.9.6-r2.ebuild, +files/automake-1.10-ccnoco-ldflags.patch:
135 + Add fix from upstream for ccnoco test failure with custom LDFLAGS #203914
136 + by Carsten Lohrke.
137
138 *automake-1.11 (17 May 2009)
139
140
141
142
143 1.19 sys-devel/automake/automake-1.7.9-r1.ebuild
144
145 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild?rev=1.19&view=markup
146 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild?rev=1.19&content-type=text/plain
147 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild?r1=1.18&r2=1.19
148
149 Index: automake-1.7.9-r1.ebuild
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild,v
152 retrieving revision 1.18
153 retrieving revision 1.19
154 diff -u -r1.18 -r1.19
155 --- automake-1.7.9-r1.ebuild 21 Mar 2009 11:40:59 -0000 1.18
156 +++ automake-1.7.9-r1.ebuild 29 May 2009 23:41:11 -0000 1.19
157 @@ -1,6 +1,6 @@
158 # Copyright 1999-2009 Gentoo Foundation
159 # Distributed under the terms of the GNU General Public License v2
160 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild,v 1.18 2009/03/21 11:40:59 vapier Exp $
161 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild,v 1.19 2009/05/29 23:41:11 vapier Exp $
162
163 inherit eutils
164
165 @@ -30,6 +30,7 @@
166 epatch "${FILESDIR}"/${P}-test-fixes.patch
167 epatch "${FILESDIR}"/${PN}-1.9.6-subst-test.patch #222225
168 epatch "${FILESDIR}"/${P}-libtool-2.patch #257544
169 + epatch "${FILESDIR}"/${PN}-1.10-ccnoco-ldflags.patch #203914
170 export WANT_AUTOCONF=2.5
171 }
172
173
174
175
176 1.19 sys-devel/automake/automake-1.8.5-r3.ebuild
177
178 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild?rev=1.19&view=markup
179 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild?rev=1.19&content-type=text/plain
180 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild?r1=1.18&r2=1.19
181
182 Index: automake-1.8.5-r3.ebuild
183 ===================================================================
184 RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild,v
185 retrieving revision 1.18
186 retrieving revision 1.19
187 diff -u -r1.18 -r1.19
188 --- automake-1.8.5-r3.ebuild 21 Mar 2009 11:39:45 -0000 1.18
189 +++ automake-1.8.5-r3.ebuild 29 May 2009 23:41:11 -0000 1.19
190 @@ -1,6 +1,6 @@
191 # Copyright 1999-2009 Gentoo Foundation
192 # Distributed under the terms of the GNU General Public License v2
193 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild,v 1.18 2009/03/21 11:39:45 vapier Exp $
194 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild,v 1.19 2009/05/29 23:41:11 vapier Exp $
195
196 inherit eutils
197
198 @@ -30,6 +30,7 @@
199 epatch "${FILESDIR}"/${P}-test-fixes.patch #159557
200 epatch "${FILESDIR}"/${PN}-1.9.6-aclocal7-test-sleep.patch #197366
201 epatch "${FILESDIR}"/${PN}-1.9.6-subst-test.patch #222225
202 + epatch "${FILESDIR}"/${PN}-1.10-ccnoco-ldflags.patch #203914
203 export WANT_AUTOCONF=2.5
204 }