blob: 75fcbc9622a462753ad5a96b33e3ae9717a2d806 (
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
|
# ChangeLog for dev-lisp/gcl
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.23 2004/08/29 00:57:32 dholm Exp $
29 Aug 2004; David Holm <dholm@gentoo.org> gcl-2.6.4.ebuild:
Added to ~ppc.
*gcl-2.6.4 (07 Aug 2004)
07 Aug 2004; <mkennedy@gentoo.org> +gcl-2.6.4.ebuild:
Fixed --enable-ansi typo; Added support for profiling; Added support for
choosing between dlopen, custreloc or bfd linking mechanisms; Fixed tcltk
logic error; New upstream version
*gcl-2.6.3 (06 Aug 2004)
06 Aug 2004; <mkennedy@gentoo.org> gcl-2.6.2.ebuild, +gcl-2.6.3.ebuild:
New upstream version; New USE flag: ansi; Support for custreloc on x86 and
sparc
11 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> gcl-2.6.2.ebuild:
fix readline dep
*gcl-2.6.2 (09 Jul 2004)
09 Jul 2004; <mkennedy@gentoo.org> +gcl-2.6.2.ebuild:
New upstream version; masked for all architectures until dependencies are
found to work with it.
03 Jun 2004; Aron Griffis <agriffis@gentoo.org> gcl-2.5.2.ebuild,
gcl-2.5.3.ebuild:
Fix use invocation
12 May 2004; Alexander Gabert <pappy@gentoo.org> gcl-2.5.3.ebuild:
replaced hardened-gcc check with filter-flags logic call
14 Dec 2003; Alexander Gabert <pappy@gentoo.org> gcl-2.5.3.ebuild:
changed compile behaviour in respect to hardened-gcc compiling raw_gcl with
automatic PIC
14 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> gcl-2.5.3.ebuild:
no longer provide virtual/commonlisp
*gcl-2.5.3 (13 Jul 2003)
11 Oct 2003; Mamoru KOMACHI <usata@gentoo.org> gcl-2.5.2.ebuild,
gcl-2.5.3.ebuild:
Changed app-text/tetex to virtual/tetex. Added emacs IUSE flag.
13 Jul 2003; George Shapovalov <george@gentoo.org> gcl-2.5.3.ebuild :
new version (# 23471)
12 Jun 2003; <msterret@gentoo.org> gcl-2.4.0.ebuild:
fix Header
14 May 2003; George Shapovalov <george@gentoo.org> gcl-2.5.2.ebuild :
added >=app-text/tetex-2.0* to DEPEND as apparently ebuild creates some dvi's
todo: make that conditional on doc? (requies some patching) (#21077)
*gcl-2.5.2 (01 May 2003)
01 May 2003; George Shapovalov <george@gentoo.org> gcl-2.5.2.ebuild :
new version (#19830)
older version has reportedly some problms with bfd libraries
Thanks to Cliff Yapp <smustudent1@yahoo.com> for submission
*gcl-2.4.3 (03 Sep 2002)
18 Oct 2002; George Shapovalov <george@gentoo.org> gcl-2.4.3.ebuild :
Fix for problematic linking on some systems, see #7793 (Thanks Michal Maruska, Felix Breuer!).
Few cosmetic fixes to make install docs in proper places.
04 Sep 2002; George Shapovalov <george@gentoo.org> gcl-2.4.3.ebuild :
few more run-time fixes submitted by Lars S. Jensen <larssj@nospam.dk>,
added gmp dependency
03 Sep 2002; George Shapovalov <george@gentoo.org> gcl-2.4.3.ebuild :
new version, fixes some run-time problems (#7403)
*gcl-2.4.0 (29 Apr 2002)
01 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> gcl-2.4.0.ebuild :
Added LICENSE, SLOT and KEYWORDS.
29 Apr 2002; Seemant Kulleen <seemant@gentoo.org> gcl-2.4.0.ebuild :
More bugfixes from naz in #gentoo
*gcl-2.4.0 (1 Feb 2002)
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.
|