summaryrefslogtreecommitdiff
blob: 5692c2e55c59006724e49e3475df4f869bb88bd8 (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
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
# ChangeLog for dev-lisp/clisp
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.116 2015/05/23 15:15:00 pacho Exp $

  23 May 2015; Pacho Ramos <pacho@gentoo.org> clisp-2.49-r8.ebuild:
  x86 stable wrt bug #511170

  20 Feb 2015; Andrey Grozin <grozin@gentoo.org> -clisp-2.47-r1.ebuild,
  -files/pari.patch:
  Cleaning old (#540808)

  28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> clisp-2.47-r1.ebuild,
  clisp-2.48-r1.ebuild, clisp-2.48-r2.ebuild, clisp-2.49-r8.ebuild:
  Rename virtual/postgresql to dev-db/postgresql

  03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> clisp-2.47-r1.ebuild,
  clisp-2.48-r1.ebuild, clisp-2.48-r2.ebuild, clisp-2.49-r8.ebuild:
  Update PostgreSQL dependencies and/or checks to virtual/postgresql.

  28 Oct 2014; Jeroen Roovers <jer@gentoo.org> clisp-2.49-r8.ebuild,
  +files/clisp-2.49-tinfo.patch:
  Fix building against sys-libs/ncurses[tinfo] (bug #497600).

  11 Jul 2014; Patrick Lauer <patrick@gentoo.org> clisp-2.49-r8.ebuild:
  Stable on amd64 #511170

  11 Jul 2014; Patrick Lauer <patrick@gentoo.org> clisp-2.48-r2.ebuild:
  Stable for amd64 and x86 to fix compilation #425748

*clisp-2.49-r8 (12 Aug 2013)

  12 Aug 2013; Andrey Grozin <grozin@gentoo.org> -clisp-2.49-r7.ebuild,
  +clisp-2.49-r8.ebuild, -files/2.38/README.Gentoo, -files/2.38/clisp.sh,
  -files/2.38/fastcgi-Makefile-gentoo.patch, -files/2.38/install-clc.lisp,
  -files/2.39/README.Gentoo, -files/2.39/clisp.sh,
  -files/2.39/fastcgi-Makefile-gentoo.patch, -files/2.39/install-clc.lisp,
  -files/2.41-fastcgi-Makefile-gentoo.patch, -files/2.41-fastcgi-build.patch,
  -files/2.41-linux-headers.patch:
  Fixed doc installation (bug #479526), added subslot, old files cleaned

  14 Jun 2013; Patrick Lauer <patrick@gentoo.org> clisp-2.49-r7.ebuild:
  Removing alpha and ia64 keywords until dependency dev-lisp/asdf catches up

  22 Apr 2013; Panagiotis Christopoulos <pchrist@gentoo.org>
  files/clisp-2.48-bits_ipctypes_to_sys_ipc.patch:
  Apply trivial patch, fix Bug #465384, thanks to Christopher J. Volny [cvolny
  gmail com]

*clisp-2.49-r7 (20 Apr 2013)

  20 Apr 2013; Andrey Grozin <grozin@gentoo.org> +clisp-2.49-r7.ebuild,
  +files/clisp-2.49-bits_ipctypes_to_sys_ipc.patch,
  +files/clisp-2.49-get_hostname.patch:
  Version bump from the lisp overlay (pmasked)

  03 Dec 2012; Panagiotis Christopoulos <pchrist@gentoo.org>
  clisp-2.48-r2.ebuild, +files/clisp-2.48-bits_ipctypes_to_sys_ipc.patch:
  minor patch to 2.48-r2, fixes bug #425748 , thanks to Alexey Kretov (domini
  at onego.ru)

  29 Mar 2011; Christoph Mende <angelos@gentoo.org> clisp-2.47-r1.ebuild,
  clisp-2.48-r1.ebuild, clisp-2.48-r2.ebuild:
  Fixed slot deps

  17 Dec 2010; Ulrich Mueller <ulm@gentoo.org> clisp-2.47-r1.ebuild,
  clisp-2.48-r1.ebuild, clisp-2.48-r2.ebuild:
  Remove PROVIDE, commonlisp is now a new-style virtual.

  26 Jun 2010; <nixnut@gentoo.org> clisp-2.48-r1.ebuild:
  ppc stable #322599

  20 Jun 2010; Raúl Porcel <armin76@gentoo.org> clisp-2.48-r1.ebuild:
  alpha/ia64 stable wrt #322599

  17 Jun 2010; Patrick Lauer <patrick@gentoo.org> clisp-2.47-r1.ebuild,
  clisp-2.48-r1.ebuild, clisp-2.48-r2.ebuild:
  Migrating away from deprecated postgres virtuals

  03 Jun 2010; Markus Meier <maekke@gentoo.org> clisp-2.48-r1.ebuild:
  amd64/x86 stable, bug #322599

*clisp-2.48-r2 (03 Jun 2010)

  03 Jun 2010; Tomas Touceda <chiiph@gentoo.org> +clisp-2.48-r2.ebuild:
  CLisp supports db:4.7, update dependency.

  14 Apr 2010; Tomas Touceda <chiiph@gentoo.org> -clisp-2.48.ebuild:
  Cleanup old testing ebuild

*clisp-2.48-r1 (14 Apr 2010)

  14 Apr 2010; Tomas Touceda <chiiph@gentoo.org> +clisp-2.48-r1.ebuild:
  Revition bump, added berkeley-db and threads support.

  29 Jul 2009; Marijn Schouten <hkBst@gentoo.org> clisp-2.48.ebuild:
  some small improvement

  29 Jul 2009; Marijn Schouten <hkBst@gentoo.org> -clisp-2.43-r1.ebuild,
  -clisp-2.44.1.ebuild, -clisp-2.44.1-r1.ebuild, -clisp-2.46.ebuild,
  -clisp-2.47.ebuild:
  remove old versions

*clisp-2.48 (29 Jul 2009)

  29 Jul 2009; Marijn Schouten <hkBst@gentoo.org> +clisp-2.48.ebuild:
  bump, should fix bug 257348 and bug 267784

  17 Jan 2009; nixnut <nixnut@gentoo.org> clisp-2.47-r1.ebuild:
  ppc stable #246074

  10 Jan 2009; Raúl Porcel <armin76@gentoo.org> clisp-2.47-r1.ebuild:
  alpha/ia64 stable wrt #246074

  10 Jan 2009; Markus Meier <maekke@gentoo.org> clisp-2.47-r1.ebuild:
  amd64/x86 stable, bug #246074

  08 Jan 2009; Marijn Schouten <hkBst@gentoo.org> +files/pari.patch,
  clisp-2.47-r1.ebuild:
  fix pari doesn't compile

*clisp-2.47-r1 (07 Jan 2009)

  07 Jan 2009; Marijn Schouten <hkBst@gentoo.org> +clisp-2.47-r1.ebuild:
  some fixes from Stelian

  05 Jan 2009; Markus Meier <maekke@gentoo.org> clisp-2.47.ebuild:
  amd64/x86 stable, bug #246074

*clisp-2.47 (02 Nov 2008)

  02 Nov 2008; Marijn Schouten <hkBst@gentoo.org> +clisp-2.47.ebuild:
  bump

  02 Sep 2008; Christian Faulhammer <opfer@gentoo.org> clisp-2.43-r1.ebuild:
  remove dependency on virtual/tetex as requested on bug 208300

  30 Jul 2008; Panagiotis Christopoulos <pchrist@gentoo.org>
  clisp-2.43-r1.ebuild, clisp-2.44.1.ebuild, clisp-2.44.1-r1.ebuild,
  clisp-2.46.ebuild:
  Remove i18n from modules as it's in *base* set, fixes bug 231512, thanks
  Jeroen Roovers <jer@gentoo.org> and Stelian Ionescu
  <sionescu@common-lisp.net>

  28 Jul 2008; Panagiotis Christopoulos <pchrist@gentoo.org> metadata.xml:
  Update metadata.xml to include USE flag descriptions. Entries taken from
  profiles/use.local.desc

  18 Jul 2008; Marijn Schouten <hkBst@gentoo.org> clisp-2.46.ebuild:
  fix regression, bug 232169

  07 Jul 2008; Raúl Porcel <armin76@gentoo.org> clisp-2.46.ebuild:
  Tweak ebuild to make it compile on alpha/ia64, add ~alpha/~ia64, bug
  #230035

*clisp-2.46 (03 Jul 2008)

  03 Jul 2008; Marijn Schouten <hkBst@gentoo.org> +clisp-2.46.ebuild:
  bump:
	User visible changes
	--------------------
	* CLISP built natively on 64-bit platforms (i.e., with 64-bit pointers)
	now has :WORD-SIZE=64 in *FEATURES*.
	See <http://clisp.cons.org/impnotes/features.html> for details.
	* Module syscalls now offers OS:ERRNO and OS:STRERROR (for the sake of
	FFI modules).
	See <http://clisp.cons.org/impnotes/syscalls.html#errno> for details.
	* Modules MIT-CLX and NEW-CLX export a new macro XLIB:WITH-OPEN-DISPLAY.
	* Module netica has been upgraded to the Netica C API version 3.25 (from 2.15).
	See <http://clisp.cons.org/impnotes/netica.html> for details.
	* Module libsvm has been upgraded to the upstream version 2.86.
	See <http://clisp.cons.org/impnotes/libsvm.html> for details.
	* Bug fixes:
	+ Work around the absence of tgamma() on solaris. [ 1966375 ]
	+ Avoid a rare segfault on SIGHUP. [ 1956715 ]
	+ Improve module portability to systems with non-GNU make. [ 1970141 ]
	+ Fix GRAY:STREAM-READ-SEQUENCE and GRAY:STREAM-WRITE-SEQUENCE. [ 1975798 ]
	+ Fix the remaining bugs in special bindings in evaluated code on
	TYPECODES (64-bit) platforms.
	+ Fix SOCKET:SOCKET-CONNECT with timeout to a dead port. [ 2007052 ]

  21 May 2008; Tiziano Müller <dev-zero@gentoo.org> clisp-2.43-r1.ebuild,
  clisp-2.44.1.ebuild, clisp-2.44.1-r1.ebuild:
  Changed dependency for postgresql from dev-db/postgresql to
  virtual/postgresql-server

*clisp-2.44.1-r1 (17 May 2008)

  17 May 2008; Alexis Ballier <aballier@gentoo.org> +clisp-2.44.1-r1.ebuild:
  Dont strip module objects as stripping will also remove common symbols and
  then we would expect failures when building modules against it

  13 May 2008; Marijn Schouten <hkBst@gentoo.org> -clisp-2.38.ebuild,
  -clisp-2.38-r1.ebuild, -clisp-2.38-r2.ebuild, -clisp-2.39.ebuild,
  -clisp-2.41.ebuild, -clisp-2.42.ebuild, -clisp-2.42-r1.ebuild,
  -clisp-2.43.ebuild:
  drop old versions

*clisp-2.44.1 (13 May 2008)

  13 May 2008; Marijn Schouten <hkBst@gentoo.org> +clisp-2.44.1.ebuild:
  bump, bug 218739 and fix bug 155402, thanks to Stelian Ionescu
  <stelian.ionescu-zeus@poste.it>

  04 May 2008; nixnut <nixnut@gentoo.org> clisp-2.43-r1.ebuild:
  Stable on ppc wrt bug 217700

  20 Apr 2008; Markus Meier <maekke@gentoo.org> clisp-2.43-r1.ebuild:
  amd64/x86 stable, bug #217700

  01 Mar 2008; nixnut <nixnut@gentoo.org> clisp-2.43-r1.ebuild:
  Added ~ppc wrt bug 211746

*clisp-2.43-r1 (14 Jan 2008)

  14 Jan 2008; Marijn Schouten <hkBst@gentoo.org> +clisp-2.43-r1.ebuild:
  fix for making clisp-link executable, bug 205387

  22 Dec 2007; nixnut <nixnut@gentoo.org> clisp-2.42-r1.ebuild:
  Added ~ppc wrt bug 196708

  08 Dec 2007; Samuli Suominen <drac@gentoo.org> clisp-2.43.ebuild:
  amd64 stable wrt #201216

  21 Nov 2007; Markus Rothe <corsair@gentoo.org> clisp-2.43.ebuild:
  Added ~ppc64; bug #199368

  18 Nov 2007; Marijn Schouten <hkBst@gentoo.org> clisp-2.43.ebuild:
  remove version fix

*clisp-2.43 (18 Nov 2007)

  18 Nov 2007; Marijn Schouten <hkBst@gentoo.org> +clisp-2.43.ebuild:
  bump

*clisp-2.42-r1 (22 Oct 2007)

  22 Oct 2007; Marijn Schouten <hkBst@gentoo.org> +clisp-2.42-r1.ebuild:
  fixes for clisp from bug 196543, thanks to Stelian Ionescu
  <stelian.ionescu-zeus@poste.it>

  17 Oct 2007; Marijn Schouten <hkBst@gentoo.org> clisp-2.42.ebuild:
  remove mangling of HyperSpec URL

*clisp-2.42 (17 Oct 2007)

  17 Oct 2007; Marijn Schouten <hkBst@gentoo.org> +clisp-2.42.ebuild:
  bump
User visible changes
--------------------

* New module gtk2 interfaces to GTK+ v2 and makes it possible to build
  GUI with Glade.
  Thanks to James Bailey <dgym.bailey@gmail.com> for the original code.
  See <http://clisp.cons.org/impnotes/gtk.html> for details.

* New module gdbm interfaces to GNU DataBase Manager.
  Thanks to Masayuki Onjo <masayuki.onjo@gmail.com>.
  See <http://clisp.cons.org/impnotes/gdbm.html> for details.

* A kind of Meta-Object Protocol for structures is now available.
  See <http://clisp.cons.org/impnotes/defstruct-mop.html> for details.

* Module libsvm has been upgraded to the upstream version 2.84.
  See <http://clisp.cons.org/impnotes/libsvm.html> for details.

* NEW-CLX module now supports Stumpwm <http://www.nongnu.org/stumpwm/>.
  Thanks to Shawn Betts <sabetts@vcn.bc.ca>.
  New NEW-CLX demos: bball bwindow greynetic hanoi petal plaid recurrence from
  <http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/gui/clx/clx_demo.cl>.
  New NEW-CLX demo: clclock based on <http://common-lisp.net/~crhodes/clx>.
  New function XLIB:OPEN-DEFAULT-DISPLAY from portable CLX.

* Function EXT:ARGLIST now works on macros too.
  See <http://clisp.cons.org/impnotes/flow-dict.html#arglist> for details.

* Macro TRACE has a new option :BINDINGS, which is useful to share data
  between PRE-* and POST-* forms.
  See <http://clisp.cons.org/environment-dict.html#trace> for details.

* Macro FFI:DEF-C-TYPE can now be called with one argument to define an
  integer type.
  See <http://clisp.cons.org/impnotes/dffi.html#def-c-type> for details.

* New function EXT:RENAME-DIR can be used to rename directories.
  See <http://clisp.cons.org/impnotes/file-dict.html#rename-dir> for details.

* Functions FILE-LENGTH and FILE-POSITION now work on unbuffered streams too.
  See  <http://clisp.cons.org/impnotes/stream-dict.html#file-pos> for details.

* Bug fixes:
  + Fixed EXT:LETF to work with more than one place. [ 1731462 ]
  + Fixed rounding of long floats [even+1/2]. [ 1589311 ]
  + Fixed stdio when running without a TTY, e.g., under SSH. [ 1592343 ]
  + ANSI compliance: PPRINT dispatch is now respected for nested
    objects, not just the top-level. [ 1483768, 1598053 ]
  + Fixed print-read-consistency of strings containing #\Return characters
    (manifested by COMPILE-FILE). [ 1578179 ]
  + Fixed "clisp-link run". [ 1469663 ]
  + Fixed ATANH branch cut continuity. [ 1436987 ]
  + Reset the function lambda expression when loading a compiled file.
    [ 1603260 ]
  + DOCUMENTATION set by SETF is now preserved by COMPILE. [ 1604579 ]
  + LISTEN now calls STREAM-LISTEN as per the Gray proposal. [ 1607666 ]
  + IMPORT into the KEYWORD package does not make a symbol a constant
    variable. [ 1612859 ]
  + DEFPACKAGE code was executed during non top-level compilation. [ 1612313 ]
  + Fixed format error message formatting. [ 1482465 ]
  + Fixed *PPRINT-FIRST-NEWLINE* handling. [ 1412454 ]
  + Improved hash code generation for very large bignums and for long lists.
    [ 948868, 1208124 ]
  + Some bugs related to UNICODE-16 & UNICODE-32. [ 1564818, 1631760, 1632718 ]
  + All exported defined symbols are now properly locked. [ 1713130 ]
  + Berkeley-DB module no longer fills up error log file. [ 1779416 ]
  + New-clx now supports 64-bit KeySym. [ 1797132 ]
	
  09 Sep 2007; Joseph Jezak <josejx@gentoo.org> clisp-2.41.ebuild:
  Marked ppc stable for bug #173050.

  08 Sep 2007; Ulrich Mueller <ulm@gentoo.org>
  +files/2.41-fastcgi-build.patch, clisp-2.41.ebuild:
  Fix fastcgi build problem. Bug #154889, reported by Gleb Litvjak
  <blaster999@gmail.com>. Patch backported from upstream CVS by Dave Wallace
  <dw1@hundo.net>.

  04 Sep 2007; Christian Faulhammer <opfer@gentoo.org> clisp-2.41.ebuild:
  stable x86, bug 173050

  22 Jul 2007; Hans de Graaff <graaff@gentoo.org> clisp-2.38.ebuild,
  clisp-2.38-r1.ebuild, clisp-2.38-r2.ebuild, clisp-2.39.ebuild,
  clisp-2.41.ebuild:
  Drop virtual/x11 references. Drop ppc-macos keyword due to dropped keyword
  with dependencies. We'll see them in prefix.

  21 May 2007; Ulrich Mueller <ulm@gentoo.org>
  +files/2.41-linux-headers.patch, clisp-2.41.ebuild:
  Apply patch from upstream to fix compilation with sanitised linux-headers.
  Fixes bug #173050.

  03 Mar 2007; Marius Mauch <genone@gentoo.org> clisp-2.38-r2.ebuild,
  clisp-2.41.ebuild:
  Replacing einfo with elog

  22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
  Transition to Manifest2.

  20 Dec 2006; Matthew Kennedy <mkennedy@gentoo.org> clisp-2.41.ebuild:
  Remove Common Lisp Controller dependency.

*clisp-2.41 (09 Nov 2006)

  09 Nov 2006; Matthew Kennedy <mkennedy@gentoo.org>
  +files/2.41-fastcgi-Makefile-gentoo.patch, +clisp-2.41.ebuild:
  New upstream version; Remove support for Common Lisp Controller.

  23 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> clisp-2.39.ebuild:
  Added ~ppc, bug #141470

*clisp-2.39 (23 Jul 2006)

  23 Jul 2006; Matthew Kennedy <mkennedy@gentoo.org>
  +files/2.39/README.Gentoo, +files/2.39/clisp.sh,
  +files/2.39/fastcgi-Makefile-gentoo.patch, +files/2.39/install-clc.lisp,
  +clisp-2.39.ebuild:
  New upstream version; Depend on libsigsegv >= 2.4; Don't unset CFLAGS, CLISP
  2.39 now respects them.

  01 May 2006; Matthew Kennedy <mkennedy@gentoo.org>
  files/digest-clisp-2.38, Manifest:
  Fix digests.

  24 Apr 2006; Matthew Kennedy <mkennedy@gentoo.org>
  +files/2.38/fastcgi-Makefile-gentoo.patch, clisp-2.38-r2.ebuild:
  Adjust the fastcgi module so that .. does not appear without a -I in the
  call to GCC; Possibly resolves Bug #119463.

*clisp-2.38-r2 (04 Apr 2006)

  04 Apr 2006; Matthew Kennedy <mkennedy@gentoo.org> +clisp-2.38-r2.ebuild:
  Conditional support for CLISP's NEW-CLX module. If the user has X in USE and
  does not have new-clx in USE, then the MIT-CLX module will be built. The
  MIT-CLX module works better with some applications, eg. StumpWM and is
  therefore the default; Resolves Bug #128572.

*clisp-2.38-r1 (03 Apr 2006)

  03 Apr 2006; Matthew Kennedy <mkennedy@gentoo.org>
  -files/2.33.2/README.Gentoo, -files/2.33.2/clisp.sh,
  -files/2.33.2/compilefix.patch,
  -files/2.33.2/fastcgi-Makefile.in-gentoo.patch,
  -files/2.33.2/glibc-linux.lisp-sigpause-gentoo.patch,
  -files/2.33.2/install-clc.lisp, -files/2.34/README.Gentoo,
  -files/2.34/clisp.sh, -files/2.34/fastcgi-Makefile.in-gentoo.patch,
  -files/2.34/glibc-linux.lisp-sigpause-gentoo.patch,
  -files/2.34/install-clc.lisp, -files/2.35/README.Gentoo,
  -files/2.35/clisp.sh, -files/2.35/install-clc.lisp,
  -files/2.36/README.Gentoo, -files/2.36/clisp.sh,
  -files/2.36/install-clc.lisp, -clisp-2.33.2-r2.ebuild,
  -clisp-2.34-r1.ebuild, -clisp-2.35.ebuild, -clisp-2.36.ebuild,
  +clisp-2.38-r1.ebuild:
  Missing x11-misc/imake dependencies; Resolves Bug #128288; Removed old ebuilds.

  28 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org> clisp-2.38.ebuild:
  ppc stable, bug #120224

  28 Jan 2006; Mark Loeser <halcy0n@gentoo.org> clisp-2.38.ebuild:
  Stable on x86; bug #120224

*clisp-2.38 (25 Jan 2006)

  25 Jan 2006; Matthew Kennedy <mkennedy@gentoo.org>
  -files/2.37/README.Gentoo, -files/2.37/install-clc.lisp,
  -files/2.37/clisp.sh, +files/2.38/README.Gentoo, +files/2.38/clisp.sh,
  +files/2.38/install-clc.lisp, -clisp-2.37.ebuild, +clisp-2.38.ebuild:
  New upstream version; Resolves #120224; Removed ebuild for clisp-2.37.

  25 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>; clisp-2.36.ebuild,
  clisp-2.37.ebuild:
  (#119496) Fix modular X deps.

*clisp-2.37 (11 Jan 2006)

  11 Jan 2006; Matthew Kennedy <mkennedy@gentoo.org>
  +files/2.37/README.Gentoo, +files/2.37/clisp.sh,
  +files/2.37/install-clc.lisp, +clisp-2.37.ebuild:
  New upstream version.

  22 Dec 2005; Matthew Kennedy <mkennedy@gentoo.org> clisp-2.36.ebuild:
  Depend on >=dev-db/postgresql-8.0*; Install implementation notes and PDF
  documentation; Resolves Bug #105703 and #107515 respectively.

  12 Dec 2005; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog:
  Adjust dev-lisp/common-lisp-controller version dependency; Resolves Bug
  #115193.

*clisp-2.36 (09 Dec 2005)

  09 Dec 2005; Matthew Kennedy <mkennedy@gentoo.org>
  +files/2.36/README.Gentoo, +files/2.36/clisp.sh,
  +files/2.36/install-clc.lisp, +clisp-2.36.ebuild:
  New upstream version; Dependency on dev-lisp/common-lisp-controller-4.27.

  15 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  clisp-2.33.2-r2.ebuild, clisp-2.34-r1.ebuild, clisp-2.35.ebuild:
  A perfect example of bad keywording, this doesn't even build, keywording -sparc

  17 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> clisp-2.34-r1.ebuild:
  Stable on ppc.

*clisp-2.35 (09 Sep 2005)

  09 Sep 2005; Matthew Kennedy <mkennedy@gentoo.org>
  +files/2.35/README.Gentoo, +files/2.35/install-clc.lisp,
  +files/2.35/clisp.sh, clisp-2.34-r1.ebuild, +clisp-2.35.ebuild:
  New upstream version; Keywording =dev-lisp/clisp-2.34-r1 stable for x86.

*clisp-2.34 (22 Jul 2005)

  22 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org>
  -files/clisp-2.30-gentoo.patch, +files/2.34/README.Gentoo,
  +files/2.34/clisp.sh, -files/clisp-2.30-linux.lisp-upstream.patch,
  +files/2.34/fastcgi-Makefile.in-gentoo.patch,
  +files/2.34/glibc-linux.lisp-sigpause-gentoo.patch,
  +files/2.34/install-clc.lisp, -files/clisp.sh, clisp-2.33.2-r2.ebuild,
  +clisp-2.34.ebuild:
  New upstream version.

  21 Jun 2005; Simon Stelling <blubb@gentoo.org>
  +files/2.33.2/compilefix.patch, clisp-2.33.2-r2.ebuild:
  fix bug 90911

  14 Jun 2005; <mkennedy@gentoo.org> clisp-2.33.2-r2.ebuild:
  Keywording ~sparc

  30 May 2005; Sven Wegener <swegener@gentoo.org> clisp-2.33.2-r2.ebuild:
  Removed unneeded use of gcc.eclass.

  15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
  -files/2.31/bindings-wildcard-fnmatch.c-gentoo.patch,
  -files/2.31/fastcgi-Makefile.in-gentoo.patch,
  -files/2.32/fastcgi-Makefile.in-gentoo.patch,
  -files/2.32/format.lisp-gentoo.patch,
  -files/2.33.1/fastcgi-Makefile.in-gentoo.patch,
  -files/2.33/berkely-db-configure-gentoo.patch.gz,
  -files/2.31/bindings-glibc-linux.lisp-gentoo.patch,
  -files/2.33/fastcgi-Makefile.in-gentoo.patch,
  -files/2.33/format.lisp-gentoo.patch, -files/install-clc.lisp,
  -clisp-2.28.ebuild, -clisp-2.29.ebuild, -clisp-2.30.ebuild,
  -clisp-2.30-r1.ebuild, -clisp-2.31.ebuild, -clisp-2.31-r1.ebuild,
  -clisp-2.32.ebuild, -clisp-2.32-r1.ebuild, -clisp-2.33.ebuild,
  -clisp-2.33-r1.ebuild, -clisp-2.33-r2.ebuild, -clisp-2.33.1.ebuild,
  -clisp-2.33.2.ebuild, -clisp-2.33.2-r1.ebuild:
  Removed old ebuilds

  18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> clisp-2.33.2-r2.ebuild:
  Keywording for ~amd64

*clisp-2.33.2-r2 (12 Mar 2005)

  12 Mar 2005; Nick Dimiduk <ndimiduk@gentoo.org> clisp-2.33.2-r2.ebuild:
  keyword ~ppc-macos

  02 Jan 2005; Matthew Kennedy <mkennedy@gentoo.org> clisp-2.33.2-r1.ebuild:
  Provide virtual/commonlisp; Resolves Bug #75014

  30 Nov 2004; Sven Wegener <swegener@gentoo.org> clisp-2.33.2-r1.ebuild:
  Fixed invalid atoms in *DEPEND.

  28 Nov 2004; Joseph Jezak <josejx@gentoo.org> clisp-2.33.2-r1.ebuild:
  Marked ppc stable.

  04 Nov 2004; Matthew Kenendy <mkennedy@gentoo.org> clisp-2.33.2-r1.ebuild:
  Corrected dependencies.

  09 Oct 2004; David Holm <dholm@gentoo.org> clisp-2.33.2-r1.ebuild:
  Added to ~ppc.

*clisp-2.33.2-r1 (07 Sep 2004)

  07 Sep 2004; <mkennedy@gentoo.org>
  +files/2.33.2/glibc-linux.lisp-sigpause-gentoo.patch,
  +clisp-2.33.2-r1.ebuild:
  GLIBC related compilation fix contributed by Matthew Schulkind
  <mschulkind@gmail.com>.  Resolves Bug #57155

  27 Jun 2004; <mkennedy@gentoo.org> files/clisp.sh:
  Compile source with ISO-8859-1, not UTF-8.

*clisp-2.33.2 (08 Jun 2004)

  08 Jun 2004; <mkennedy@gentoo.org>
  +files/2.33.2/fastcgi-Makefile.in-gentoo.patch, +clisp-2.33.2.ebuild:
  New upstream version.

*clisp-2.33.1 (28 May 2004)

  28 May 2004; <mkennedy@gentoo.org>
  +files/2.33.1/fastcgi-Makefile.in-gentoo.patch, +clisp-2.33.1.ebuild:
  New upstream minor version; Marking stable

*clisp-2.33-r2 (11 May 2004)

  11 May 2004; <mkennedy@gentoo.org> +clisp-2.33-r2.ebuild:
  Unset CFLAGS and CXXFLAGS

*clisp-2.33-r2 (10 May 2004)

  10 May 2004; <mkennedy@gentoo.org> +clisp-2.33-r2.ebuild:
  Disable support for Berkely DB support (USE berkdb) Bug #50580

  27 Apr 2004; Aron Griffis <agriffis@gentoo.org> clisp-2.33-r1.ebuild,
  clisp-2.33.ebuild:
  Add inherit eutils

*clisp-2.33-r1 (11 Apr 2004)

  11 Apr 2004; <mkennedy@gentoo.org> clisp-2.33-r1.ebuild:
  Don't use -march=athlon-xp

  30 Mar 2004; Donnie Berkholz <spyderous@gentoo.org>; clisp-2.28.ebuild,
  clisp-2.29.ebuild, clisp-2.30-r1.ebuild, clisp-2.30.ebuild,
  clisp-2.31-r1.ebuild, clisp-2.31.ebuild, clisp-2.32-r1.ebuild,
  clisp-2.32.ebuild, clisp-2.33.ebuild:
  Change x11-base/xfree dependency to virtual/x11.

  23 Mar 2004; <mkennedy@gentoo.org> clisp-2.33.ebuild:
  Marking stable for x86

*clisp-2.33 (20 Mar 2004)

  20 Mar 2004; <mkennedy@gentoo.org> clisp-2.32-r1.ebuild, clisp-2.33.ebuild,
  files/clisp.sh, files/2.33/berkely-db-configure-gentoo.patch.gz,
  files/2.33/fastcgi-Makefile.in-gentoo.patch,
  files/2.33/format.lisp-gentoo.patch:
  Added support for berkely-db module; Added support for pcre module;
  Upcase encoding encoding in clisp.sh; Added support for fastcgi
  module;  Removed support for threading; Removed support for LDAP;  New
  upstream version.

  28 Jan 2004; <mkennedy@gentoo.org> clisp-2.32-r1.ebuild:
  inherit common-lisp-common; use function register-common-lisp-implementation,
  not /usr/sbin/register-common-lisp-implementation
  Corrected postinst and postrm for compatibility with changes in
  common-lisp-common eclass.

*clisp-2.32-r1 (15 Jan 2004)

  15 Jan 2004; <mkennedy@gentoo.org> clisp-2.32-r1.ebuild, files/clisp.sh:
  fix paths for postgresql client headers, force clisp to use UTF-8 for
  *default-file-encoding* when compiling for the controller

*clisp-2.32 (11 Jan 2004)

  11 Jan 2004; <mkennedy@gentoo.org> clisp-2.31-r1.ebuild, clisp-2.32.ebuild,
  files/2.32/fastcgi-Makefile.in-gentoo.patch,
  files/2.32/format.lisp-gentoo.patch:
  new upstream version

*clisp-2.31-r1 (29 Nov 2003)

  29 Nov 2003; <mkennedy@gentoo.org> clisp-2.31-r1.ebuild:
  fixes for bugs 33425, 34630 and 34497

  26 Nov 2003; <mkennedy@gentoo.org> clisp-2.31.ebuild:
  removed non-x86 keywords. non-x86 maintainers, please check clisp's depend
  list before adding keywords. marking stable for x86

  26 Nov 2003; <mkennedy@gentoo.org> clisp-2.31.ebuild, metadata.xml,
  files/2.31/fastcgi-Makefile.in-gentoo.patch:
  resolves bug 33425 (treatment of CFLAGS), resolves bug 30591 (-D_LIBC error),
  fixes for fastcgi support, disable thread USE permanently, filled out
  metadata.xml, added support for the new common lisp controller recently added
  to stable, add support for nls and readline USE flags.

*clisp-2.31 (04 Sep 2003)

  04 Sep 2003; Matthew Kennedy <mkennedy@gentoo.org> clisp-2.30-r1.ebuild,
  clisp-2.31.ebuild, files/2.31/bindings-glibc-linux.lisp-gentoo.patch,
  files/2.31/bindings-wildcard-fnmatch.c-gentoo.patch:
  Version update to latest.  New support for FastCGI, PostgreSQL and X
  bindings.  Changed default editor from vi to nano.

*clisp-2.30-r1 (07 Jun 2003)

  07 Jun 2003; Matthew Kennedy <mkennedy@gentoo.org> clisp-2.30-r1.ebuild,
  files/clisp.sh, files/install-clc.lisp:
  port to common lisp controller

*clisp-2.30 (26 Mar 2003)

  26 Mar 2003; Matthew Kennedy <mkennedy@gentoo.org> clisp-2.30.ebuild,
  files/clisp-2.30-gentoo.patch, files/clisp-2.30-linux.lisp-upstream.patch:
  minor version bump

*clisp-2.29 (29 Jul 2002)

  04 Feb 2003; Jon Nall <nall@gentoo.org> clisp-2.29.ebuild :
  added ~ppc

  26 Sep 2002; Karl Trygve Kalleberg <karltk@gentoo.org>
  clisp-2.29.ebuild, files/digest-clisp-2.29 :
  Building sometimes failed on SMP systems. Fixes #8374.

  29 Jul 2002; Matthew Kennedy <mkennedy@gentoo.org>
  clisp-2.29.ebuild, files/digest-clisp-2.29 :
  New upstream minor version to support gcc-3.x. Repoman compliance
  added.

*clisp-2.28 (03 Jun 2002)

  26 Sep 2002; Karl Trygve Kalleberg <karltk@gentoo.org>
  clisp-2.28.ebuild, files/digest-clisp-2.28 :
  Building sometimes failed on SMP systems. Fixes #8374.

  03 Jun 2002; Karl Trygve Kalleberg <karltk@gentoo.org> clisp-2.28.ebuild files/digest-clisp-2.28 :

  From the web page:

  Common Lisp is a high-level, all-purpose, object-oriented, dynamic,
  functional programming language.

  CLISP is a Common Lisp implementation by Bruno Haible, then of Karlsruhe
  University, and Michael Stoll, then of Munich University, both in
  Germany. It mostly supports the Lisp described in the ANSI Common Lisp
  standard.

  CLISP includes an interpreter, a compiler, a large subset of CLOS, a
  foreign language interface and a socket interface. An X11 interface is
  available through CLX and Garnet. Command line editing is provided by
  readline.

  CLISP runs on microcomputers (OS/2, Windows 95/98/2000/NT, Amiga
  500-4000, Acorn RISC PC) as well as on Unix workstations (GNU/Linux,
  BSD, SVR4, Sun4, DEC Alpha OSF, HP-UX, NeXTstep, SGI, AIX, Sun3 and
  others) and needs only 2 MB of RAM.

  CLISP is Free Software and may be distributed under the terms of GNU
  GPL. You may distribute commercial applications compiled with CLISP, see
  file COPYRIGHT in the CLISP distribution.

  The user interface comes in German, English, French, Spanish and Dutch,
  and can be changed at run time.

  Ebuild submitted by Cliff Crawford <cjc26@cornell.edu>.