dev-lisp/sbcl: bump
[portage-prefix-bleeding-edge-ebuilds.git] / dev-lisp / sbcl / ChangeLog
blob269105f69b56bbe146e20d9a6dd894f52675ccc1
1 # ChangeLog for dev-lisp/sbcl
2 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
3 # $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.149 2008/11/16 16:31:39 flameeyes Exp $
5   16 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> sbcl-1.0.9.ebuild,
6   sbcl-1.0.10.ebuild, sbcl-1.0.11-r1.ebuild, sbcl-1.0.12.ebuild,
7   sbcl-1.0.13.ebuild, sbcl-1.0.14.ebuild, sbcl-1.0.15.ebuild,
8   sbcl-1.0.18.ebuild, sbcl-1.0.19.ebuild:
9   Correct --as-needed filtering.
11   03 Aug 2008; Panagiotis Christopoulos <pchrist@gentoo.org>
12   sbcl-1.0.18.ebuild:
13   forgot to update the 1.0.18 ebuild
15   03 Aug 2008; Panagiotis Christopoulos <pchrist@gentoo.org>
16   sbcl-1.0.19.ebuild:
17   Disable QA execstack warnings as upstream will not fix them soon
19 *sbcl-1.0.19 (30 Jul 2008)
21   30 Jul 2008; Panagiotis Christopoulos <pchrist@gentoo.org>
22   +sbcl-1.0.19.ebuild:
23   bump to version 1.0.19
25   28 Jul 2008; Panagiotis Christopoulos <pchrist@gentoo.org> metadata.xml:
26   Update metadata.xml to include USE flag descriptions. Entries taken from
27   profiles/use.local.desc
29 *sbcl-1.0.18 (27 Jul 2008)
31   27 Jul 2008; Panagiotis Christopoulos <pchrist@gentoo.org>
32   +sbcl-1.0.18.ebuild:
33   Version bump, thanks to Stelian Ionescu <sionescu@common-lisp.net>
35   12 May 2008; Marijn Schouten <hkBst@gentoo.org> sbcl-1.0.15.ebuild:
36   fix circular dep issue with gentoo-init
38   01 May 2008; Tobias Scherbaum <dertobi123@gentoo.org> sbcl-1.0.14.ebuild:
39   ppc stable, bug #218706
41   26 Apr 2008; Markus Meier <maekke@gentoo.org> sbcl-1.0.14.ebuild:
42   amd64/x86 stable, bug #218706
44   21 Apr 2008; Ferris McCormick <fmccor@gentoo.org> sbcl-1.0.14.ebuild:
45   Sparc stable --- Bug #218706 --- tests run fine.
47 *sbcl-1.0.15 (02 Mar 2008)
49   02 Mar 2008; Marijn Schouten <hkBst@gentoo.org> +sbcl-1.0.15.ebuild:
50   bump, will hang on tests :(
52 *sbcl-1.0.14 (28 Jan 2008)
54   28 Jan 2008; Marijn Schouten <hkBst@gentoo.org> +sbcl-1.0.14.ebuild:
55   bump:
56   * new feature: SB-EXT:*EXIT-HOOKS* are called when the process exits
57     (see documentation for details.)
58   * revived support for OpenBSD (contributed by Josh Elsasser)
59   * partially fixed bug #108: ROOM no longer suffers from occasional
60     (AVER (SAP= CURRENT END)) failures .
61   * fixed bug #402: proclaimed non-standard declarations in DEFMETHOD
62     bodies no longer cause a WARNING to be signalled. (reported by
63     Vincent Arkesteijn)
64   * bug fix: (TRUNCATE X 0) when X is a bignum now correctly signals
65     DIVISION-BY-ZERO. Similarly for MOD and REM (which suffered due to
66     the bug in TRUNCATE.) (reported by Michael Weber)
67   * bug fix: SB-SPROF:REPORT no longer signals an error if there are
68     no samples. (reported by Andy Hefner)
69   * bug fix: functions compiled using (COMPILE NIL '(LAMBDA ...))
70     no longer appear as (NIL ...) frames in backtraces.
71   * bug fix: RESOLVE-CONFLICT (and the other name conflict machinery)
72     is now actually exported from SB-EXT as documented.  (reported by
73     Maciej Katafiasz)
74   * bug fix: sb-aclrepl now correctly understands how to inspect
75     single-floats on 64-bit platforms where single-floats are not boxed.
76   * bug fix: SB-MOP:CLASS-SLOTS now signals an error if the class has not
77     yet been finalized. (reported by Levente Meszaros)
78   * bug fix: CLOSE :ABORT T behaves more correctly on Windows.
79   * DESCRIBE and (DOCUMENTATION ... 'OPTIMIZE) describe meaning of
80     SBCL-specific optimize qualities.   
82 *sbcl-1.0.13 (01 Jan 2008)
84   01 Jan 2008; Marijn Schouten <hkBst@gentoo.org> +sbcl-1.0.13.ebuild:
85   bump:
86 changes in sbcl-1.0.13 relative to sbcl-1.0.12:
87   * minor incompatible change: RUN-PROGRAM now uses execvp(3) to find
88     an executable in the search path, and does so in the child
89     process's PATH.  The function FIND-EXECUTABLE-IN-SEARCH-PATH has
90     been removed; it can be found in the CVS history, for somebody who
91     needs that search behavior (see the manual).
92   * minor incompatible change: compiler policy re. weakening type
93     checks has changed: now type checks are weakened on if SAFETY < 2
94     and SAFETY < SPEED.
95   * SB-EXT:NATIVE-NAMESTRING takes a new keyword AS-FILE, forcing
96     unparsing of directory pathnames as files. Analogously,
97     SB-EXT:PARSE-NATIVE-NAMESTRING takes an AS-DIRECTORY, forcing a
98     filename to parse into a directory pathname.
99   * enhancement: implicit generic function creation now signals a
100     specific style-warning IMPLICIT-GENERIC-FUNCTION-WARNING, which
101     users can bind handlers for and muffle around calls to LOAD.
102   * enhancement: RUN-PROGRAM allows unicode arguments and environments
103     to be used (using the default stream external format), and allows
104     non-simple strings to be used. (thanks to Harald Hanche-Olsen)
105   * optimization: COPY-SEQ, FILL, and SUBSEQ are 30-80% faster for
106     strings and vectors whose element-type or simplicity is not fully
107     known at compile-time.
108   * optimization: STRING-TRIM and related functions no longer allocate
109     a new string when no trimming needs to be performed. These functions
110     are also faster than before when the input string has been declared
111     as a simple-string.
112   * optimization: READ-SEQUENCE on simple-strings is up to 80% faster.
113   * optimization: READ-LINE is significantly faster for files containing
114     long lines.
115   * optimization: non-open coded uses of character comparison operators
116     (e.g. char=) no longer cons when called with more than one parameter
117     on platforms supporting dynamic-extent allocation.
118   * bug fix: READ-SEQUENCE on composite stream wrapping a Gray stream
119     with STREAM-ELEMENT-TYPE (UNSIGNED-BYTE 8) signalled an error.
120   * bug fix: COPY-SEQ on lists did not signal a type-error on improper
121     lists in safe code.
122   * bug fix: some sequence functions elided bounds checking when
123     SPEED > SAFETY.
124   * bug fix: too liberal weakening of union-type checks when SPEED >
125     SAFETY.
126   * bug fix: more bogus fixnum declarations in ROOM implementation
127     have been fixed.
129   19 Dec 2007; Mark Loeser <halcy0n@gentoo.org> sbcl-1.0.9.ebuild,
130   sbcl-1.0.10.ebuild, sbcl-1.0.11-r1.ebuild, sbcl-1.0.12.ebuild:
131   Add cobalt back into IUSE since it is a USE flag; bug #185956
133   26 Nov 2007; Marijn Schouten <hkBst@gentoo.org> -sbcl-1.0.4.ebuild,
134   -sbcl-1.0.5.ebuild, -sbcl-1.0.6.ebuild, -sbcl-1.0.6-r1.ebuild,
135   -sbcl-1.0.6-r2.ebuild, -sbcl-1.0.7-r2.ebuild, -sbcl-1.0.8.ebuild:
136   remove old versions
138 *sbcl-1.0.12 (26 Nov 2007)
140   26 Nov 2007; Marijn Schouten <hkBst@gentoo.org> +sbcl-1.0.12.ebuild:
141   bump, add gentoo-init dep and make it load so slime will work with less
142   self-configuration
144   02 Nov 2007; Steve Dibb <beandog@gentoo.org> sbcl-1.0.9.ebuild:
145   amd64 stable, bug 194519
147 *sbcl-1.0.11 (26 Oct 2007)
149   26 Oct 2007; Marijn Schouten <hkBst@gentoo.org> +sbcl-1.0.11.ebuild:
150   bump, add SBCL_SOURCE_ROOT, -* keyword
152   18 Oct 2007; Marijn Schouten <hkBst@gentoo.org> sbcl-1.0.10.ebuild:
153   small fix for running your own dumped images
155   02 Oct 2007; Lars Weiler <pylon@gentoo.org> sbcl-1.0.9.ebuild:
156   stable ppc, bug #194519
158   02 Oct 2007; Christian Faulhammer <opfer@gentoo.org> sbcl-1.0.9.ebuild:
159   stable x86, bug 194519
161   02 Oct 2007; Ferris McCormick <fmccor@gentoo.org> sbcl-1.0.9.ebuild:
162   Sparc stable --- Bug #194519 --- seems fine.
164   27 Sep 2007; Marijn Schouten <hkBst@gentoo.org> sbcl-1.0.4.ebuild,
165   sbcl-1.0.5.ebuild, sbcl-1.0.6.ebuild, sbcl-1.0.6-r1.ebuild,
166   sbcl-1.0.6-r2.ebuild, sbcl-1.0.7-r2.ebuild, sbcl-1.0.8.ebuild,
167   sbcl-1.0.9.ebuild:
168   undo addition of cobalt ARCHITECTURE (bug 185956) use flag
170 *sbcl-1.0.10 (27 Sep 2007)
172   27 Sep 2007; Marijn Schouten <hkBst@gentoo.org> +sbcl-1.0.10.ebuild:
173   bump
175   30 Aug 2007; Stuart Longland <redhatter@gentoo.org> sbcl-1.0.4.ebuild,
176   sbcl-1.0.5.ebuild, sbcl-1.0.6.ebuild, sbcl-1.0.6-r1.ebuild,
177   sbcl-1.0.6-r2.ebuild, sbcl-1.0.7-r2.ebuild, sbcl-1.0.8.ebuild,
178   sbcl-1.0.9.ebuild:
179   Added 'cobalt' to IUSE for endianness-detection on MIPS. This is still a bit
180   hackish for my taste, will talk with lisp herd and nut out a better fix
181   later.
183 *sbcl-1.0.9 (27 Aug 2007)
185   27 Aug 2007; Marijn Schouten <hkBst@gentoo.org> +sbcl-1.0.9.ebuild:
186   bump to 1.0.9
188   07 Aug 2007; Marijn Schouten <hkBst@gentoo.org> sbcl-1.0.7-r2.ebuild,
189   sbcl-1.0.8.ebuild:
190   add graphviz dep, bug 187305
192   25 Jul 2007; Marijn Schouten <hkBst@gentoo.org> -sbcl-0.9.4.ebuild,
193   -sbcl-0.9.17.ebuild, -sbcl-0.9.18.ebuild, -sbcl-1.0.ebuild,
194   -sbcl-1.0.1.ebuild:
195   remove old versions
197 *sbcl-1.0.8 (25 Jul 2007)
199   25 Jul 2007; Marijn Schouten <hkBst@gentoo.org> +sbcl-1.0.8.ebuild:
200   add 1.0.8 and remove that ldb doesn't work on ppc
202 *sbcl-1.0.7-r2 (20 Jul 2007)
204   20 Jul 2007; Marijn Schouten <hkBst@gentoo.org> +sbcl-1.0.7-r2.ebuild:
205   add 1.0.7, much thanks to Stelian Ionescu <sionescu@common-lisp.net>
207   15 Jul 2007; Marijn Schouten <hkBst@gentoo.org> sbcl-1.0.6-r2.ebuild:
208   fix glibc-2.6 fix
210   15 Jul 2007; Marijn Schouten <hkBst@gentoo.org> sbcl-1.0.6-r2.ebuild:
211   fix for glibc-2.6, bug 185410
213   14 Jul 2007; Marijn Schouten <hkBst@gentoo.org> sbcl-1.0.6-r2.ebuild:
214   build in a clean environment to work around bug 174702
216 *sbcl-1.0.6-r2 (11 Jul 2007)
218   11 Jul 2007; Marijn Schouten <hkBst@gentoo.org> sbcl-1.0.6-r1.ebuild,
219   +sbcl-1.0.6-r2.ebuild:
220   incorporate cleanups by Stelian Ionescu <sionescu@common-lisp.net>
222   09 Jul 2007; Marijn Schouten <hkBst@gentoo.org> sbcl-1.0.6-r1.ebuild:
223   add alpha SRC_URI
225 *sbcl-1.0.6-r1 (09 Jul 2007)
227   09 Jul 2007; Marijn Schouten <hkBst@gentoo.org> +sbcl-1.0.6-r1.ebuild:
228   bump binary versions
230   20 Jun 2007; Marijn Schouten <hkBst@gentoo.org> -sbcl-0.9.3.ebuild:
231   removed old version, fix bug 151812
233   16 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org> sbcl-1.0.4.ebuild:
234   ppc stable, bug #180118
236   16 Jun 2007; Christoph Mende <angelos@gentoo.org> sbcl-1.0.4.ebuild:
237   Stable on amd64 wrt bug 180118
239   13 Jun 2007; Christian Faulhammer <opfer@gentoo.org> sbcl-1.0.4.ebuild:
240   stable x86, bug 180118; double negation changed to normal test for source
241   USE flag
243 *sbcl-1.0.6 (28 May 2007)
245   28 May 2007; Joshua <joslwah@gentoo.org> +sbcl-1.0.6.ebuild:
246   New version 1.0.6 released.
248 *sbcl-1.0.5 (08 May 2007)
250   08 May 2007; Joshua <joslwah@gentoo.org> +sbcl-1.0.5.ebuild:
251   Adding new release.
253   11 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> sbcl-1.0.4.ebuild:
254   Fast track to sparc stable, see #173669
256   10 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> sbcl-1.0.1.ebuild,
257   sbcl-1.0.4.ebuild:
258   Keyword ~sparc for 1.0.4 wrt #173669 and -sparc for 1.0.1 wrt #173641
260   07 Apr 2007; Fabian Groffen <grobian@gentoo.org> sbcl-0.9.17.ebuild,
261   sbcl-0.9.18.ebuild, sbcl-1.0.ebuild, sbcl-1.0.1.ebuild, sbcl-1.0.4.ebuild:
262   Dropped ppc-macos keyword, see you in prefix
264   07 Apr 2007; Christian Faulhammer <opfer@gentoo.org> sbcl-1.0.4.ebuild:
265   keyworded ~amd64/~x86, bug 173669
267   07 Apr 2007; Christian Faulhammer <opfer@gentoo.org> sbcl-1.0.1.ebuild:
268   stable amd64, bug 173641
270 *sbcl-1.0.4 (07 Apr 2007)
272   07 Apr 2007; Joshua <joslwah@gentoo.org> sbcl-1.0.1.ebuild,
273   +sbcl-1.0.4.ebuild:
274   Keyworded ppc stable on 1.0.1 and ~ppc for 1.0.4.
276   07 Apr 2007; Christian Faulhammer <opfer@gentoo.org> sbcl-1.0.1.ebuild:
277   stable x86, bug 173641
279   03 Mar 2007; Marius Mauch <genone@gentoo.org> sbcl-0.9.3.ebuild,
280   sbcl-0.9.4.ebuild, sbcl-0.9.17.ebuild, sbcl-0.9.18.ebuild,
281   sbcl-1.0.ebuild, sbcl-1.0.1.ebuild:
282   Replacing einfo with elog
284 *sbcl-1.0.1 (18 Jan 2007)
286   18 Jan 2007; <mkennedy@gentoo.org> +sbcl-1.0.1.ebuild:
287   New upstream version.
289   19 Dec 2006; Matthew Kennedy <mkennedy@gentoo.org> sbcl-1.0.ebuild:
290   Remove dependency on dev-lisp/cl-asdf.
292 *sbcl-1.0 (30 Nov 2006)
294   30 Nov 2006; Joshua <joslwah@gentoo.org> +sbcl-1.0.ebuild:
295   Initial commit of 1.0.
297   14 Nov 2006; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.9.18.ebuild:
298   Install sbclrc to /etc, not /.
300 *sbcl-0.9.18 (09 Nov 2006)
302   09 Nov 2006; Matthew Kennedy <mkennedy@gentoo.org>
303   -files/0.9.7/README.Gentoo,
304   -files/0.9.7/customize-target-features.lisp-suffix,
305   -files/0.9.7/customize-target-features.lisp-prefix,
306   -files/0.9.7/install-clc.lisp, -files/0.9.7/sbcl.sh,
307   -files/0.9.7/sbcl-gentoo.patch, -files/0.9.7/sbclrc,
308   -files/0.9.8/README.Gentoo,
309   -files/0.9.8/customize-target-features.lisp-prefix,
310   -files/0.9.8/customize-target-features.lisp-suffix,
311   -files/0.9.8/install-clc.lisp, -files/0.9.8/sbcl.sh,
312   -files/0.9.8/sbcl-gentoo.patch, -files/0.9.8/sbclrc,
313   -files/0.9.9/README.Gentoo,
314   -files/0.9.9/customize-target-features.lisp-prefix,
315   -files/0.9.9/customize-target-features.lisp-suffix,
316   -files/0.9.9/install-clc.lisp, -files/0.9.9/sbcl.sh,
317   -files/0.9.9/sbcl-gentoo.patch, -files/0.9.9/sbclrc,
318   -files/0.9.11/README.Gentoo,
319   -files/0.9.11/customize-target-features.lisp-prefix,
320   -files/0.9.11/customize-target-features.lisp-suffix,
321   -files/0.9.11/install-clc.lisp, -files/0.9.11/sbcl.sh,
322   -files/0.9.11/sbcl-gentoo.patch, -files/0.9.11/sbclrc,
323   -files/0.9.12/README.Gentoo,
324   -files/0.9.12/customize-target-features.lisp-prefix,
325   -files/0.9.12/customize-target-features.lisp-suffix,
326   -files/0.9.12/disable-tests-gentoo.patch, -files/0.9.12/install-clc.lisp,
327   -files/0.9.12/sbcl.sh, -files/0.9.12/sbclrc, -files/0.9.13/README.Gentoo,
328   -files/0.9.13/customize-target-features.lisp-prefix,
329   -files/0.9.13/customize-target-features.lisp-suffix,
330   -files/0.9.13/disable-tests-gentoo.patch, -files/0.9.13/install-clc.lisp,
331   -files/0.9.13/sbcl.sh, -files/0.9.13/sbclrc,
332   -files/0.9.13/vanilla-module-install-source-gentoo.patch,
333   -files/0.9.14/README.Gentoo,
334   -files/0.9.14/customize-target-features.lisp-prefix,
335   -files/0.9.14/customize-target-features.lisp-suffix,
336   -files/0.9.14/disable-tests-gentoo.patch, -files/0.9.14/install-clc.lisp,
337   -files/0.9.14/sbcl.sh, -files/0.9.14/sbclrc,
338   -files/0.9.14/vanilla-module-install-source-gentoo.patch,
339   -files/0.9.15/README.Gentoo,
340   -files/0.9.15/customize-target-features.lisp-prefix,
341   -files/0.9.15/customize-target-features.lisp-suffix,
342   -files/0.9.15/disable-tests-gentoo.patch, -files/0.9.15/install-clc.lisp,
343   -files/0.9.15/sbcl.sh, -files/0.9.15/sbclrc,
344   -files/0.9.15/vanilla-module-install-source-gentoo.patch,
345   -files/0.9.16/README.Gentoo,
346   -files/0.9.16/customize-target-features.lisp-prefix,
347   -files/0.9.16/customize-target-features.lisp-suffix,
348   -files/0.9.16/disable-tests-gentoo.patch, -files/0.9.16/install-clc.lisp,
349   -files/0.9.16/sbcl.sh, -files/0.9.16/sbclrc,
350   -files/0.9.16/vanilla-module-install-source-gentoo.patch,
351   +files/disable-tests-gentoo.patch,
352   +files/vanilla-module-install-source-gentoo.patch, -sbcl-0.9.7.ebuild,
353   -sbcl-0.9.8.ebuild, -sbcl-0.9.9.ebuild, -sbcl-0.9.11.ebuild,
354   -sbcl-0.9.12.ebuild, -sbcl-0.9.13.ebuild, -sbcl-0.9.14.ebuild,
355   -sbcl-0.9.15.ebuild, -sbcl-0.9.16.ebuild, +sbcl-0.9.18.ebuild:
356   New upstream version; Remove support for Common Lisp Controller; Remove old
357   ebuilds.
359 *sbcl-0.9.17 (30 Sep 2006)
361   30 Sep 2006; Matthew Kennedy <mkennedy@gentoo.org>
362   +files/0.9.17/README.Gentoo,
363   +files/0.9.17/customize-target-features.lisp-prefix,
364   +files/0.9.17/customize-target-features.lisp-suffix,
365   +files/0.9.17/disable-tests-gentoo.patch, +files/0.9.17/install-clc.lisp,
366   +files/0.9.17/sbcl.sh, +files/0.9.17/sbclrc,
367   +files/0.9.17/vanilla-module-install-source-gentoo.patch,
368   +sbcl-0.9.17.ebuild:
369   New upstream version.
371 *sbcl-0.9.16 (27 Aug 2006)
373   27 Aug 2006; Matthew Kennedy <mkennedy@gentoo.org>
374   +files/0.9.16/README.Gentoo,
375   +files/0.9.16/customize-target-features.lisp-prefix,
376   +files/0.9.16/customize-target-features.lisp-suffix,
377   +files/0.9.16/disable-tests-gentoo.patch, +files/0.9.16/install-clc.lisp,
378   +files/0.9.16/sbcl.sh, +files/0.9.16/sbclrc,
379   +files/0.9.16/vanilla-module-install-source-gentoo.patch,
380   +sbcl-0.9.16.ebuild:
381   New upstream version; Change nosource USE flag to source (no need to define
382   nosource if source already is used globally.
384 *sbcl-0.9.15 (30 Jul 2006)
386   30 Jul 2006; Matthew Kennedy <mkennedy@gentoo.org>
387   +files/0.9.15/README.Gentoo,
388   +files/0.9.15/customize-target-features.lisp-prefix,
389   +files/0.9.15/customize-target-features.lisp-suffix,
390   +files/0.9.15/disable-tests-gentoo.patch, +files/0.9.15/install-clc.lisp,
391   +files/0.9.15/sbcl.sh, +files/0.9.15/sbclrc,
392   +files/0.9.15/vanilla-module-install-source-gentoo.patch,
393   +sbcl-0.9.15.ebuild:
394   New upstream version.
396 *sbcl-0.9.14 (09 Jul 2006)
398   09 Jul 2006; Matthew Kennedy <mkennedy@gentoo.org>
399   +files/0.9.14/README.Gentoo,
400   +files/0.9.14/customize-target-features.lisp-prefix,
401   +files/0.9.14/customize-target-features.lisp-suffix,
402   +files/0.9.14/disable-tests-gentoo.patch, +files/0.9.14/install-clc.lisp,
403   +files/0.9.14/sbcl.sh, +files/0.9.14/sbclrc,
404   +files/0.9.14/vanilla-module-install-source-gentoo.patch,
405   +sbcl-0.9.14.ebuild:
406   New upstream version; Upgrade bootstrap compiler for x86 and amd64 to 0.9.14.
408 *sbcl-0.9.13 (31 May 2006)
410   31 May 2006; Matthew Kennedy <mkennedy@gentoo.org>
411   +files/0.9.13/README.Gentoo,
412   +files/0.9.13/customize-target-features.lisp-prefix,
413   +files/0.9.13/customize-target-features.lisp-suffix,
414   +files/0.9.13/disable-tests-gentoo.patch, +files/0.9.13/install-clc.lisp,
415   +files/0.9.13/sbcl.sh, +files/0.9.13/sbclrc,
416   +files/0.9.13/vanilla-module-install-source-gentoo.patch,
417   +sbcl-0.9.13.ebuild:
418   New upstream version; Fix vanilla-module.mk to install Lisp source in
419   addition to FASL (so SLIME find-definition etc. works).
421   11 May 2006; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.9.12.ebuild:
422   Strip --as-needed from LDFLAGS; Resolves Bug #132992.
424   29 Apr 2006; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.9.12.ebuild:
425   Correct incomplete texinfo documentation installation.
427 *sbcl-0.9.12 (27 Apr 2006)
429   27 Apr 2006; Matthew Kennedy <mkennedy@gentoo.org>
430   +files/0.9.12/README.Gentoo,
431   +files/0.9.12/customize-target-features.lisp-prefix,
432   +files/0.9.12/customize-target-features.lisp-suffix,
433   +files/0.9.12/disable-tests-gentoo.patch, +files/0.9.12/install-clc.lisp,
434   +files/0.9.12/sbcl.sh, +files/0.9.12/sbclrc, +sbcl-0.9.12.ebuild:
435   New upstream version.
437   24 Apr 2006; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.9.11.ebuild:
438   Conditionally build documentation (Bug #130268); Added support for ppc-macos
439   (resolves Bug #129360); pkg_setup logic ensures nptl is in USE on amd64 and
440   x86 (resolves Bug #119016).
442 *sbcl-0.9.11 (04 Apr 2006)
444   04 Apr 2006; Matthew Kennedy <mkennedy@gentoo.org>
445   -files/0.9.10/customize-target-features.lisp-prefix,
446   -files/0.9.10/install-clc.lisp, +files/0.9.11/README.Gentoo,
447   -files/0.9.10/customize-target-features.lisp-suffix,
448   -files/0.9.10/sbcl.sh,
449   +files/0.9.11/customize-target-features.lisp-prefix,
450   -files/0.9.10/README.Gentoo, -files/0.9.10/sbcl-gentoo.patch,
451   -files/0.9.10/sbclrc, +files/0.9.11/customize-target-features.lisp-suffix,
452   +files/0.9.11/install-clc.lisp, +files/0.9.11/sbcl.sh,
453   +files/0.9.11/sbcl-gentoo.patch, +files/0.9.11/sbclrc, sbcl-0.9.9.ebuild,
454   -sbcl-0.9.10.ebuild, +sbcl-0.9.11.ebuild:
455   New upstream version; Update dependencies for common-lisp-controller to
456   >=dev-lisp/common-lisp-controller-4*; Resolves Bug #128717; Removed keyword
457   masked sbcl-0.9.10.ebuild.
459   04 Mar 2006; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.9.10.ebuild:
460   Temporary -* masking due to problem with FASL output paths in CLC.
462 *sbcl-0.9.10 (03 Mar 2006)
464   03 Mar 2006; Matthew Kennedy <mkennedy@gentoo.org>
465   +files/0.9.10/README.Gentoo,
466   +files/0.9.10/customize-target-features.lisp-prefix,
467   +files/0.9.10/customize-target-features.lisp-suffix,
468   +files/0.9.10/install-clc.lisp, +files/0.9.10/sbcl.sh,
469   +files/0.9.10/sbcl-gentoo.patch, +files/0.9.10/sbclrc,
470   +sbcl-0.9.10.ebuild:
471   New upstream version.
473 *sbcl-0.9.9 (29 Jan 2006)
475   29 Jan 2006; Matthew Kennedy <mkennedy@gentoo.org>
476   +files/0.9.9/README.Gentoo,
477   +files/0.9.9/customize-target-features.lisp-suffix, +files/0.9.9/sbcl.sh,
478   +files/0.9.9/customize-target-features.lisp-prefix,
479   +files/0.9.9/install-clc.lisp, +files/0.9.9/sbcl-gentoo.patch,
480   +files/0.9.9/sbclrc, sbcl-0.9.8.ebuild, +sbcl-0.9.9.ebuild:
481   New upstream version; Upgrade boostrap compiler for amd64 to 0.9.9 (thanks
482   to anarchy@gentoo.org for the note); Include pkg_setup logic to fail when
483   NPTL is not in USE for amd64 or x86 systems.
485   07 Jan 2006; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.9.8.ebuild:
486   Upgrade bootstrap compiler for amd64 and x86.
488   05 Jan 2006; Jory A. Pratt <anarchy@gentoo.org> sbcl-0.9.8.ebuild:
489   removed sed as wrt bug #117701
491 *sbcl-0.9.8 (03 Jan 2006)
493   03 Jan 2006; Matthew Kennedy <mkennedy@gentoo.org>
494   +files/0.9.8/README.Gentoo,
495   +files/0.9.8/customize-target-features.lisp-suffix, +files/0.9.8/sbcl.sh,
496   +files/0.9.8/customize-target-features.lisp-prefix,
497   +files/0.9.8/install-clc.lisp, +files/0.9.8/sbcl-gentoo.patch,
498   +files/0.9.8/sbclrc, sbcl-0.9.7.ebuild, +sbcl-0.9.8.ebuild:
499   New upstream version; Improved multilib support; Corrected typo for FASL
500   removal.
502   21 Dec 2005; Aron Griffis <agriffis@gentoo.org> sbcl-0.9.7.ebuild:
503   Minor changes:
504   - cp instead of mv in src_install, so it can be called again
505   - the html tarball isn't being used, so comment it out of SRC_URI
506   - replace large if-then-else blocks with arch-independent code
507   - use find | xargs instead of -exec for efficiency
509   07 Dec 2005; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.9.7.ebuild:
510   Upgrade bootstrap compiler for AMD64 to 0.9.7; Resolves Bug #114259.
512   02 Dec 2005; Matthew Kennedy <mkennedy@gentoo.org>
513   +files/0.9.3/README.Gentoo,
514   +files/0.9.3/customize-target-features.lisp-prefix,
515   +files/0.9.3/customize-target-features.lisp-suffix,
516   +files/0.9.3/install-clc.lisp, +files/0.9.3/sbcl-gentoo.patch,
517   +files/0.9.3/sbclrc, +sbcl-0.9.3.ebuild:
518   Restore sbcl-0.9.3 for amd64 keywording; Thanks to <anarchy@gentoo.org> for
519   catching that.
521 *sbcl-0.9.7 (01 Dec 2005)
523   01 Dec 2005; Matthew Kennedy <mkennedy@gentoo.org>
524   -files/0.9.3/README.Gentoo, -files/0.9.3/sbcl.sh, -files/0.9.5/sbcl.sh,
525   -files/0.9.3/customize-target-features.lisp-prefix,
526   -files/0.9.3/sbcl-gentoo.patch, -files/0.9.5/sbclrc,
527   -files/0.9.3/customize-target-features.lisp-suffix, -files/0.9.3/sbclrc,
528   -files/0.9.6/README.Gentoo, -files/0.9.3/install-clc.lisp,
529   -files/0.9.5/README.Gentoo,
530   -files/0.9.5/customize-target-features.lisp-prefix,
531   -files/0.9.5/customize-target-features.lisp-suffix,
532   -files/0.9.5/install-clc.lisp, -files/0.9.5/sbcl-gentoo.patch,
533   -files/0.9.6/customize-target-features.lisp-prefix,
534   -files/0.9.6/customize-target-features.lisp-suffix,
535   -files/0.9.6/install-clc.lisp, -files/0.9.6/sbcl.sh,
536   -files/0.9.6/sbcl-gentoo.patch, -files/0.9.6/sbclrc,
537   +files/0.9.7/README.Gentoo,
538   +files/0.9.7/customize-target-features.lisp-prefix,
539   +files/0.9.7/customize-target-features.lisp-suffix,
540   +files/0.9.7/install-clc.lisp, +files/0.9.7/sbcl.sh,
541   +files/0.9.7/sbcl-gentoo.patch, +files/0.9.7/sbclrc, -sbcl-0.9.3.ebuild,
542   -sbcl-0.9.5.ebuild, -sbcl-0.9.6.ebuild, +sbcl-0.9.7.ebuild:
543   New upstream version; Removed old ebuilds.
545 *sbcl-0.9.6 (28 Oct 2005)
547   28 Oct 2005; Matthew Kennedy <mkennedy@gentoo.org>
548   +files/0.9.6/README.Gentoo,
549   +files/0.9.6/customize-target-features.lisp-prefix,
550   +files/0.9.6/customize-target-features.lisp-suffix,
551   +files/0.9.6/install-clc.lisp, +files/0.9.6/sbcl.sh,
552   +files/0.9.6/sbcl-gentoo.patch, +files/0.9.6/sbclrc, +sbcl-0.9.6.ebuild:
553   New upstream version.
555 *sbcl-0.9.5 (23 Oct 2005)
557   23 Oct 2005; Matthew Kennedy <mkennedy@gentoo.org>
558   +files/0.9.5/README.Gentoo,
559   +files/0.9.5/customize-target-features.lisp-prefix,
560   +files/0.9.5/customize-target-features.lisp-suffix,
561   +files/0.9.5/install-clc.lisp, +files/0.9.5/sbcl.sh,
562   +files/0.9.5/sbcl-gentoo.patch, +files/0.9.5/sbclrc, metadata.xml,
563   +sbcl-0.9.5.ebuild:
564   New upstream version; Revise metadata.xml for recent changes in NPTL/Linux
565   2.6 threading support changes; Resolves Bug #110046.
567   21 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> sbcl-0.9.4.ebuild:
568   Stable on sparc
570   09 Sep 2005; Matthew Kennedy <mkennedy@gentoo.org>
571   -files/0.9.2/README.Gentoo,
572   -files/0.9.2/customize-target-features.lisp-suffix, -files/0.9.2/sbcl.sh,
573   -files/0.9.2/customize-target-features.lisp-prefix,
574   -files/0.9.2/install-clc.lisp, -files/0.9.2/sbcl-gentoo.patch,
575   -files/0.9.2/sbclrc, -sbcl-0.9.2.ebuild, sbcl-0.9.4.ebuild:
576   Keywording stable x86; Keywording stable ppc (anything older than
577   dev-lisp/sbcl-0.9.4 is incompatible with many in dev-lisp/cl-*); Resolves
578   Bug #99456 (build failure on PPC for >dev-lisp/sbcl-0.9.1 and
579   <dev-lisp/sbcl-0.9.4); Removed old ebuilds.
581 *sbcl-0.9.4 (01 Sep 2005)
583   01 Sep 2005; Matthew Kennedy <mkennedy@gentoo.org>
584   -files/0.8.21/README.Gentoo, -files/0.8.21/sbcl.sh, -files/0.9.0/sbcl.sh,
585   -files/0.8.21/customize-target-features.lisp-prefix,
586   -files/0.8.21/sbcl-gentoo.patch, -files/0.9.0/sbcl-gentoo.patch,
587   -files/0.8.21/customize-target-features.lisp-suffix,
588   -files/0.8.21/sbcl-no-tests-gentoo.patch, -files/0.9.0/sbclrc,
589   -files/0.8.21/install-clc.lisp, -files/0.8.21/sbclrc,
590   -files/0.9.1/README.Gentoo, -files/0.9.0/README.Gentoo,
591   -files/0.9.1/customize-target-features.lisp-prefix,
592   -files/0.9.0/customize-target-features.lisp-prefix,
593   -files/0.9.0/customize-target-features.lisp-suffix,
594   -files/0.9.0/install-clc.lisp,
595   -files/0.9.1/customize-target-features.lisp-suffix,
596   -files/0.9.1/install-clc.lisp, -files/0.9.1/sbcl.sh,
597   -files/0.9.1/sbcl-gentoo.patch, -files/0.9.1/sbclrc,
598   +files/0.9.4/README.Gentoo,
599   +files/0.9.4/customize-target-features.lisp-prefix,
600   +files/0.9.4/customize-target-features.lisp-suffix,
601   +files/0.9.4/install-clc.lisp, +files/0.9.4/sbcl.sh,
602   +files/0.9.4/sbcl-gentoo.patch, +files/0.9.4/sbclrc,
603   -sbcl-0.8.21-r1.ebuild, -sbcl-0.9.0.ebuild, -sbcl-0.9.1.ebuild,
604   -sbcl-0.9.1-r1.ebuild, sbcl-0.9.3.ebuild, +sbcl-0.9.4.ebuild:
605   New upstream version; Resolves Bug #103899; Keywording stable amd64, sparc
606   and x86 for =dev-lisp/sbcl-0.9.3; Resolves Bug #103902; Remove older
607   ebuilds: <=dev-lisp/sbcl-0.9.1; Remove ppc keywords from
608   >=dev-lisp/sbcl-0.9.3 (see Bug #99456).
610   07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> sbcl-0.9.2.ebuild:
611   Stable on ppc.
613   28 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.9.3.ebuild:
614   Don't add :SB-FUTEX to features -- its no longer used.
616 *sbcl-0.9.3 (28 Jul 2005)
618   28 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org>
619   +files/0.9.3/README.Gentoo,
620   +files/0.9.3/customize-target-features.lisp-prefix,
621   +files/0.9.3/customize-target-features.lisp-suffix,
622   +files/0.9.3/install-clc.lisp, +files/0.9.3/sbcl.sh,
623   +files/0.9.3/sbcl-gentoo.patch, +files/0.9.3/sbclrc, +sbcl-0.9.3.ebuild:
624   New upstream version.
626 *sbcl-0.9.2 (06 Jul 2005)
627 *sbcl-0.9.1-r1 (06 Jul 2005)
629   06 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org>
630   +files/0.9.2/README.Gentoo,
631   +files/0.9.2/customize-target-features.lisp-suffix, +files/0.9.2/sbcl.sh,
632   +files/0.9.2/customize-target-features.lisp-prefix,
633   +files/0.9.2/install-clc.lisp, +files/0.9.2/sbcl-gentoo.patch,
634   +files/0.9.2/sbclrc, +sbcl-0.9.1-r1.ebuild, +sbcl-0.9.2.ebuild:
635   New upstream version; Don't build PDF/PS documentation; Set LANG=C for each
636   invocation of SBCL in the ebuild Resolves Bug 97116.
638   26 Jun 2005; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.9.1.ebuild:
639   Set LANG=C when building; Change --no-debugger to --disable-debugger;
640   Resolves Bug #97116
642   31 May 2005; Matthew Kennedy <mkennedy@gentoo.org>
643   files/0.9.1/README.Gentoo, sbcl-0.9.1.ebuild:
644   No longer supporting callbacks in USE; Removed old ebuilds.
646 *sbcl-0.9.1 (30 May 2005)
648   30 May 2005; Matthew Kennedy <mkennedy@gentoo.org>
649   +files/0.9.1/README.Gentoo,
650   +files/0.9.1/customize-target-features.lisp-prefix,
651   +files/0.9.1/customize-target-features.lisp-suffix,
652   +files/0.9.1/install-clc.lisp, +files/0.9.1/sbcl.sh,
653   +files/0.9.1/sbcl-gentoo.patch, +files/0.9.1/sbclrc, +sbcl-0.9.1.ebuild:
654   New upstream version; Handle hardened GCC configurations (see Bug #88399);
655   Correct lib path using get_libdir (see Bug #87849)
657   21 May 2005; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.9.0.ebuild:
658   Use most recent SBCL SPARC/Linux binary.
660   13 May 2005; Matthew Kennedy <mkennedy@gentoo.org> :
661   Digest fix.
663   25 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> :
664   Use /usr/$(get_libdir) instead of hardcoding /usr/lib; Resolves Bug #87849
666   07 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> :
667   New upstream version.
669   16 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.8.18.ebuild,
670   sbcl-0.8.19.ebuild, sbcl-0.8.20.ebuild:
671   Correct MIPS SRC_URI; Add support for amd64 (see Bug #84876 and Bug #85274);
672   Detect an attempt to use "hardened" features
674 *sbcl-0.8.20 (02 Mar 2005)
676   02 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org>
677   +files/0.8.20/README.Gentoo,
678   +files/0.8.20/customize-target-features.lisp-prefix,
679   +files/0.8.20/customize-target-features.lisp-suffix,
680   +files/0.8.20/install-clc.lisp, +files/0.8.20/sbcl-gentoo.patch,
681   +files/0.8.20/sbcl-no-tests-gentoo.patch, +files/0.8.20/sbcl.sh,
682   +files/0.8.20/sbclrc, +sbcl-0.8.20.ebuild:
683   New upstream version; Added "callbacks" USE flag; Don't include futex support
684   on non-x86.
686 *sbcl-0.8.19 (12 Feb 2005)
688   12 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.8.19.ebuild:
689   Refine dependency on Common Lisp Controller to
690   =dev-lisp/common-lisp-controller-4*; Resolves Bug #81546
692   10 Feb 2005; Sven Wegener <swegener@gentoo.org> :
693   Added missing digest entries.
695   10 Jan 2005; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.8.18.ebuild:
696   Fixed typo: :sb-threads should have been :sb-thread
698   08 Jan 2005; Sven Wegener <swegener@gentoo.org> :
699   Added missing digest entries.
701 *sbcl-0.8.18 (07 Jan 2005)
703   07 Jan 2005; Matthew Kennedy <mkennedy@gentoo.org> metadata.xml,
704   -files/gc.lisp-linux-2.6.patch, -files/install-clc.lisp, -files/sbcl.rc,
705   -files/sbcl.sh, -files/0.8.10/README.Gentoo,
706   -files/0.8.10/customize-target-features.lisp,
707   -files/0.8.10/customize-target-features.lisp.no-threads,
708   -files/0.8.10/install-clc.lisp, -files/0.8.10/sbcl-asdf-install.1,
709   -files/0.8.10/sbcl-gentoo.patch, -files/0.8.10/sbcl.sh,
710   -files/0.8.10/sbclrc, -files/0.8.11/README.Gentoo,
711   -files/0.8.11/customize-target-features.lisp,
712   -files/0.8.11/customize-target-features.lisp.no-threads,
713   -files/0.8.11/install-clc.lisp, -files/0.8.11/sbcl-asdf-install.1,
714   -files/0.8.11/sbcl-gentoo.patch, -files/0.8.11/sbcl.sh,
715   -files/0.8.11/sbclrc, -files/0.8.12/README.Gentoo,
716   -files/0.8.12/customize-target-features.lisp,
717   -files/0.8.12/customize-target-features.lisp.no-threads,
718   -files/0.8.12/install-clc.lisp, -files/0.8.12/sbcl-gentoo.patch,
719   -files/0.8.12/sbcl-no-tests-gentoo.patch, -files/0.8.12/sbcl.sh,
720   -files/0.8.12/sbclrc, -files/0.8.13/README.Gentoo,
721   -files/0.8.13/customize-target-features.lisp,
722   -files/0.8.13/customize-target-features.lisp.no-threads,
723   -files/0.8.13/install-clc.lisp, -files/0.8.13/sbcl-gentoo.patch,
724   -files/0.8.13/sbcl-no-tests-gentoo.patch, -files/0.8.13/sbcl.sh,
725   -files/0.8.13/sbclrc, -files/0.8.17/README.Gentoo,
726   -files/0.8.17/customize-target-features.lisp-prefix,
727   -files/0.8.17/customize-target-features.lisp-suffix,
728   -files/0.8.17/install-clc.lisp, -files/0.8.17/sbcl-gentoo.patch,
729   -files/0.8.17/sbcl-no-tests-gentoo.patch, -files/0.8.17/sbcl.sh,
730   -files/0.8.17/sbclrc, +files/0.8.18/README.Gentoo,
731   +files/0.8.18/customize-target-features.lisp-prefix,
732   +files/0.8.18/customize-target-features.lisp-suffix,
733   +files/0.8.18/install-clc.lisp, +files/0.8.18/sbcl-gentoo.patch,
734   +files/0.8.18/sbcl-no-tests-gentoo.patch, +files/0.8.18/sbcl.sh,
735   +files/0.8.18/sbclrc, -files/0.8.7/README.Gentoo,
736   -files/0.8.7/customize-target-features.lisp,
737   -files/0.8.7/customize-target-features.lisp.no-threads,
738   -files/0.8.7/install-clc.lisp-gentoo.patch,
739   -files/0.8.7/posix-tests.lisp-sandbox-gentoo.patch,
740   -files/0.8.8/README.Gentoo, -files/0.8.8/customize-target-features.lisp,
741   -files/0.8.8/customize-target-features.lisp.no-threads,
742   -files/0.8.8/install-clc.lisp,
743   -files/0.8.8/posix-tests.lisp-sandbox-gentoo.patch,
744   -files/0.8.8/sbcl-asdf-install.1, -files/0.8.8/sbcl-gentoo.patch,
745   -files/0.8.8/sbcl.rc, -files/0.8.8/sbcl.sh, -files/0.8.8/sbclrc,
746   -files/0.8.9/GNUmakefile-SBCL_HOME-gentoo.patch,
747   -files/0.8.9/README.Gentoo, -files/0.8.9/customize-target-features.lisp,
748   -files/0.8.9/customize-target-features.lisp.no-threads,
749   -files/0.8.9/install-clc.lisp,
750   -files/0.8.9/posix-tests.lisp-sandbox-gentoo.patch,
751   -files/0.8.9/sbcl-asdf-install.1, -files/0.8.9/sbcl.sh,
752   -files/0.8.9/sbclrc, -sbcl-0.8.10.ebuild, -sbcl-0.8.11.ebuild,
753   -sbcl-0.8.12-r1.ebuild, -sbcl-0.8.12.ebuild, -sbcl-0.8.13.ebuild,
754   -sbcl-0.8.17.ebuild, +sbcl-0.8.18.ebuild, -sbcl-0.8.7-r1.ebuild,
755   -sbcl-0.8.7.ebuild, -sbcl-0.8.8.ebuild, -sbcl-0.8.9.ebuild:
756   New upstream version; Removed ports older than dev-lisp/sbcl-0.8.14; Remove
757   dev-lisp/sbcl-0.8.17 port; Add Unicode support to dev-lisp/sbcl-0.8.18 and
758   beyond; Update metadata.xml.
760   13 Dec 2004; Sven Wegener <swegener@gentoo.org> sbcl-0.8.17.ebuild:
761   Fixed invalid atoms in *DEPEND. Added missing digest entries.
763 *sbcl-0.8.17 (13 Dec 2004)
765   13 Dec 2004; Matthew Kennedy <mkennedy@gentoo.org>
766   +files/0.8.17/README.Gentoo,
767   +files/0.8.17/customize-target-features.lisp-prefix,
768   +files/0.8.17/customize-target-features.lisp-suffix,
769   +files/0.8.17/install-clc.lisp, +files/0.8.17/sbcl-gentoo.patch,
770   +files/0.8.17/sbcl-no-tests-gentoo.patch, +files/0.8.17/sbcl.sh,
771   +files/0.8.17/sbclrc, sbcl-0.8.16.ebuild, +sbcl-0.8.17.ebuild:
772   New upstream version (masked); Mark sbcl-0.8.16 stable for x86
774   30 Nov 2004; Sven Wegener <swegener@gentoo.org> sbcl-0.8.15.ebuild,
775   sbcl-0.8.16.ebuild:
776   Fixed invalid atoms in *DEPEND.
778   24 Nov 2004; Sven Wegener <swegener@gentoo.org> :
779   Added missing digest entries.
781   04 Nov 2004; Matthew Kenendy <mkennedy@gentoo.org> sbcl-0.8.15.ebuild,
782   sbcl-0.8.16.ebuild:
783   Corrected dependencies.
785 *sbcl-0.8.16 (01 Nov 2004)
787   01 Nov 2004; Matthew Kenendy <mkennedy@gentoo.org>
788   +files/0.8.16/README.Gentoo, +files/0.8.16/customize-target-features.lisp,
789   +files/0.8.16/customize-target-features.lisp.no-threads,
790   +files/0.8.16/install-clc.lisp, +files/0.8.16/sbcl-gentoo.patch,
791   +files/0.8.16/sbcl-no-tests-gentoo.patch, +files/0.8.16/sbcl.sh,
792   +files/0.8.16/sbclrc, sbcl-0.8.15.ebuild, +sbcl-0.8.16.ebuild:
793   New upstream version; Marking 0.8.15 stable for x86
795   04 Oct 2004; <mkennedy@gentoo.org> sbcl-0.8.14.ebuild:
796   Marking 0.8.14 for stable x86
798 *sbcl-0.8.15 (04 Oct 2004)
800   04 Oct 2004; <mkennedy@gentoo.org> +files/0.8.15/README.Gentoo,
801   +files/0.8.15/customize-target-features.lisp,
802   +files/0.8.15/customize-target-features.lisp.no-threads,
803   +files/0.8.15/install-clc.lisp, +files/0.8.15/sbcl-gentoo.patch,
804   +files/0.8.15/sbcl-no-tests-gentoo.patch, +files/0.8.15/sbcl.sh,
805   +files/0.8.15/sbclrc, +sbcl-0.8.15.ebuild:
806   New upstream version.
808 *sbcl-0.8.14 (02 Sep 2004)
810   02 Sep 2004; <mkennedy@gentoo.org> +files/0.8.14/README.Gentoo,
811   +files/0.8.14/customize-target-features.lisp,
812   +files/0.8.14/customize-target-features.lisp.no-threads,
813   +files/0.8.14/install-clc.lisp, +files/0.8.14/sbcl-gentoo.patch,
814   +files/0.8.14/sbcl-no-tests-gentoo.patch, +files/0.8.14/sbcl.sh,
815   +files/0.8.14/sbclrc, sbcl-0.8.13.ebuild, +sbcl-0.8.14.ebuild:
816   New ustream version; Marking last version stable for x86
818   05 Aug 2004; <mkennedy@gentoo.org> files/0.8.13/sbcl.sh:
819   Remove verbose shell output from sbcl.sh
821 *sbcl-0.8.13 (01 Aug 2004)
823   01 Aug 2004; <mkennedy@gentoo.org> +files/0.8.13/README.Gentoo,
824   +files/0.8.13/customize-target-features.lisp,
825   +files/0.8.13/customize-target-features.lisp.no-threads,
826   +files/0.8.13/install-clc.lisp, +files/0.8.13/sbcl-gentoo.patch,
827   +files/0.8.13/sbcl-no-tests-gentoo.patch, +files/0.8.13/sbcl.sh,
828   +files/0.8.13/sbclrc, +sbcl-0.8.13.ebuild:
829   New upstream version
831 *sbcl-0.8.12-r1 (30 Jul 2004)
833   30 Jul 2004; <mkennedy@gentoo.org> +files/0.8.12/sbcl-no-tests-gentoo.patch,
834   +sbcl-0.8.12-r1.ebuild:
835   Added patch to avoid loading test system definitions for SB-POSIX and
836   SB-BSD-SOCKETS (shortens load times); Marking stable arch for x86.
838 *sbcl-0.8.12 (10 Jul 2004)
840   10 Jul 2004; <mkennedy@gentoo.org> +files/0.8.12/README.Gentoo,
841   +files/0.8.12/customize-target-features.lisp,
842   +files/0.8.12/customize-target-features.lisp.no-threads,
843   +files/0.8.12/install-clc.lisp, +files/0.8.12/sbcl-gentoo.patch,
844   +files/0.8.12/sbcl.sh, +files/0.8.12/sbclrc, sbcl-0.8.11.ebuild,
845   +sbcl-0.8.12.ebuild:
846   New upstream version.
848 *sbcl-0.8.11 (14 Jun 2004)
850   14 Jun 2004; <mkennedy@gentoo.org> +files/0.8.11/README.Gentoo,
851   +files/0.8.11/customize-target-features.lisp,
852   +files/0.8.11/customize-target-features.lisp.no-threads,
853   +files/0.8.11/install-clc.lisp, +files/0.8.11/sbcl-asdf-install.1,
854   +files/0.8.11/sbcl-gentoo.patch, +files/0.8.11/sbcl.sh,
855   +files/0.8.11/sbclrc, sbcl-0.8.10.ebuild, +sbcl-0.8.11.ebuild:
856   New upstream version; Support for "nosource" in USE (don't install 
857   SBCL source code)
859   13 May 2004; <mkennedy@gentoo.org> sbcl-0.8.10.ebuild:
860   Use a more recent SBCL build binary for PPC (was 0.7.13, now 0.8.8).
861   Resolves Bug #44766
863 *sbcl-0.8.10 (06 May 2004)
865   06 May 2004; <mkennedy@gentoo.org> +files/0.8.10/README.Gentoo,
866   +files/0.8.10/customize-target-features.lisp,
867   +files/0.8.10/customize-target-features.lisp.no-threads,
868   +files/0.8.10/install-clc.lisp, +files/0.8.10/sbcl-asdf-install.1,
869   +files/0.8.10/sbcl-gentoo.patch, +files/0.8.10/sbcl.sh,
870   +files/0.8.10/sbclrc, +sbcl-0.8.10.ebuild:
871   New upstream version; New depend of sys-apps/texinfo for texinfo
872   documentation; Controll generation of PostScript and PDF via doc
873   USE flag (new depend virtual/tetex)
875   18 Apr 2004; <mkennedy@gentoo.org> files/sbcl.sh, files/0.8.9/sbcl.sh:
876   Change /etc/sbcl.rc to /etc/sbclrc for sbcl.sh
878 *sbcl-0.8.9 (25 Mar 2004)
880   25 Mar 2004; <mkennedy@gentoo.org> sbcl-0.8.9.ebuild,
881   files/0.8.9/GNUmakefile-SBCL_HOME-gentoo.patch, files/0.8.9/README.Gentoo,
882   files/0.8.9/customize-target-features.lisp,
883   files/0.8.9/customize-target-features.lisp.no-threads,
884   files/0.8.9/install-clc.lisp,
885   files/0.8.9/posix-tests.lisp-sandbox-gentoo.patch,
886   files/0.8.9/sbcl-asdf-install.1, files/0.8.9/sbcl.sh, files/0.8.9/sbclrc:
887   New upstream minor version
889   24 Mar 2004; <mkennedy@gentoo.org> sbcl-0.8.8.ebuild, files/0.8.8/sbclrc:
890   Corrected path to system-wide SBCL configuration (should be /etc/sbclrc, not
891   /etc/sbcl.rc)
893   23 Mar 2004; <mkennedy@gentoo.org> sbcl-0.8.8.ebuild:
894   Marking stable for x86
896   02 Mar 2004; <mkennedy@gentoo.org> sbcl-0.8.8.ebuild, files/sbcl.rc:
897   Installation of source.
899 *sbcl-0.8.8 (27 Feb 2004)
901   27 Feb 2004; <mkennedy@gentoo.org> sbcl-0.8.8.ebuild,
902   files/0.8.8/README.Gentoo, files/0.8.8/customize-target-features.lisp,
903   files/0.8.8/customize-target-features.lisp.no-threads,
904   files/0.8.8/install-clc.lisp,
905   files/0.8.8/posix-tests.lisp-sandbox-gentoo.patch,
906   files/0.8.8/sbcl-asdf-install.1, files/0.8.8/sbcl-gentoo.patch,
907   files/0.8.8/sbcl.sh:
908   New upstream; Move pkg_postinst/pkg_prerm to use the new eclass code; No
909   longer use the Debian package (we keep our own CLC stuff in files now)
911 *sbcl-0.8.7-r1 (28 Jan 2004)
913   28 Jan 2004; <mkennedy@gentoo.org> sbcl-0.8.7-r1.ebuild,
914   files/0.8.7/customize-target-features.lisp,
915   files/0.8.7/customize-target-features.lisp.no-threads,
916   files/0.8.7/install-clc.lisp-gentoo.patch:
917   Move to stable for x86; metadata improvements; common lisp controller clean
918   up; inherit common-lisp-common for register-common-lisp-implementation; no 
919   longer enable :sb-doc in the features expression
921 *sbcl-0.8.7-r1 (16 Jan 2004)
923   16 Jan 2004; <mkennedy@gentoo.org> sbcl-0.8.7-r1.ebuild:
924   Enhanced Common Lisp Controller support (install-clc.lisp); Fix ownership on
925   portage-timestamp-compensate unpack to be root
927 *sbcl-0.8.7 (12 Jan 2004)
929   12 Jan 2004; <mkennedy@gentoo.org> sbcl-0.8.7.ebuild,
930   files/0.8.7/README.Gentoo, files/0.8.7/customize-target-features.lisp,
931   files/0.8.7/posix-tests.lisp-sandbox-gentoo.patch:
932   New upstream release.  Ebuild now supports threads USE flag for x86.
933   This means dev-lisp/sbcl-mt is now obsolete.  Documentation is now
934   installed from upstream documentation archives.  Masked ~x86.  Clean
935   up of ebuild.  Added example CMUCL build line.  Added README.Gentoo
936   with summary of Gentoo-specifics.
938   27 Dec 2003; Jason Wever <weeve@gentoo.org> sbcl-0.8.5-r1.ebuild:
939   Added patch from Steven Farmer <steve@megahack.com> to fix bug #36005.
941 *sbcl-0.8.5-r1 (25 Nov 2003)
943   25 Nov 2003; <mkennedy@gentoo.org> sbcl-0.8.5-r1.ebuild:
944   support for new clc code, move to x86 mask
946 *sbcl-0.8.5 (30 Oct 2003)
948   30 Oct 2003; <mkennedy@gentoo.org> sbcl-0.8.4-r2.ebuild, sbcl-0.8.5.ebuild:
949   new upstream
951   30 Oct 2003; <mkennedy@gentoo.org> sbcl-0.6.12.ebuild, sbcl-0.7.5.ebuild,
952   sbcl-0.7.6-r1.ebuild, sbcl-0.8.3.68.ebuild, sbcl-0.8.4-r2.ebuild:
953   removed old ebuilds
955   30 Oct 2003; <mkennedy@gentoo.org> sbcl-0.6.12.ebuild, sbcl-0.7.5.ebuild,
956   sbcl-0.7.6-r1.ebuild, sbcl-0.8.3.68.ebuild, sbcl-0.8.4-r2.ebuild:
957   improved clean up code, if you experience problems after updating to this
958   version, try re-emerging sbcl -- this should resolve any transient upgrade
959   problems
961   13 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> metadata.xml:
962   add metadata.xml
964   13 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.8.4-r2.ebuild:
965   this commit fixes more timestamp problems
967   11 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.8.4-r2.ebuild:
968   move cleanup code to postrm
970 *sbcl-0.8.4-r2 (11 Oct 2003)
972   11 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.8.4-r2.ebuild:
973   cleanup on prerm
975 *sbcl-0.8.4-r1 (09 Oct 2003)
977   09 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.8.4-r1.ebuild:
978   added mips, sparc support. build documentation from source
980 *sbcl-0.8.4 (08 Oct 2003)
982   08 Oct 2003; Markus Nigbur <pyrania@gentoo.org> sbcl-0.8.4.ebuild:
983   Version bump. This is a modification to sbcl-0.8.3.68 to add the html docs for
984   sbcl as well as fix a build bug that occurs when SBCL_HOME is set while
985   building. Thanks to Geoff Cant (bug 30640)
987 *sbcl-0.8.3.68 (03 Oct 2003)
989   03 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.8.3.68.ebuild,
990   files/gc.lisp-linux-2.6.patch, files/sbcl.rc:
991   new debian version
993 *sbcl-0.8.3 (20 Sep 2003)
995   20 Sep 2003; Matthew Kennedy <mkennedy@gentoo.org> sbcl-0.8.3.ebuild,
996   files/install-clc.lisp, files/sbcl.rc, files/sbcl.sh:
997   new upstream release and support for common lisp controller gathered by Geoff
998   Cant <geoffrey.cant.1@uni.massey.ac.nz> of bug #28340
1000 *sbcl-0.8.1 (27 Jun 2003)
1002   27 Jun 2003; Karl Trygve Kalleberg <karltk@gentoo.org> sbcl-0.8.1.ebuild files/digest-sbcl-0.8.1 :
1003   New upstream version. Fixes #11899, #13970.
1005   06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
1007 *sbcl-0.7.7 (11 Oct 2002)
1009   11 Oct 2002; Karl Trygve Kalleberg <karltk@gentoo.org> sbcl-0.7.7.ebuild files/digest-sbcl-0.7.7 :
1010   New upstream version. Fixes #8398.
1012 *sbcl-0.7.6-r1 (09 Aug 2002)
1014   09 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> sbcl-0.7.6-r1.ebuild files/digest-sbcl-0.7.6-r1:
1016   Internal restructuring to allow both x86 and ppc to use the same sbcl ebuild,
1017   it depends on the newest version of Portage (2.0.27).
1018   
1019   Removed sbcl-0.7.6.ebuild files/digest-sbcl-0.7.6
1021 *sbcl-0.7.6 (29 Jul 2002)
1023   29 Jul 2002; Karl Trygve Kalleberg <karltk@gentoo.org> sbcl-0.7.6.ebuild files/digest-sbcl-0.7.6 :
1025   The x86 digest gets overwritten then doing digest update on ppc. We already
1026   have a working x86 version, so I leave this open on ppc but close it on x86
1027   until we get this fixed properly.
1029   29 Jul 2002; Karl Trygve Kalleberg <karltk@gentoo.org> sbcl-0.7.6.ebuild files/digest-sbcl-0.7.6 :
1031   Tested on PPC.
1033   28 Jul 2002; Karl Trygve Kalleberg <karltk@gentoo.org> sbcl-0.7.6.ebuild files/digest-sbcl-0.7.6 :
1035   New upstream version. Ebuild contributed by Marius Bernklev 
1036   <mariube@unixcore.com>.
1038 *sbcl-0.7.5 (16 Jul 2002)
1040   19 Jul 2002; Karl Trygve Kalleberg <karltk@gentoo.org> sbcl-0.7.5.ebuild :
1042   Cleaned it. Now passes lintool.
1044   16 Jul 2002; phoen][x <phoenix@gentoo.org> sbcl-0.7.5.ebuild, files/digest-sbcl-0.7.5 :  
1045   Bumped to new Version.
1046   
1047   Ebuild contributed by Marius Bernklev <mariube@unixcore.com>.
1048   Thanks for the contribution.
1051 *sbcl-0.6.12 (1 Feb 2002)
1053   1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :  
1054   Added initial ChangeLog which should be updated whenever the package is
1055   updated in any way. This changelog is targetted to users. This means that the
1056   comments should well explained and written in clean English. The details about
1057   writing correct changelogs are explained in the skel.ChangeLog file which you
1058   can find in the root directory of the portage repository.