summaryrefslogtreecommitdiff
blob: 002286743731fae6aa61cce29d510b4b548ec811 (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
# ChangeLog for dev-scheme/guile
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.29 2007/10/17 10:42:43 hkbst Exp $

*guile-1.8.3 (17 Oct 2007)

  17 Oct 2007; Marijn Schouten <hkBst@gentoo.org> +guile-1.8.3.ebuild:
  Add bugfix release 1.8.3:
  - New modules (see the manual for details)

   - `(srfi srfi-35)'
   - `(srfi srfi-37)'

  - Bugs fixed

   - The `(ice-9 slib)' module now works as expected
   - Expressions like "(set! 'x #t)" no longer yield a crash
   - Warnings about duplicate bindings now go to stderr
   - A memory leak in `make-socket-address' was fixed
   - Alignment issues (e.g., on SPARC) in network routines were fixed
   - A threading issue that showed up at least on NetBSD was fixed
   - Build problems on Solaris and IRIX fixed

  - Implementation improvements

   - The reader is now faster, which reduces startup time
   - Procedures returned by `record-accessor' and `record-modifier' are faster

  15 Oct 2007; Markus Rothe <corsair@gentoo.org> guile-1.8.2.ebuild:
  Stable on ppc64

  05 Oct 2007; Raúl Porcel <armin76@gentoo.org> guile-1.8.2.ebuild:
  alpha stable wrt #182995, thanks to Tobias Klausmann for testing

  02 Oct 2007; Ferris McCormick <fmccor@gentoo.org> guile-1.8.2.ebuild:
  Sparc stable --- part of Bug #182995 --- with USE='nls regex deprecated'.

  02 Oct 2007; Christian Faulhammer <opfer@gentoo.org> guile-1.8.2.ebuild:
  stable x86, bug 182995

*guile-1.8.2 (29 Jul 2007)

  29 Jul 2007; Marijn Schouten <hkBst@gentoo.org> +guile-1.8.2.ebuild:
  add 1.8.2, remove silly sleep 999 from tests and disable failing patches
  (all probably upstream)

  23 Jun 2007; Diego Pettenò <flameeyes@gentoo.org> guile-1.8.1-r3.ebuild:
  Filter -ftree-vectorize flag as per bug #178499.

  02 Jun 2007; nixnut <nixnut@gentoo.org> guile-1.6.8.ebuild:
  Stable on ppc wrt bug 178360

  31 May 2007; Diego Pettenò <flameeyes@gentoo.org> guile-1.8.1-r3.ebuild:
  Add ~x86-fbsd keyword.

  25 May 2007; Diego Pettenò <flameeyes@gentoo.org> guile-1.8.1-r3.ebuild:
  The FreeBSD patches has to be applied before eautoreconf is ran, or they
  will not be picked up.

  25 May 2007; Marijn Schouten <hkBst@gentoo.org>
  +files/guile-1.8.1-clog-cexp.patch,
  +files/guile-1.8.1-defaultincludes.patch, guile-1.8.1-r3.ebuild:
  add freebsd fixes from flameeyes, bug 179728

  25 May 2007; Marijn Schouten <hkBst@gentoo.org> guile-1.6.8.ebuild:
  re-enable -j1 for 1.6.8, bug 179738

  20 May 2007; Raúl Porcel <armin76@gentoo.org> guile-1.6.8.ebuild:
  alpha stable wrt #178360

  19 May 2007; Markus Rothe <corsair@gentoo.org> guile-1.6.8.ebuild:
  Stable on ppc64; bug #178360

  17 May 2007; Marijn Schouten <hkBst@gentoo.org> +files/slibtest.patch,
  guile-1.6.8.ebuild:
  disable the few broken tests, bug 178835; remove large sleep

  16 May 2007; Daniel Gryniewicz <dang@gentoo.org> guile-1.6.8.ebuild:
  Marked stable on amd64 for bug #178360

  15 May 2007; Ferris McCormick <fmccor@gentoo.org> guile-1.6.8.ebuild:
  Stable on sparc --- Bug #178360 --- builds, runs all tests, and installs as
  expected.

  15 May 2007; Jeroen Roovers <jer@gentoo.org> guile-1.6.8.ebuild:
  Stable for HPPA (bug #178360).

  14 May 2007; Raúl Porcel <armin76@gentoo.org> guile-1.6.8.ebuild:
  ia64 stable wrt #178360

  14 May 2007; Markus Ullmann <jokey@gentoo.org> guile-1.6.8.ebuild:
  Stable on x86 wrt bug #178360

  13 Mar 2007; Marijn Schouten <hkBst@gentoo.org> -guile-1.4-r3.ebuild,
  -guile-1.4.1.ebuild, -guile-1.6.4-r1.ebuild, -guile-1.6.6.ebuild:
  clean out old guile versions

*guile-1.8.1-r3 (03 Mar 2007)

  03 Mar 2007; Marijn Schouten <hkBst@gentoo.org>
  +files/guile-1.8.1-autotools_fixes.patch, +files/guile-1.8-rational.patch,
  -guile-1.8.1-r1.ebuild, +guile-1.8.1-r3.ebuild:
  add patch for xbindkeys

*guile-1.8.1-r2 (28 Feb 2007)

  28 Feb 2007; Marijn Schouten <hkBst@gentoo.org>
  +files/guile-1.8-rational.patch, +guile-1.8.1-r2.ebuild:
  add guile patched for lilypond 2.11.x

  28 Jan 2007; Marijn Schouten <hkBst@gentoo.org> guile-1.8.1-r1.ebuild:
  deprecated depends on discouraged being enabled, bug 164206

  28 Jan 2007; Marijn Schouten <hkBst@gentoo.org> Manifest:
  remove guile-1.8.1 with broken econf

*guile-1.8.1-r1 (25 Jan 2007)

  25 Jan 2007; Marijn Schouten <hkBst@gentoo.org> +guile-1.8.1-r1.ebuild:
  fix missing \ from configure causing all options and use flags to be ignored

*guile-1.8.1 (22 Jan 2007)

  22 Jan 2007; Marijn Schouten <hkBst@gentoo.org> +guile-1.8.1.ebuild:
  added guile-1.8.1

*guile-1.6.8 (12 Jan 2007)

  12 Jan 2007;  Marijn Schouten <hkBst@gentoo.org> +guile-1.6.8.ebuild:
  Added 1.6.8 ebuild

  10 Jan 2007;  Marijn Schouten <hkBst@gentoo.org> +files/guile-1.4-inet_aton.patch,
  +files/guile-amd64.patch, +files/guile-1.6.7-gcc4.patch,
  +files/guile-1.6.7-posix.patch, +files/guile-1.6.7-scmsigs.patch,
  +metadata.xml, +guile-1.4-r3.ebuild, +guile-1.4.1.ebuild,
  +guile-1.6.4-r1.ebuild, +guile-1.6.6.ebuild, +guile-1.6.7.ebuild:
  Moved from dev-util/guile to dev-scheme/guile.

  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> guile-1.4-r3.ebuild:
  Remove gnuconfig_update usage, leave it to econf.

  18 Dec 2006; Fabian Groffen <grobian@gentoo.org>
  -files/guile-macos-posix.patch, -files/guile-macos-relink.patch,
  guile-1.6.4-r1.ebuild, guile-1.6.6.ebuild, guile-1.6.7.ebuild:
  Dropped ppc-macos keyword, see you in prefix.

  18 Mar 2006; Markus Rothe <corsair@gentoo.org> guile-1.6.7.ebuild:
  Stable on ppc64; bug #126569

  09 Sep 2005; Brent Baude <ranger@gentoo.org> guile-1.6.7.ebuild:
  Marking guile-1.6.7 as ~ppc64 for bug 103918

  07 Aug 2005; Kito <kito@gentoo.org> +files/guile-1.6.7-posix.patch,
  +files/guile-1.6.7-scmsigs.patch, guile-1.6.7.ebuild:
  updated patches or gcc4/Darwin8

  23 Jul 2005; MATSUU Takuto <matsuu@gentoo.org> guile-1.6.7.ebuild:
  Stable on sh.

  12 Jul 2005; Stephen P. Becker <geoman@gentoo.org> guile-1.6.7.ebuild:
  stable on mips

  23 Jun 2005; Guy Martin <gmsoft@gentoo.org> guile-1.6.7.ebuild:
  Stable on hppa.

  14 Jun 2005; Fernando J. Pereda <ferdy@gentoo.org> guile-1.6.7.ebuild:
  Stable on alpha

  12 Jun 2005; Olivier Crête <tester@gentoo.org> guile-1.6.7.ebuild:
  Stable on amd64

  12 Jun 2005; Tobias Scherbaum <dertobi123@gentoo.org> guile-1.6.7.ebuild:
  Stable on ppc.

  06 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> guile-1.6.7.ebuild:
  Stable on sparc

  24 Apr 2005; Martin Schlemmer <azarah@gentoo.org>
  +files/guile-1.6.7-gcc4.patch, guile-1.6.7.ebuild:
  Fix to build with gcc-4.0.0.

  06 Apr 2005; Seemant Kulleen <seemant@gentoo.org> guile-1.6.4-r1.ebuild,
  guile-1.6.6.ebuild, guile-1.6.7.ebuild:
  make sure ppc compiles this with -O2 rather than -O3 which causes breakage.
  This should fix bug #85670 by Martin <monsorno@gmx.de>, which should
  somewhat solve bug #27716, but I leave that to Spanky and Alastair

  06 Apr 2005; Seemant Kulleen <seemant@gentoo.org> -guile-1.6.4.ebuild,
  -guile-1.6.4-r2.ebuild:
  remove crufty ebuilds

*guile-1.6.7 (28 Jan 2005)

  28 Jan 2005; Alastair Tse <liquidx@gentoo.org> +guile-1.6.7.ebuild:
  version bump. should fix compile problems people are having? (#73920)

*guile-1.6.6 (10 Dec 2004)

  10 Dec 2004; Aron Griffis <agriffis@gentoo.org> +guile-1.6.6.ebuild:
  Bump to 1.6.6

  17 Oct 2004; Alastair Tse <liquidx@gentoo.org>
  +files/guile-1.4-inet_aton.patch, -files/net_db.c, guile-1.4-r3.ebuild,
  guile-1.4.1.ebuild:
  fix inet_aton issue plus remove old net_db.c from FILESDIR

  11 Oct 2004; Mamoru KOMACHI <usata@gentoo.org>
  +files/guile-macos-posix.patch, +files/guile-macos-relink.patch,
  guile-1.6.4-r1.ebuild:
  Added to ~ppc-macos. Thanks to Robin Munn <rmunn@pobox.com>,
  closing bug #62277.

*guile-1.6.4-r2 (19 Sep 2004)

  19 Sep 2004; Danny van Dyk <kugelfang@gentoo.org> +guile-1.6.4-r2.ebuild:
  Bumped to version 1.6.4-r2. This version is only necessary for gnucash on
  amd64. It disables deprecations that leave undefined references in shared
  libraries.

  13 May 2004; Michael McCabe <randy@gentoo.org> guile-1.6.4-r1.ebuild:
  Added s390 keywords

  28 Apr 2004; Jon Portnoy <avenj@gentoo.org> guile-1.6.4-r1.ebuild :
  Stable on AMD64.

  25 Mar 2004; Joshua Kinard <kumba@gentoo.org> guile-1.6.4-r1.ebuild:
  Marked stable on mips.

  11 Feb 2004; Joshua Kinard <kumba@gentoo.org> guile-1.6.4-r1.ebuild:
  Added ~mips to satisfy repoman deps

  18 Jan 2004; <gustavoz@gentoo.org> guile-1.6.4-r1.ebuild:
  marked stable on sparc, we were really falling behind

  14 Jan 2004; <gustavoz@gentoo.org> guile-1.6.4-r1.ebuild:
  added ~sparc

  12 Jan 2004; <augustus@gentoo.org> guile-1.6.4-r1.ebuild,
  files/guile-amd64.patch:
  Added support for AMD64. Builds and installs just fine. Needs further testing.
  Bug #35481.

  04 Jan 2004; Daniel Ahlberg <aliz@gentoo.org> guile-1.4-r3.ebuild:
  Add gnuconfig_update. Closing #37166.

  03 Jan 2004; <agriffis@gentoo.org> guile-1.6.4-r1.ebuild:
  Stable on ia64

  03 Dec 2003; Aron Griffis <agriffis@gentoo.org> guile-1.6.4-r1.ebuild:
  Stable on alpha

  22 Nov 2003; Alastair Tse <liquidx@gentoo.org> guile-1.6.4-r1.ebuild,
  metadata.xml:
  disable parallel builds because it breaks on -j5 (#34029)

  04 Nov 2003; Brad House <brad_mssw@gentoo.org> guile-1.4-r3.ebuild:
  add amd64 flag

*guile-1.6.4-r1 (06 Sep 2003)

  06 Sep 2003; Daniel Robbins <drobbins@gentoo.org> guile-1.6.4-r1.ebuild: new
  revision to close bug 23493; texmacs should now be able to find guile via the
  GUILE_LOAD_PATH env var (/etc/env.d fix.) This shouldn't break any arch so
  keeping the KEYWORDS the same on this bump.
  
  19 Aug 2003; Aron Griffis <agriffis@gentoo.org> guile-1.6.4.ebuild: Fix bug
  26484 by filtering out -g3

  24 Jul 2003; Tavis Ormandy <taviso@gentoo.org> guile-1.6.4.ebuild:
  ~alpha

  17 May 2003; Alastair Tse <liquidx@gentoo.org> guile-1.5.4.ebuild:
  masking 1.5.x

*guile-1.6.4 (28 Apr 2003)

  24 Aug 2003; Guy Martin <gmsoft@gentoo.org> guile-1.6.4.ebuild :
  Added hppa to KEYWORDS.

  28 Apr 2003; Alastair Tse <liquidx@gentoo.org> guile-1.6.4.ebuild:
  version bump to 1.6.x series using SLOT=12.

  05 Feb 2003; Jon Nall <nall@gentoo.org> guile-1.4.1.ebuild :
  ok, moving back to ~ppc as all seems well if compiled with
  -O2. use flag-o-matic to force -O2 for ppc.
  
  05 Feb 2003; Jon Nall <nall@gentoo.org> guile-1.4.1.ebuild :
  changed to -ppc as this compiles, but guile-config breaks
  immediately

  05 Feb 2003; Jon Nall <nall@gentoo.org> guile-1.4.1.ebuild :
  added ~ppc

  04 Feb 2003; Aron Griffis <agriffis@gentoo.org> guile-1.4.1.ebuild :
  Mark stable on alpha

  16 Dec 2002; Aron Griffis <agriffis@gentoo.org> guile-1.4.1.ebuild :
  Added ~alpha to KEYWORDS

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*guile-1.4-r3 (23 Apr 2003)
 
  12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
  Added missing changelog entry.

*guile-1.4.1 (19 Aug 2002)

  05 Nov 2002; L. Boshell <leonardop@gentoo.org> guile-1.4.1.ebuild : SLOT
  was changed.
  
  19 Aug 2002; L. Boshell <leonardop@gentoo.org> guile-1.4.1.ebuild : New
  stable version. Thanks to Rigo Ketelings for the notice.
  
*guile-1.5.4 (1 Feb 2002)

  23 Jul 2002; Mark Guertin <gerk@gentoo.org> :
  Added ppc to keywords

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  
  Added initial ChangeLog which should be updated whenever the package is
  updated in any way. This changelog is targetted to users. This means that the
  comments should well explained and written in clean English. The details about
  writing correct changelogs are explained in the skel.ChangeLog file which you
  can find in the root directory of the portage repository.