/[gentoo-x86]/dev-util/cmake/ChangeLog
Gentoo

Contents of /dev-util/cmake/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.171 - (show annotations) (download)
Sat Oct 15 15:06:12 2011 UTC (19 months, 1 week ago) by dilfridge
Branch: MAIN
Changes since 1.170: +8 -1 lines
Version bump (thanks johu!)

(Portage version: 2.1.10.27/cvs/Linux x86_64)

1 # ChangeLog for dev-util/cmake
2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
3 # $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.170 2011/07/18 09:03:45 dilfridge Exp $
4
5 *cmake-2.8.6-r1 (15 Oct 2011)
6
7 15 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org>
8 +cmake-2.8.6-r1.ebuild, +files/cmake-2.8.6-FindBLAS.patch,
9 +files/cmake-2.8.6-FindLAPACK.patch:
10 Version bump (thanks johu!)
11
12 *cmake-2.8.5-r2 (18 Jul 2011)
13
14 18 Jul 2011; Andreas K. Huettel <dilfridge@gentoo.org> cmake-2.8.4-r1.ebuild,
15 cmake-2.8.5.ebuild, +cmake-2.8.5-r2.ebuild,
16 +files/cmake-2.8.5-FindBLAS.patch, +files/cmake-2.8.5-FindLAPACK.patch:
17 Patch FindBLAS and FindLAPACK to try PkgConfig first and skip all other tests
18 if that succeeds; prepare for additional eclass feature of automated cmake
19 module removal in $S, which should NOT happen in the cmake ebuild itself.
20
21 *cmake-2.8.5 (11 Jul 2011)
22
23 11 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org> +cmake-2.8.5.ebuild:
24 Version bump to 2.8.5. Recompiled everything using cmake and all tests pass.
25 Fixes bug #374665. Tests needs to state some deps like cvs/git/...
26
27 08 May 2011; Tomáš Chvátal <scarabeus@gentoo.org>
28 -files/cmake-2.6.0-interix.patch, -files/cmake-2.6.4-FindBoost.patch,
29 -files/cmake-2.8.0-darwin-no-app-with-qt.patch, -cmake-2.8.1-r2.ebuild,
30 -files/cmake-2.8.1-FindBoost.patch,
31 -files/cmake-2.8.1-more-no_host_paths.patch, -files/cmake-2.8.1-mpi.patch,
32 -files/cmake-2.8.3-FindLibArchive.patch,
33 -files/cmake-2.8.3-FindPythonInterp.patch,
34 -files/cmake-2.8.3-FindPythonLibs.patch,
35 -files/cmake-2.8.3-buffer_overflow.patch, -files/cmake-FindJNI.patch,
36 -files/cmake-FindPythonInterp.patch, -files/cmake-FindPythonLibs.patch:
37 Drop older stuff. Keep just latest stable.
38
39 07 May 2011; Raúl Porcel <armin76@gentoo.org> cmake-2.8.4-r1.ebuild:
40 ia64/s390/sh/sparc stable wrt #357771
41
42 02 May 2011; Thomas Kahle <tomka@gentoo.org> cmake-2.8.4-r1.ebuild:
43 x86 stable per bug 357771
44
45 28 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> -cmake-2.8.4.ebuild,
46 cmake-2.8.4-r1.ebuild:
47 Move keywords from 2.8.4 to r1 (even the stable ones), because the only
48 change is in the cross-compilation finder, not really requiring the
49 restabilisation.
50
51 *cmake-2.8.4-r1 (18 Apr 2011)
52
53 18 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> -cmake-2.8.3-r1.ebuild,
54 +cmake-2.8.4-r1.ebuild, +files/cmake-2.8.4-FindQt4.patch:
55 Revision bump to fix bug #358317.
56
57 07 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> cmake-2.8.4.ebuild:
58 Inherit virtualx.eclass to fix bug #362389
59
60 27 Mar 2011; Tobias Klausmann <klausman@gentoo.org> cmake-2.8.4.ebuild:
61 Stable on alpha, bug #357771
62
63 25 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> cmake-2.8.4.ebuild:
64 ppc64 stable wrt #357771
65
66 21 Mar 2011; Brent Baude <ranger@gentoo.org> cmake-2.8.4.ebuild:
67 Marking cmake-2.8.4 ppc for bug 357771
68
69 18 Mar 2011; Markus Meier <maekke@gentoo.org> cmake-2.8.4.ebuild:
70 arm stable, bug #357771
71
72 09 Mar 2011; Jeroen Roovers <jer@gentoo.org> cmake-2.8.4.ebuild:
73 Stable for HPPA (bug #357771).
74
75 08 Mar 2011; Markos Chandras <hwoarang@gentoo.org> cmake-2.8.4.ebuild:
76 Stable on amd64 wrt bug #357771
77
78 07 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> cmake-2.8.4.ebuild:
79 Revert to eapi3 for now so it can go stable.
80
81 23 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> cmake-2.8.4.ebuild:
82 Use only one -E exclude parameter, obviously duplication is not working.
83
84 21 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> cmake-2.8.4.ebuild:
85 Exclude sdcc test.
86
87 21 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> cmake-2.8.4.ebuild:
88 Exclude bootstraptest because it is pointless for us.
89
90 *cmake-2.8.4 (21 Feb 2011)
91
92 21 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> +cmake-2.8.4.ebuild,
93 +files/cmake-2.8.4-FindBoost.patch,
94 +files/cmake-2.8.4-FindPythonInterp.patch,
95 +files/cmake-2.8.4-FindPythonLibs.patch:
96 Version bump to the latest (some tests still fail, to be fixed).
97
98 17 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> cmake-2.8.3-r1.ebuild:
99 Fix tests per bug #315223.
100
101 26 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org> -cmake-2.6.4-r3.ebuild,
102 -cmake-2.8.3.ebuild:
103 old
104
105 25 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org> cmake-2.8.3-r1.ebuild,
106 +files/cmake-2.8.3-fix_assembler_test.patch:
107 Fix assembler test bug #338627. Thanks to Anthony (blueness) for the
108 solution.
109
110 *cmake-2.8.3-r1 (25 Dec 2010)
111
112 25 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org> +cmake-2.8.3-r1.ebuild,
113 +files/cmake-2.8.3-buffer_overflow.patch,
114 +files/cmake-2.8.3-ruby_libname.patch:
115 Fix ruby finding per bug #345993 and buffer overflowing per bug #329043.
116
117 20 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org> cmake-2.8.3.ebuild:
118 Fix dependency on libarchive version. Fixes bug #348887.
119
120 16 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org> cmake-2.8.1-r2.ebuild,
121 cmake-2.8.3.ebuild:
122 Fix malformed headers
123
124 *cmake-2.8.3 (16 Dec 2010)
125
126 16 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org> +cmake-2.8.3.ebuild,
127 +files/cmake-2.8.3-FindLibArchive.patch,
128 +files/cmake-2.8.3-FindPythonInterp.patch,
129 +files/cmake-2.8.3-FindPythonLibs.patch,
130 +files/cmake-2.8.3-more-no_host_paths.patch:
131 Version bump. Per bug #344259. Thanks to Arseny Solokha for updated patches.
132
133 11 Sep 2010; Raúl Porcel <armin76@gentoo.org> cmake-2.8.1-r2.ebuild:
134 ia64/s390/sh/sparc stable wrt #325845
135
136 10 Sep 2010; Tobias Klausmann <klausman@gentoo.org> cmake-2.8.1-r2.ebuild:
137 Stable on alpha, bug #325845
138
139 11 Aug 2010; Markus Meier <maekke@gentoo.org> cmake-2.8.1-r2.ebuild:
140 arm stable, bug #325845
141
142 10 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
143 -files/cmake-2.8.0-more-no_host_paths.patch, -cmake-2.8.1.ebuild,
144 -cmake-2.8.1-r1.ebuild:
145 Drop older stuff.
146
147 06 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
148 cmake-2.8.1-r2.ebuild:
149 stable x86, bug 325845
150
151 06 Aug 2010; Samuli Suominen <ssuominen@gentoo.org> cmake-2.8.1-r2.ebuild:
152 Run bootstrap with FEATURES="test" wrt #315223 by Thomas Kahle.
153
154 27 Jul 2010; Jeroen Roovers <jer@gentoo.org> cmake-2.8.1-r2.ebuild:
155 Stable for HPPA PPC (bug #325845).
156
157 07 Jul 2010; Maciej Mrozowski <reavertm@gentoo.org> cmake-2.8.1-r2.ebuild:
158 export JAVA_HOME gathered from java-config, bug 315229
159
160 06 Jul 2010; Markos Chandras <hwoarang@gentoo.org> cmake-2.8.1-r2.ebuild:
161 Stable on amd64 wrt bug #325845
162
163 04 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> cmake-2.8.1-r2.ebuild:
164 ppc64 stable wrt #325845
165
166 *cmake-2.8.1-r2 (27 May 2010)
167
168 27 May 2010; Justin Lecher <jlec@gentoo.org> cmake-2.8.1-r1.ebuild,
169 +cmake-2.8.1-r2.ebuild, +files/cmake-2.8.1-mpi.patch:
170 Fixing problem with detecting mpi libs through FindMPI module
171
172 *cmake-2.8.1-r1 (13 Apr 2010)
173
174 13 Apr 2010; Tomáš Chvátal <scarabeus@gentoo.org>
175 -cmake-2.8.0-r3.ebuild, +cmake-2.8.1-r1.ebuild,
176 +files/cmake-2.8.1-FindBoost.patch, +files/cmake-2.8.1-libform.patch:
177 Revision bump from overlay. Fix boost issues and bundled libform. Remove
178 old.
179
180 17 Mar 2010; Fabian Groffen <grobian@gentoo.org> cmake-2.8.1.ebuild,
181 +files/cmake-2.8.1-more-no_host_paths.patch:
182 Port more-no_host_paths patch since it is really necessary for proper
183 operation in Prefix, bump to EAPI=3.
184
185 *cmake-2.8.1 (17 Mar 2010)
186
187 17 Mar 2010; Tomáš Chvátal <scarabeus@gentoo.org> +cmake-2.8.1.ebuild:
188 Version bump.
189
190 *cmake-2.8.0-r3 (17 Mar 2010)
191
192 17 Mar 2010; Tomáš Chvátal <scarabeus@gentoo.org> -cmake-2.8.0.ebuild,
193 -cmake-2.8.0-r1.ebuild, -cmake-2.8.0-r2.ebuild, +cmake-2.8.0-r3.ebuild:
194 Update deps to match latest curl IUSE update.
195
196 26 Feb 2010; Fabian Groffen <grobian@gentoo.org> cmake-2.8.0-r2.ebuild:
197 Marked ~x64-macos, thanks Ramon van Alteren, bug #305367
198
199 10 Feb 2010; Fabian Groffen <grobian@gentoo.org> cmake-2.8.0-r2.ebuild,
200 +files/cmake-2.8.0-darwin-no-app-with-qt.patch:
201 Add patch by Heiko Przybyl not to build an .app on OSX with USE=qt4
202
203 *cmake-2.8.0-r2 (31 Jan 2010)
204
205 31 Jan 2010; Fabian Groffen <grobian@gentoo.org> +cmake-2.8.0-r2.ebuild,
206 +files/cmake-2.8.0-darwin-default-install_name.patch:
207 Revision bump, add patch to set a default install_name on Darwin. This is
208 sufficient for most cases, and allows us to revert some install_name_tool
209 hacks for cmake-based packages.
210
211 24 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
212 cmake-2.8.0-r1.ebuild:
213 Fix typo.
214
215 *cmake-2.8.0-r1 (24 Jan 2010)
216
217 24 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
218 +cmake-2.8.0-r1.ebuild:
219 Drop some deps. Still needs work on ncurses are harddep when bootstraping
220 but optional otherwise.
221
222 11 Jan 2010; Jonathan Callen <abcd@gentoo.org>
223 +files/cmake-2.6.0-interix.patch, +files/cmake-2.6.3-darwin-bundle.patch,
224 +files/cmake-2.6.3-fix_broken_lfs_on_aix.patch,
225 +files/cmake-2.6.3-no-duplicates-in-rpath.patch, cmake-2.8.0.ebuild,
226 +files/cmake-2.8.0-more-no_host_paths.patch:
227 Add prefix keywords, patches
228
229 05 Dec 2009; Jonathan Callen <abcd@gentoo.org> -cmake-2.6.4.ebuild,
230 -cmake-2.6.4-r1.ebuild:
231 Drop old ebuilds
232
233 29 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org> cmake-2.8.0.ebuild:
234 Update deps so the tests are not failing, and features are not missing.
235 Per bug #295070.
236
237 24 Nov 2009; Raúl Porcel <armin76@gentoo.org> cmake-2.6.4-r3.ebuild:
238 ia64/s390/sh/sparc stable wrt #290723
239
240 19 Nov 2009; Markus Meier <maekke@gentoo.org> cmake-2.6.4-r3.ebuild:
241 arm stable, bug #290723
242
243 18 Nov 2009; Brent Baude <ranger@gentoo.org> cmake-2.6.4-r3.ebuild:
244 Marking cmake-2.6.4-r3 ppc64 for bug 290723
245
246 *cmake-2.8.0 (14 Nov 2009)
247
248 14 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org>
249 -cmake-2.8.0_rc4.ebuild, +cmake-2.8.0.ebuild:
250 Version bump for new 2.8.0 release. Remove old rc. Tests are fatal, 100%
251 pased on all my machines right now.
252
253 11 Nov 2009; Jeroen Roovers <jer@gentoo.org> cmake-2.6.4-r3.ebuild:
254 Stable for HPPA (bug #290723).
255
256 08 Nov 2009; Tobias Klausmann <klausman@gentoo.org> cmake-2.6.4-r3.ebuild:
257 Stable on alpha, bug #290723
258
259 08 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> cmake-2.6.4-r3.ebuild:
260 Stable for ppc, bug 290723
261
262 *cmake-2.8.0_rc4 (03 Nov 2009)
263
264 03 Nov 2009; Marcus D. Hanwell <cryos@gentoo.org> -cmake-2.8.0_rc3.ebuild,
265 +cmake-2.8.0_rc4.ebuild:
266 Version bump, new rc. Dropped JNI patch - no longer applies.
267
268 02 Nov 2009; Markus Meier <maekke@gentoo.org> cmake-2.6.4-r3.ebuild:
269 amd64/x86 stable, bug #290723
270
271 19 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org>
272 -cmake-2.6.2-r1.ebuild, -cmake-2.6.3-r1.ebuild:
273 Drop old.
274
275 *cmake-2.8.0_rc3 (10 Oct 2009)
276
277 10 Oct 2009; Marcus D. Hanwell <cryos@gentoo.org> -cmake-2.8.0_rc2.ebuild,
278 +cmake-2.8.0_rc3.ebuild:
279 Version bump, new rc.
280
281 05 Oct 2009; Dominik Kapusta <ayoy@gentoo.org> cmake-2.6.2-r1.ebuild:
282 Removed alternative dependency on Qt metapackage
283
284 *cmake-2.8.0_rc2 (02 Oct 2009)
285
286 02 Oct 2009; Marcus D. Hanwell <cryos@gentoo.org> -cmake-2.8.0_rc1.ebuild,
287 +cmake-2.8.0_rc2.ebuild:
288 New release candidate, removed old one.
289
290 *cmake-2.6.4-r3 (01 Oct 2009)
291
292 01 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
293 -cmake-2.6.4-r2.ebuild, +cmake-2.6.4-r3.ebuild, cmake-2.8.0_rc1.ebuild,
294 -files/cmake-python-3.patch, files/cmake-FindPythonLibs.patch,
295 metadata.xml:
296 FindPythonLibs.cmake should use currently active Python version (bug
297 #287143). Remove no longer needed "python3" USE flag.
298
299 *cmake-2.8.0_rc1 (01 Oct 2009)
300
301 01 Oct 2009; Marcus D. Hanwell <cryos@gentoo.org> +cmake-2.8.0_rc1.ebuild:
302 Version bump, in package.mask initially for further testing.
303
304 *cmake-2.6.4-r2 (28 Jul 2009)
305
306 28 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
307 +cmake-2.6.4-r2.ebuild, +files/cmake-python-3.patch,
308 files/cmake-FindPythonInterp.patch, files/cmake-FindPythonLibs.patch,
309 metadata.xml:
310 Add "python3" USE flag.
311
312 26 Jul 2009; Marcus D. Hanwell <cryos@gentoo.org> cmake-2.6.4.ebuild,
313 cmake-2.6.4-r1.ebuild:
314 Bumped to depend on >=dev-libs/xmlrpc-c-1.06.27[curl], fixes bug 276333.
315
316 24 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
317 files/cmake-FindPythonInterp.patch, files/cmake-FindPythonLibs.patch:
318 Support more Python versions.
319
320 *cmake-2.6.4-r1 (17 Jul 2009)
321
322 17 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
323 +cmake-2.6.4-r1.ebuild, +files/cmake-2.6.4-FindBoost.patch:
324 Support more Boost versions.
325
326 31 May 2009; Markus Meier <maekke@gentoo.org> cmake-2.6.4.ebuild:
327 amd64 stable, bug #271444
328
329 31 May 2009; Brent Baude <ranger@gentoo.org> cmake-2.6.4.ebuild:
330 Marking cmake-2.6.4 ppc64 for bug 271444
331
332 30 May 2009; nixnut <nixnut@gentoo.org> cmake-2.6.4.ebuild:
333 ppc stable #271444
334
335 30 May 2009; Raúl Porcel <armin76@gentoo.org> cmake-2.6.4.ebuild:
336 alpha/arm/ia64/s390/sh stable wrt #271444
337
338 28 May 2009; Tomáš Chvátal <scarabeus@gentoo.org> cmake-2.6.4.ebuild:
339 Add einfo informing about the test that might fail.
340
341 28 May 2009; Christian Faulhammer <fauli@gentoo.org> cmake-2.6.4.ebuild:
342 stable x86, bug 271444
343
344 28 May 2009; Ferris McCormick <fmccor@gentoo.org> cmake-2.6.4.ebuild:
345 Sparc stable, Bug #271444 (which see for comments).
346
347 27 May 2009; Jeroen Roovers <jer@gentoo.org> cmake-2.6.4.ebuild:
348 Stable for HPPA (bug #271444).
349
350 03 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
351 cmake-2.6.4.ebuild:
352 Fix syntax.
353
354 03 May 2009; Marcus D. Hanwell <cryos@gentoo.org> cmake-2.6.4:
355 Fixed to the bootstrap logic.
356
357 *cmake-2.6.4 (02 May 2009)
358
359 02 May 2009; Marcus D. Hanwell <cryos@gentoo.org> +cmake-2.6.4.ebuild:
360 Version bump, applied patch from bug 266383.
361
362 13 Apr 2009; Tomas Chvatal <scarabeus@gentoo.org> cmake-2.6.3-r1.ebuild:
363 Fix the has_version check. Current eclass does not support cmake 2.4...
364
365 11 Apr 2009; Joshua Kinard <kumba@gentoo.org> cmake-2.6.3-r1.ebuild:
366 Added ~mips to KEYWORDS.
367
368 *cmake-2.6.3-r1 (04 Apr 2009)
369
370 04 Apr 2009; Tomas Chvatal <scarabeus@gentoo.org>
371 -files/cmake-2.0.6-rpath-fix.patch, -files/cmake-2.4.7-findkde4.patch,
372 -files/FindSWIG.cmake, +files/cmake-FindJNI.patch, -cmake-2.4.7-r1.ebuild,
373 -cmake-2.4.8.ebuild, -cmake-2.6.3.ebuild, +cmake-2.6.3-r1.ebuild:
374 Revision bump. Introduce some fixes. Remove old.
375
376 15 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> -cmake-2.4.6-r1.ebuild,
377 -cmake-2.6.2.ebuild:
378 Remove old.
379
380 14 Mar 2009; Raúl Porcel <armin76@gentoo.org> cmake-2.6.2-r1.ebuild:
381 arm/ia64/s390/sh/sparc stable wrt #259741
382
383 11 Mar 2009; Brent Baude <ranger@gentoo.org> cmake-2.6.2-r1.ebuild:
384 Marking cmake-2.6.2-r1 ppc64 for bug 259741
385
386 08 Mar 2009; Markus Meier <maekke@gentoo.org> cmake-2.6.2-r1.ebuild:
387 x86 stable, bug #259741
388
389 07 Mar 2009; Jeremy Olexa <darkside@gentoo.org> cmake-2.6.2-r1.ebuild:
390 amd64 stable, bug 259741
391
392 01 Mar 2009; nixnut <nixnut@gentoo.org> cmake-2.6.2-r1.ebuild:
393 ppc stable #259741
394
395 *cmake-2.6.3 (01 Mar 2009)
396
397 01 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> +cmake-2.6.3.ebuild:
398 Version bump.
399
400 22 Feb 2009; Tobias Klausmann <klausman@gentoo.org> cmake-2.6.2-r1.ebuild:
401 Stable on alpha, bug #259741
402
403 20 Feb 2009; Jeroen Roovers <jer@gentoo.org> cmake-2.6.2-r1.ebuild:
404 Stable for HPPA (bug #259741).
405
406 03 Feb 2009; Tomas Chvatal <scarabeus@gentoo.org> cmake-2.6.2-r1.ebuild:
407 Fix src_configure. Per bug #254898.
408
409 21 Jan 2009; Markus Meier <maekke@gentoo.org> cmake-2.4.8.ebuild:
410 amd64/x86 stable
411
412 *cmake-2.6.2-r1 (03 Jan 2009)
413
414 03 Jan 2009; Tomas Chvatal <scarabeus@gentoo.org>
415 +files/cmake-FindPythonInterp.patch, +cmake-2.6.2-r1.ebuild:
416 Add patch for python lib detection. Per bug #253593. Thanks to Oldrich
417 Jedlicka for patch.
418
419 02 Dec 2008; Tomas Chvatal <scarabeus@gentoo.org>
420 -files/cmake-2.6.1-gc-sections.patch, -files/cmake-2.6.1-rpath.patch,
421 -cmake-2.6.1.ebuild, cmake-2.6.2.ebuild:
422 Dupe old. Update current to eapi2. Fixes bug #226153.
423
424 *cmake-2.6.2 (27 Sep 2008)
425
426 27 Sep 2008; Marcus D. Hanwell <cryos@gentoo.org> -cmake-2.6.0.ebuild,
427 +cmake-2.6.2.ebuild:
428 Version bump and removed old version.
429
430 *cmake-2.6.1 (27 Aug 2008)
431
432 27 Aug 2008; Timo Gurr <tgurr@gentoo.org>
433 +files/cmake-2.6.1-gc-sections.patch, +files/cmake-2.6.1-rpath.patch,
434 +cmake-2.6.1.ebuild:
435 Version bump. Big thanks to Brad King from kitware, thewtex and Arfrever
436 Frehtes Taifersar Arahesis and everyone else involved. Fixes bug #224901,
437 #232111, #233772 and #235731.
438
439 *cmake-2.6.0 (08 May 2008)
440
441 08 May 2008; Marcus D. Hanwell <cryos@gentoo.org>
442 +files/cmake-FindPythonLibs.patch, +cmake-2.6.0.ebuild:
443 Version bump, masked for now until it receives wider testing.
444
445 22 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -cmake-2.0.6-r1.ebuild,
446 -cmake-2.4.3.ebuild, -cmake-2.4.4.ebuild, -cmake-2.4.5.ebuild,
447 -cmake-2.4.6.ebuild, -cmake-2.4.7.ebuild, -cmake-2.4.7-r2.ebuild,
448 -cmake-2.4.8_rc12.ebuild:
449 Old.
450
451 11 Feb 2008; Diego Pettenò <flameeyes@gentoo.org> cmake-2.4.7-r2.ebuild,
452 cmake-2.4.8_rc12.ebuild, cmake-2.4.8.ebuild:
453 Remove --no-as-needed, xmlrpc-c caused the bug and is now fixed. If you want
454 to build cmake with --as-needed rebuild your xmlrpc-c.
455
456 *cmake-2.4.8 (09 Feb 2008)
457
458 09 Feb 2008; Bo Ørsted Andresen <zlin@gentoo.org> +cmake-2.4.8.ebuild:
459 Version bump (bug #208618).
460
461 *cmake-2.4.8_rc12 (14 Jan 2008)
462
463 14 Jan 2008; Ingmar Vanhassel <ingmar@gentoo.org>
464 +cmake-2.4.8_rc12.ebuild:
465 Bump to latest RC.
466
467 13 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org>
468 cmake-2.4.7-r2.ebuild:
469 Dropped ~mips to get bug 194031 out of the way. Filed bug 205633 for
470 re-keywording.
471
472 17 Dec 2007; Wulf C. Krueger <philantrop@gentoo.org>
473 cmake-2.4.7-r2.ebuild:
474 Added a check to make sure dev-libs/xmlrpc-c has been installed with
475 suitable USE flags. Fixes bug 194405.
476
477 10 Oct 2007; Christian Heim <phreak@gentoo.org> cmake-2.4.6-r1.ebuild,
478 cmake-2.4.7.ebuild, cmake-2.4.7-r1.ebuild, cmake-2.4.7-r2.ebuild:
479 Fixing #156800 by issuing -fno-stack-protector if we are having a GCC_MAJOR
480 equal to 3.
481
482 *cmake-2.4.7-r2 (27 Sep 2007)
483
484 27 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org>
485 +files/FindSWIG.cmake, +cmake-2.4.7-r2.ebuild:
486 cmake-2.4.7-r2 now uses the system libraries during the bootstrap process
487 instead of the bundled versions. Fixes bug 178999. Furthermore, it features
488 a new FindSWIG.cmake module as provided by Axel Roebel on upstream bug 4145.
489 Fixes our bug 192594.
490
491 *cmake-2.4.7-r1 (07 Sep 2007)
492
493 07 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org>
494 +files/cmake-2.4.7-findkde4.patch, +cmake-2.4.7-r1.ebuild:
495 Added an upstream patch to fix cmake failing to detect an existing KDE4
496 installation if the program being built is not going to be installed in the
497 same directory as KDE4. Fixes bug 191412. Thanks, Zephyrus, for reporting
498 this and providing the patch!
499
500 19 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> cmake-2.4.7.ebuild:
501 Moved to testing, fixes bug 185832. Sorry.
502
503 *cmake-2.4.7 (18 Jul 2007)
504
505 18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> +cmake-2.4.7.ebuild:
506 Version bump.
507
508 26 Jun 2007; Lars Weiler <pylon@gentoo.org> cmake-2.4.6-r1.ebuild:
509 Stable on ppc; bug #182724.
510
511 21 Jun 2007; Raúl Porcel <armin76@gentoo.org> cmake-2.4.6-r1.ebuild:
512 alpha/ia64/x86 stable wrt #182724
513
514 21 Jun 2007; Jeroen Roovers <jer@gentoo.org> cmake-2.4.6-r1.ebuild:
515 Stable for HPPA (bug #182724).
516
517 21 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> cmake-2.4.6-r1.ebuild:
518 Stable on sparc wrt #182724
519
520 21 Jun 2007; Joshua Kinard <kumba@gentoo.org> cmake-2.4.6-r1.ebuild:
521 Stable on mips, per #182724.
522
523 20 Jun 2007; Christoph Mende <angelos@gentoo.org> cmake-2.4.6-r1.ebuild:
524 Stable on amd64 wrt bug 182724
525
526 20 Jun 2007; Markus Rothe <corsair@gentoo.org> cmake-2.4.6-r1.ebuild:
527 Stable on ppc64; bug #182724
528
529 *cmake-2.4.6-r1 (07 Jun 2007)
530
531 07 Jun 2007; Wulf C. Krueger <philantrop@gentoo.org>
532 +files/50cmake-gentoo.el, +files/cmake.vim, +cmake-2.4.6-r1.ebuild:
533 Added patches by Jack Kelly from bug 180667 to add vim and emacs syntax
534 files. Thanks, Jack!
535
536 *cmake-2.4.6 (29 Jan 2007)
537
538 29 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> +cmake-2.4.6.ebuild:
539 Version bump, closes bug #163487.
540
541 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> cmake-2.0.6-r1.ebuild:
542 Get rid of debug.eclass usage.
543
544 16 Dec 2006; Stefan Schweizer <genstef@gentoo.org> cmake-2.4.5.ebuild:
545 inherit qt3 to avoid sandbox violations thanks to Johannes Hirte
546 <johannes-hirte@web.de> and Mike Arthur <mike@mikearthur.co.uk> in bug
547 158161
548
549 *cmake-2.4.5 (13 Dec 2006)
550
551 13 Dec 2006; Stefan Schweizer <genstef@gentoo.org>
552 -files/cmake-2.0.6-rpath-fix.patch, -files/cmake-2.2.0-rpath-fix.patch,
553 -files/cmake-2.2.1-rpath-fix.patch, -files/cmake-2.2.2-rpath-fix.patch,
554 -files/cmake-2.2.3-rpath-fix.patch, -files/cmake-2.4.2-kde.patch,
555 -files/cmake-2.4.2-rpath-fix.patch, -cmake-2.0.6-r1.ebuild,
556 -cmake-2.2.0-r1.ebuild, -cmake-2.2.1.ebuild, -cmake-2.2.2.ebuild,
557 -cmake-2.2.3.ebuild, -cmake-2.4.2.ebuild, -cmake-2.4.2-r1.ebuild,
558 +cmake-2.4.5.ebuild:
559 version bump
560
561 08 Dec 2006; Jeroen Roovers <jer@gentoo.org> cmake-2.4.3.ebuild:
562 Stable for HPPA (bug #155307).
563
564 06 Dec 2006; Bryan Østergaard <kloeri@gentoo.org> cmake-2.4.3.ebuild:
565 Stable on Alpha.
566
567 01 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> cmake-2.4.3.ebuild:
568 Stable on sparc wrt #155307
569
570 30 Nov 2006; Markus Rothe <corsair@gentoo.org> cmake-2.4.3.ebuild:
571 Stable on ppc64; bug #155307
572
573 30 Nov 2006; Christian Faulhammer <opfer@gentoo.org> cmake-2.4.3.ebuild:
574 stable x86, bug #155307
575
576 30 Nov 2006; Lars Weiler <pylon@gentoo.org> cmake-2.4.3.ebuild:
577 Stable on ppc; bug #155307.
578
579 29 Nov 2006; Steve Dibb <beandog@gentoo.org> cmake-2.4.3.ebuild:
580 amd64 stable, fixed some copyright headers too, bug 155307
581
582 *cmake-2.4.4 (29 Nov 2006)
583
584 29 Nov 2006; Stefan Schweizer <genstef@gentoo.org> +cmake-2.4.4.ebuild:
585 Version bump thanks to Didier Link <didier.link@wanadoo.fr> in bug 156582
586
587 21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> cmake-2.2.1.ebuild:
588 ppc stable
589
590 24 Sep 2006; Daniel Black <dragonheart@gentoo.org> metadata.xml:
591 herd kde to take maintainence thanks Diego
592
593 *cmake-2.4.3 (16 Sep 2006)
594
595 16 Sep 2006; Daniel Black <dragonheart@gentoo.org> +cmake-2.4.3.ebuild:
596 version bump as per bug #143337 thanks to Nick Bowler et al
597
598 20 Jul 2006; <psi29a@gentoo.org> cmake-2.0.6-r1.ebuild:
599 stable on mips
600
601 *cmake-2.4.2-r1 (30 Jun 2006)
602
603 30 Jun 2006; Daniel Black <dragonheart@gentoo.org>
604 +files/cmake-2.4.2-kde.patch, +cmake-2.4.2-r1.ebuild:
605 removed rpath patch - nolonger needed as per bug #137918 thanks Dan. KDE
606 plugin path added as per bug #137918 thanks to Michael. KDE plugin path patch
607 thanks to Andreas Beckermann kde bug #129737
608
609 25 May 2006; Diego Pettenò <flameeyes@gentoo.org> cmake-2.4.2.ebuild:
610 Add ~x86-fbsd keyword.
611
612 *cmake-2.4.2 (24 May 2006)
613
614 24 May 2006; Daniel Black <dragonheart@gentoo.org>
615 +files/cmake-2.4.2-rpath-fix.patch, +cmake-2.4.2.ebuild:
616 verion bump as per bug #131080 thanks to Tobias Roeser, Diego, and others
617
618 29 Apr 2006; Jason Wever <weeve@gentoo.org> cmake-2.0.6-r1.ebuild:
619 Stable on SPARC.
620
621 06 Feb 2006; Aron Griffis <agriffis@gentoo.org> cmake-2.2.1.ebuild:
622 Mark 2.2.1 stable on alpha
623
624 04 Feb 2006; Aron Griffis <agriffis@gentoo.org> cmake-2.2.1.ebuild:
625 Mark 2.2.1 stable on ia64
626
627 *cmake-2.2.3 (16 Jan 2006)
628
629 16 Jan 2006; Lisa Seelye <lisa@gentoo.org>
630 +files/cmake-2.2.3-rpath-fix.patch, +cmake-2.2.3.ebuild:
631 Version bump to solve bug #118822
632
633 *cmake-2.2.2 (08 Nov 2005)
634
635 08 Nov 2005; Lisa Seelye <lisa@gentoo.org>
636 +files/cmake-2.2.2-rpath-fix.patch, +cmake-2.2.2.ebuild:
637 version bump to solve bug #111881
638
639 29 Oct 2005; Daniel Goller <morfic@gentoo.org> cmake-2.2.1.ebuild:
640 Stable on amd64
641
642 02 Oct 2005; Daniel Black <dragonheart@gentoo.org> -cmake-2.0.5.ebuild,
643 -cmake-2.0.6.ebuild:
644 remove rpath vulnerable versions: bug 105721
645
646 02 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> cmake-2.0.6-r1.ebuild:
647 Stable on ia64, bug 105721.
648
649 29 Sep 2005; Fernando J. Pereda <ferdy@gentoo.org> cmake-2.0.6-r1.ebuild:
650 stable on alpha wrt bug #105721
651
652 26 Sep 2005; Stefan Briesenick <sbriesen@gentoo.org> cmake-2.2.1.ebuild:
653 fixing parallel build problem (emake -j1).
654
655 *cmake-2.2.1 (26 Sep 2005)
656 *cmake-2.2.0-r1 (26 Sep 2005)
657 *cmake-2.0.6-r1 (26 Sep 2005)
658
659 26 Sep 2005; Daniel Black <dragonheart@gentoo.org>
660 +files/cmake-2.0.6-rpath-fix.patch, +files/cmake-2.2.0-rpath-fix.patch,
661 +files/cmake-2.2.1-rpath-fix.patch, +cmake-2.0.6-r1.ebuild,
662 -cmake-2.2.0.ebuild, +cmake-2.2.0-r1.ebuild, +cmake-2.2.1.ebuild:
663 insecure runpaths as per security bug #105721 resulted in 2.2.0-r1 and
664 2.0.6-r1. Thanks Ashu Tiwary. version bump to 2.2.1 as per bug #106781 by
665 David Somers
666
667 02 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> cmake-2.0.6.ebuild:
668 Stable on ppc.
669
670 23 Aug 2005; Aron Griffis <agriffis@gentoo.org> cmake-2.0.6.ebuild:
671 stable on ia64
672
673 *cmake-2.2.0 (20 Aug 2005)
674
675 20 Aug 2005; Daniel Black <dragonheart@gentoo.org> -cmake-2.0.3.ebuild,
676 cmake-2.0.6.ebuild, +cmake-2.2.0.ebuild:
677 version bump (bug #99045). thanks david somers. x86 stable on 2.0.6. old
678 version removal
679
680 05 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> cmake-2.0.6.ebuild:
681 Added ~mips.
682
683 02 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> cmake-2.0.5.ebuild:
684 Stable on alpha.
685
686 12 May 2005; Aron Griffis <agriffis@gentoo.org> cmake-2.0.6.ebuild:
687 add ~ia64
688
689 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> cmake-2.0.5.ebuild:
690 Stable on ppc.
691
692 *cmake-2.0.6 (21 Apr 2005)
693
694 21 Apr 2005; Daniel Black <dragonheart@gentoo.org> +metadata.xml,
695 +cmake-2.0.6.ebuild:
696 Version bump as per bug #89394. Thanks to david somers
697 <dsomers@treSPAM_FREEvezel.com>
698
699 23 Mar 2005; Daniel Black <dragonheart@gentoo.org> -cmake-2.0.2.ebuild,
700 cmake-2.0.5.ebuild:
701 x86 stable as per bug #86292. Old version removal. Thanks to david somers
702 <dsomers@trevezel.com>
703
704 18 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> cmake-2.0.3.ebuild:
705 Stable on alpha.
706
707 *cmake-2.0.5 (01 Jan 2005)
708
709 01 Jan 2005; Daniel Black <dragonheart@gentoo.org> -cmake-1.8.2.ebuild,
710 -cmake-1.8.3.ebuild, cmake-2.0.2.ebuild, cmake-2.0.3.ebuild,
711 +cmake-2.0.5.ebuild:
712 version bump as per bug #76291.x86 keywords to 2.0.2 and 2.0.3. Remove
713 old version 1.8.3. Thanks to david somers <dsomers@trevezel.com> for
714 the notification.
715
716 31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
717 Change encoding to UTF-8 for GLEP 31 compliance
718
719 24 Nov 2004; Karol Wojtaszek <sekretarz@gentoo.org> cmake-2.0.3.ebuild:
720 Added to ~amd64, bug #72299
721
722 *cmake-2.0.3 (10 Aug 2004)
723
724 10 Aug 2004; Mike Frysinger <vapier@gentoo.org> +cmake-2.0.3.ebuild:
725 Version bump.
726
727 *cmake-2.0.2 (02 Jul 2004)
728
729 02 Jul 2004; Lisa Seelye <lisa@gentoo.org> +cmake-2.0.2.ebuild:
730 version bump for bug #55558
731
732 03 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> cmake-1.8.3.ebuild:
733 Stable on alpha.
734
735 *cmake-1.8.3 (24 Feb 2004)
736
737 24 Feb 2004; Lisa Seelye <lisa@gentoo.org> cmake-1.8.1.ebuild,
738 cmake-1.8.2.ebuild, cmake-1.8.3.ebuild:
739 Remove old 1.8.1, bump 1.8.2 to stable on x86, add 1.8.3 to the tree to close
740 bug #42613
741
742 *cmake-1.8.2 (09 Jan 2004)
743
744 09 Jan 2004; Lisa Seelye <lisa@gentoo.org> cmake-1.8.2.ebuild:
745 Version bump, closes bug #36619.
746
747 *cmake-1.8.1 (08 Dec 2003)
748
749 08 Dec 2003; Lisa Seelye <lisa@gentoo.org> cmake-1.8.1.ebuild:
750 Initial checkin. Submitted by Sam Yates <sam@quux.dropbear.id.au> to close bug
751 25334.
752

  ViewVC Help
Powered by ViewVC 1.1.13