summaryrefslogtreecommitdiff
blob: 0ec61fd85cef7bfc5ffa6472bc049ccb576d227a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
# ChangeLog for dev-util/cmake
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.99 2009/05/30 11:03:29 armin76 Exp $

  30 May 2009; Raúl Porcel <armin76@gentoo.org> cmake-2.6.4.ebuild:
  alpha/arm/ia64/s390/sh stable wrt #271444

  28 May 2009; Tomáš Chvátal <scarabeus@gentoo.org> cmake-2.6.4.ebuild:
  Add einfo informing about the test that might fail.

  28 May 2009; Christian Faulhammer <fauli@gentoo.org> cmake-2.6.4.ebuild:
  stable x86, bug 271444

  28 May 2009; Ferris McCormick <fmccor@gentoo.org> cmake-2.6.4.ebuild:
  Sparc stable, Bug #271444 (which see for comments).

  27 May 2009; Jeroen Roovers <jer@gentoo.org> cmake-2.6.4.ebuild:
  Stable for HPPA (bug #271444).

  03 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  cmake-2.6.4.ebuild:
  Fix syntax.

  03 May 2009; Marcus D. Hanwell <cryos@gentoo.org> cmake-2.6.4:
  Fixed to the bootstrap logic.

*cmake-2.6.4 (02 May 2009)

  02 May 2009; Marcus D. Hanwell <cryos@gentoo.org> +cmake-2.6.4.ebuild:
  Version bump, applied patch from bug 266383.

  13 Apr 2009; Tomas Chvatal <scarabeus@gentoo.org> cmake-2.6.3-r1.ebuild:
  Fix the has_version check. Current eclass does not support cmake 2.4...

  11 Apr 2009; Joshua Kinard <kumba@gentoo.org> cmake-2.6.3-r1.ebuild:
  Added ~mips to KEYWORDS.

*cmake-2.6.3-r1 (04 Apr 2009)

  04 Apr 2009; Tomas Chvatal <scarabeus@gentoo.org>
  -files/cmake-2.0.6-rpath-fix.patch, -files/cmake-2.4.7-findkde4.patch,
  -files/FindSWIG.cmake, +files/cmake-FindJNI.patch, -cmake-2.4.7-r1.ebuild,
  -cmake-2.4.8.ebuild, -cmake-2.6.3.ebuild, +cmake-2.6.3-r1.ebuild:
  Revision bump. Introduce some fixes. Remove old.

  15 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> -cmake-2.4.6-r1.ebuild,
  -cmake-2.6.2.ebuild:
  Remove old.

  14 Mar 2009; Raúl Porcel <armin76@gentoo.org> cmake-2.6.2-r1.ebuild:
  arm/ia64/s390/sh/sparc stable wrt #259741

  11 Mar 2009; Brent Baude <ranger@gentoo.org> cmake-2.6.2-r1.ebuild:
  Marking cmake-2.6.2-r1 ppc64 for bug 259741

  08 Mar 2009; Markus Meier <maekke@gentoo.org> cmake-2.6.2-r1.ebuild:
  x86 stable, bug #259741

  07 Mar 2009; Jeremy Olexa <darkside@gentoo.org> cmake-2.6.2-r1.ebuild:
  amd64 stable, bug 259741

  01 Mar 2009; nixnut <nixnut@gentoo.org> cmake-2.6.2-r1.ebuild:
  ppc stable #259741

*cmake-2.6.3 (01 Mar 2009)

  01 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> +cmake-2.6.3.ebuild:
  Version bump.

  22 Feb 2009; Tobias Klausmann <klausman@gentoo.org> cmake-2.6.2-r1.ebuild:
  Stable on alpha, bug #259741

  20 Feb 2009; Jeroen Roovers <jer@gentoo.org> cmake-2.6.2-r1.ebuild:
  Stable for HPPA (bug #259741).

  03 Feb 2009; Tomas Chvatal <scarabeus@gentoo.org> cmake-2.6.2-r1.ebuild:
  Fix src_configure. Per bug #254898.

  21 Jan 2009; Markus Meier <maekke@gentoo.org> cmake-2.4.8.ebuild:
  amd64/x86 stable

*cmake-2.6.2-r1 (03 Jan 2009)

  03 Jan 2009; Tomas Chvatal <scarabeus@gentoo.org>
  +files/cmake-FindPythonInterp.patch, +cmake-2.6.2-r1.ebuild:
  Add patch for python lib detection. Per bug #253593. Thanks to Oldrich
  Jedlicka for patch.

  02 Dec 2008; Tomas Chvatal <scarabeus@gentoo.org>
  -files/cmake-2.6.1-gc-sections.patch, -files/cmake-2.6.1-rpath.patch,
  -cmake-2.6.1.ebuild, cmake-2.6.2.ebuild:
  Dupe old. Update current to eapi2. Fixes bug #226153.

*cmake-2.6.2 (27 Sep 2008)

  27 Sep 2008; Marcus D. Hanwell <cryos@gentoo.org> -cmake-2.6.0.ebuild,
  +cmake-2.6.2.ebuild:
  Version bump and removed old version.

*cmake-2.6.1 (27 Aug 2008)

  27 Aug 2008; Timo Gurr <tgurr@gentoo.org>
  +files/cmake-2.6.1-gc-sections.patch, +files/cmake-2.6.1-rpath.patch,
  +cmake-2.6.1.ebuild:
  Version bump. Big thanks to Brad King from kitware, thewtex and Arfrever
  Frehtes Taifersar Arahesis and everyone else involved. Fixes bug #224901,
  #232111, #233772 and #235731.

*cmake-2.6.0 (08 May 2008)

  08 May 2008; Marcus D. Hanwell <cryos@gentoo.org>
  +files/cmake-FindPythonLibs.patch, +cmake-2.6.0.ebuild:
  Version bump, masked for now until it receives wider testing.

  22 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -cmake-2.0.6-r1.ebuild,
  -cmake-2.4.3.ebuild, -cmake-2.4.4.ebuild, -cmake-2.4.5.ebuild,
  -cmake-2.4.6.ebuild, -cmake-2.4.7.ebuild, -cmake-2.4.7-r2.ebuild,
  -cmake-2.4.8_rc12.ebuild:
  Old.

  11 Feb 2008; Diego Pettenò <flameeyes@gentoo.org> cmake-2.4.7-r2.ebuild,
  cmake-2.4.8_rc12.ebuild, cmake-2.4.8.ebuild:
  Remove --no-as-needed, xmlrpc-c caused the bug and is now fixed. If you want
  to build cmake with --as-needed rebuild your xmlrpc-c.

*cmake-2.4.8 (09 Feb 2008)

  09 Feb 2008; Bo Ørsted Andresen <zlin@gentoo.org> +cmake-2.4.8.ebuild:
  Version bump (bug #208618).

*cmake-2.4.8_rc12 (14 Jan 2008)

  14 Jan 2008; Ingmar Vanhassel <ingmar@gentoo.org>
  +cmake-2.4.8_rc12.ebuild:
  Bump to latest RC.

  13 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org>
  cmake-2.4.7-r2.ebuild:
  Dropped ~mips to get bug 194031 out of the way. Filed bug 205633 for
  re-keywording.

  17 Dec 2007; Wulf C. Krueger <philantrop@gentoo.org>
  cmake-2.4.7-r2.ebuild:
  Added a check to make sure dev-libs/xmlrpc-c has been installed with
  suitable USE flags. Fixes bug 194405.

  10 Oct 2007; Christian Heim <phreak@gentoo.org> cmake-2.4.6-r1.ebuild,
  cmake-2.4.7.ebuild, cmake-2.4.7-r1.ebuild, cmake-2.4.7-r2.ebuild:
  Fixing #156800 by issuing -fno-stack-protector if we are having a GCC_MAJOR
  equal to 3.

*cmake-2.4.7-r2 (27 Sep 2007)

  27 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org>
  +files/FindSWIG.cmake, +cmake-2.4.7-r2.ebuild:
  cmake-2.4.7-r2 now uses the system libraries during the bootstrap process
  instead of the bundled versions. Fixes bug 178999. Furthermore, it features
  a new FindSWIG.cmake module as provided by Axel Roebel on upstream bug 4145.
  Fixes our bug 192594.

*cmake-2.4.7-r1 (07 Sep 2007)

  07 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org>
  +files/cmake-2.4.7-findkde4.patch, +cmake-2.4.7-r1.ebuild:
  Added an upstream patch to fix cmake failing to detect an existing KDE4
  installation if the program being built is not going to be installed in the
  same directory as KDE4. Fixes bug 191412. Thanks, Zephyrus, for reporting
  this and providing the patch!

  19 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> cmake-2.4.7.ebuild:
  Moved to testing, fixes bug 185832. Sorry.

*cmake-2.4.7 (18 Jul 2007)

  18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> +cmake-2.4.7.ebuild:
  Version bump.

  26 Jun 2007; Lars Weiler <pylon@gentoo.org> cmake-2.4.6-r1.ebuild:
  Stable on ppc; bug #182724.

  21 Jun 2007; Raúl Porcel <armin76@gentoo.org> cmake-2.4.6-r1.ebuild:
  alpha/ia64/x86 stable wrt #182724

  21 Jun 2007; Jeroen Roovers <jer@gentoo.org> cmake-2.4.6-r1.ebuild:
  Stable for HPPA (bug #182724).

  21 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> cmake-2.4.6-r1.ebuild:
  Stable on sparc wrt #182724

  21 Jun 2007; Joshua Kinard <kumba@gentoo.org> cmake-2.4.6-r1.ebuild:
  Stable on mips, per #182724.

  20 Jun 2007; Christoph Mende <angelos@gentoo.org> cmake-2.4.6-r1.ebuild:
  Stable on amd64 wrt bug 182724

  20 Jun 2007; Markus Rothe <corsair@gentoo.org> cmake-2.4.6-r1.ebuild:
  Stable on ppc64; bug #182724

*cmake-2.4.6-r1 (07 Jun 2007)

  07 Jun 2007; Wulf C. Krueger <philantrop@gentoo.org>
  +files/50cmake-gentoo.el, +files/cmake.vim, +cmake-2.4.6-r1.ebuild:
  Added patches by Jack Kelly from bug 180667 to add vim and emacs syntax
  files. Thanks, Jack!

*cmake-2.4.6 (29 Jan 2007)

  29 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> +cmake-2.4.6.ebuild:
  Version bump, closes bug #163487.

  04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> cmake-2.0.6-r1.ebuild:
  Get rid of debug.eclass usage.

  16 Dec 2006; Stefan Schweizer <genstef@gentoo.org> cmake-2.4.5.ebuild:
  inherit qt3 to avoid sandbox violations thanks to Johannes Hirte
  <johannes-hirte@web.de> and Mike Arthur <mike@mikearthur.co.uk> in bug
  158161

*cmake-2.4.5 (13 Dec 2006)

  13 Dec 2006; Stefan Schweizer <genstef@gentoo.org>
  -files/cmake-2.0.6-rpath-fix.patch, -files/cmake-2.2.0-rpath-fix.patch,
  -files/cmake-2.2.1-rpath-fix.patch, -files/cmake-2.2.2-rpath-fix.patch,
  -files/cmake-2.2.3-rpath-fix.patch, -files/cmake-2.4.2-kde.patch,
  -files/cmake-2.4.2-rpath-fix.patch, -cmake-2.0.6-r1.ebuild,
  -cmake-2.2.0-r1.ebuild, -cmake-2.2.1.ebuild, -cmake-2.2.2.ebuild,
  -cmake-2.2.3.ebuild, -cmake-2.4.2.ebuild, -cmake-2.4.2-r1.ebuild,
  +cmake-2.4.5.ebuild:
  version bump

  08 Dec 2006; Jeroen Roovers <jer@gentoo.org> cmake-2.4.3.ebuild:
  Stable for HPPA (bug #155307).

  06 Dec 2006; Bryan Østergaard <kloeri@gentoo.org> cmake-2.4.3.ebuild:
  Stable on Alpha.

  01 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> cmake-2.4.3.ebuild:
  Stable on sparc wrt #155307

  30 Nov 2006; Markus Rothe <corsair@gentoo.org> cmake-2.4.3.ebuild:
  Stable on ppc64; bug #155307

  30 Nov 2006; Christian Faulhammer <opfer@gentoo.org> cmake-2.4.3.ebuild:
  stable x86, bug #155307

  30 Nov 2006; Lars Weiler <pylon@gentoo.org> cmake-2.4.3.ebuild:
  Stable on ppc; bug #155307.

  29 Nov 2006; Steve Dibb <beandog@gentoo.org> cmake-2.4.3.ebuild:
  amd64 stable, fixed some copyright headers too, bug 155307

*cmake-2.4.4 (29 Nov 2006)

  29 Nov 2006; Stefan Schweizer <genstef@gentoo.org> +cmake-2.4.4.ebuild:
  Version bump thanks to    Didier Link <didier.link@wanadoo.fr> in bug 156582

  21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> cmake-2.2.1.ebuild:
  ppc stable

  24 Sep 2006; Daniel Black <dragonheart@gentoo.org> metadata.xml:
  herd kde to take maintainence thanks Diego

*cmake-2.4.3 (16 Sep 2006)

  16 Sep 2006; Daniel Black <dragonheart@gentoo.org> +cmake-2.4.3.ebuild:
  version bump as per bug #143337 thanks to Nick Bowler et al

  20 Jul 2006; <psi29a@gentoo.org> cmake-2.0.6-r1.ebuild:
  stable on mips

*cmake-2.4.2-r1 (30 Jun 2006)

  30 Jun 2006; Daniel Black <dragonheart@gentoo.org>
  +files/cmake-2.4.2-kde.patch, +cmake-2.4.2-r1.ebuild:
  removed rpath patch - nolonger needed as per bug #137918 thanks Dan. KDE 
  plugin path added as per bug #137918 thanks to Michael. KDE plugin path patch
  thanks to Andreas Beckermann kde bug #129737

  25 May 2006; Diego Pettenò <flameeyes@gentoo.org> cmake-2.4.2.ebuild:
  Add ~x86-fbsd keyword.

*cmake-2.4.2 (24 May 2006)

  24 May 2006; Daniel Black <dragonheart@gentoo.org>
  +files/cmake-2.4.2-rpath-fix.patch, +cmake-2.4.2.ebuild:
  verion bump as per bug #131080 thanks to Tobias Roeser, Diego, and others

  29 Apr 2006; Jason Wever <weeve@gentoo.org> cmake-2.0.6-r1.ebuild:
  Stable on SPARC.

  06 Feb 2006; Aron Griffis <agriffis@gentoo.org> cmake-2.2.1.ebuild:
  Mark 2.2.1 stable on alpha

  04 Feb 2006; Aron Griffis <agriffis@gentoo.org> cmake-2.2.1.ebuild:
  Mark 2.2.1 stable on ia64

*cmake-2.2.3 (16 Jan 2006)

  16 Jan 2006; Lisa Seelye <lisa@gentoo.org>
  +files/cmake-2.2.3-rpath-fix.patch, +cmake-2.2.3.ebuild:
  Version bump to solve bug #118822

*cmake-2.2.2 (08 Nov 2005)

  08 Nov 2005; Lisa Seelye <lisa@gentoo.org>
  +files/cmake-2.2.2-rpath-fix.patch, +cmake-2.2.2.ebuild:
  version bump to solve bug #111881

  29 Oct 2005; Daniel Goller <morfic@gentoo.org> cmake-2.2.1.ebuild:
  Stable on amd64

  02 Oct 2005; Daniel Black <dragonheart@gentoo.org> -cmake-2.0.5.ebuild,
  -cmake-2.0.6.ebuild:
  remove rpath vulnerable versions: bug 105721

  02 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> cmake-2.0.6-r1.ebuild:
  Stable on ia64, bug 105721.

  29 Sep 2005; Fernando J. Pereda <ferdy@gentoo.org> cmake-2.0.6-r1.ebuild:
  stable on alpha wrt bug #105721

  26 Sep 2005; Stefan Briesenick <sbriesen@gentoo.org> cmake-2.2.1.ebuild:
  fixing parallel build problem (emake -j1).

*cmake-2.2.1 (26 Sep 2005)
*cmake-2.2.0-r1 (26 Sep 2005)
*cmake-2.0.6-r1 (26 Sep 2005)

  26 Sep 2005; Daniel Black <dragonheart@gentoo.org>
  +files/cmake-2.0.6-rpath-fix.patch, +files/cmake-2.2.0-rpath-fix.patch,
  +files/cmake-2.2.1-rpath-fix.patch, +cmake-2.0.6-r1.ebuild,
  -cmake-2.2.0.ebuild, +cmake-2.2.0-r1.ebuild, +cmake-2.2.1.ebuild:
  insecure runpaths as per security bug #105721 resulted in 2.2.0-r1 and
  2.0.6-r1. Thanks Ashu Tiwary. version bump to 2.2.1 as per bug #106781 by
  David Somers

  02 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> cmake-2.0.6.ebuild:
  Stable on ppc.

  23 Aug 2005; Aron Griffis <agriffis@gentoo.org> cmake-2.0.6.ebuild:
  stable on ia64

*cmake-2.2.0 (20 Aug 2005)

  20 Aug 2005; Daniel Black <dragonheart@gentoo.org> -cmake-2.0.3.ebuild,
  cmake-2.0.6.ebuild, +cmake-2.2.0.ebuild:
  version bump (bug #99045). thanks david somers. x86 stable on 2.0.6. old
  version removal

  05 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> cmake-2.0.6.ebuild:
  Added ~mips.

  02 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> cmake-2.0.5.ebuild:
  Stable on alpha.

  12 May 2005; Aron Griffis <agriffis@gentoo.org> cmake-2.0.6.ebuild:
  add ~ia64

  24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> cmake-2.0.5.ebuild:
  Stable on ppc.

*cmake-2.0.6 (21 Apr 2005)

  21 Apr 2005; Daniel Black <dragonheart@gentoo.org> +metadata.xml,
  +cmake-2.0.6.ebuild:
  Version bump as per bug #89394. Thanks to david somers
  <dsomers@treSPAM_FREEvezel.com>

  23 Mar 2005; Daniel Black <dragonheart@gentoo.org> -cmake-2.0.2.ebuild,
  cmake-2.0.5.ebuild:
  x86 stable as per bug #86292. Old version removal. Thanks to david somers
  <dsomers@trevezel.com>

  18 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> cmake-2.0.3.ebuild:
  Stable on alpha.

*cmake-2.0.5 (01 Jan 2005)

  01 Jan 2005; Daniel Black <dragonheart@gentoo.org> -cmake-1.8.2.ebuild,
  -cmake-1.8.3.ebuild, cmake-2.0.2.ebuild, cmake-2.0.3.ebuild,
  +cmake-2.0.5.ebuild:
  version bump as per bug #76291.x86 keywords to 2.0.2 and 2.0.3. Remove
  old version 1.8.3.  Thanks to david somers <dsomers@trevezel.com> for 
  the notification. 

  31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
  Change encoding to UTF-8 for GLEP 31 compliance

  24 Nov 2004; Karol Wojtaszek <sekretarz@gentoo.org> cmake-2.0.3.ebuild:
  Added to ~amd64, bug #72299

*cmake-2.0.3 (10 Aug 2004)

  10 Aug 2004; Mike Frysinger <vapier@gentoo.org> +cmake-2.0.3.ebuild:
  Version bump.

*cmake-2.0.2 (02 Jul 2004)

  02 Jul 2004; Lisa Seelye <lisa@gentoo.org> +cmake-2.0.2.ebuild:
  version bump for bug #55558

  03 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> cmake-1.8.3.ebuild:
  Stable on alpha.

*cmake-1.8.3 (24 Feb 2004)

  24 Feb 2004; Lisa Seelye <lisa@gentoo.org> cmake-1.8.1.ebuild,
  cmake-1.8.2.ebuild, cmake-1.8.3.ebuild:
  Remove old 1.8.1, bump 1.8.2 to stable on x86, add 1.8.3 to the tree to close
  bug #42613

*cmake-1.8.2 (09 Jan 2004)

  09 Jan 2004; Lisa Seelye <lisa@gentoo.org> cmake-1.8.2.ebuild:
  Version bump, closes bug #36619.

*cmake-1.8.1 (08 Dec 2003)

  08 Dec 2003; Lisa Seelye <lisa@gentoo.org> cmake-1.8.1.ebuild:
  Initial checkin. Submitted by Sam Yates <sam@quux.dropbear.id.au> to close bug
  25334.