diff options
Diffstat (limited to 'dev-lang/gauche/ChangeLog')
-rw-r--r-- | dev-lang/gauche/ChangeLog | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/dev-lang/gauche/ChangeLog b/dev-lang/gauche/ChangeLog new file mode 100644 index 000000000000..896178ed508e --- /dev/null +++ b/dev-lang/gauche/ChangeLog @@ -0,0 +1,120 @@ +# ChangeLog for dev-lang/gauche +# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/ChangeLog,v 1.1 2004/07/11 08:56:12 hattya Exp $ + +*gauche-0.8 (11 Jul 2004) + + 11 Jul 2004; Akinori Hattori <hattya@gentoo.org> +metadata.xml, + +files/gauche-extract-1.13.diff, +files/gauche-gdbm-gentoo.diff, + +gauche-0.7.3.ebuild, +gauche-0.7.4.1.ebuild, +gauche-0.7.4.2.ebuild, + +gauche-0.8.ebuild: + moved from dev-lisp/gauche to dev-lang/gauche. + + 04 Jul 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.8.ebuild: + marked stable on x86. + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> gauche-0.7.3.ebuild: + Fix use invocation + +*gauche-0.8 (26 May 2004) + + 26 May 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.8.ebuild: + version bump. + + 07 Apr 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.4.2.ebuild: + marked stable on x86. + + 01 Apr 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.3.ebuild, + gauche-0.7.4.1.ebuild: + inherit eutils. + + 28 Mar 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.4.2.ebuild, + files/gauche-extract-1.13.diff: + added gauche-extract-1.13.diff. + this patch will fix a wrong regexp in doc/extract, which is used to + generate gauche-refj.texi. + + 14 Mar 2004; David Holm <dholm@gentoo.org> gauche-0.7.4.2.ebuild: + Added to ~ppc. + +*gauche-0.7.4.2 (14 Mar 2004) + + 14 Mar 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.4.2.ebuild: + version bumped. + + 21 Feb 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.1.ebuild, + gauche-0.7.2.ebuild: + cleaned out old ebuilds. + + 21 Feb 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.4.1.ebuild: + fixed bug #42233. marked stable on x86. + + 20 Feb 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.3.ebuild: + fixed bug #42233. + + 14 Feb 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.3.ebuild: + Marked stable on x86. + +*gauche-0.7.4.1 (06 Feb 2004) + + 06 Feb 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.4.1.ebuild: + Version bumped. + + 04 Feb 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.5.7.ebuild, + gauche-0.6.ebuild, gauche-0.7.1.ebuild, gauche-0.7.2.ebuild, + gauche-0.7.3.ebuild, metadata.xml: + Cleaned out old ebuilds. Updated copyright year. + I've taken over from karltk. + +*gauche-0.7.3 (30 Dec 2003) + + 30 Dec 2003; George Shapovalov <george@gentoo.org> gauche-0.7.3.ebuild : + new version (#36666), thanks to Andrei Barbu <teval@myrealbox.com> for notification + + 04 Nov 2003; Karl Trygve Kalleberg <karltk@gentoo.org> gauche-0.7.2.ebuild: + Marked as stable. + + 08 Oct 2003; Karl Trygve Kalleberg <karltk@gentoo.org> + gauche-0.7.2.ebuild: + Didn't compile on all boxes with gdbm. Fixes #30569. + +*gauche-0.7.2 (05 Oct 2003) + + 05 Oct 2003; Karl Trygve Kalleberg <karltk@gentoo.org> + gauche-0.7.2.ebuild: + New upstream version. Fixes #30407. + + 06 Sep 2003; Karl Trygve Kalleberg <karltk@gentoo.org> + gauche-0.6.ebuild, gauche-0.7.1.ebuild: + Fails to compile on x86. Unmasked 0.7.1 to cover. + +*gauche-0.7.1 (06 Sep 2003) + + 06 Sep 2003; Karl Trygve Kalleberg <karltk@gentoo.org> + gauche-0.7.1.ebuild: + New upstream version. Fixes #25740. + +*gauche-0.6 (19 Jul 2002) + + 07 Dec 2002; Jack Morgan <jmorgan@gentoo.org> gauche-0.5.7.ebuild, gauche-0.6.ebuild : + Changed sparc64 to sparc keyword + + 19 Jul 2002; Karl Trygve Kalleberg <karltk@gentoo.org> gauche-0.6.ebuild files/digest-gauche-0.6: + New upstream version. + +*gauche-0.5.7 (12 Jul 2002) + + 12 Jul 2002; Karl Trygve Kalleberg <karltk@gentoo.org> gauche-0.5.7.ebuild files/digest-gauche-0.5.7: + + New upstream version. + + Old version, gauche-0.5.2, removed. + +*gauche-0.5.2 (12 Apr 2002) + + 12 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> gauche-0.5.2.ebuild files/digest-gauche-0.5.2: + + Gauche is an R5RS Scheme implementation developed to be a handy script + interpreter, which allows programmers and system administrators to write + small to large scripts for their daily chores. Quick startup, built-in + system interface, native multilingual support are some of my goals. |