summaryrefslogtreecommitdiff
blob: ba4100a5026b84b1d03b0793dafd086aaba30b95 (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
# ChangeLog for dev-scheme/bigloo
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo/ChangeLog,v 1.9 2007/01/15 11:28:53 beandog Exp $

  15 Jan 2007; Steve Dibb <beandog@gentoo.org> bigloo-2.7a_p2.ebuild:
  amd64 stable, bug 152062

  11 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
  bigloo-2.7a_p2.ebuild:
  stable x86, bug #152062

  11 Jan 2007; Marijn Schouten hkBst@gentoo.org bigloo-2.7a_p2.ebuild:
  added ~amd64 keyword

*bigloo-2.7a_p2 (16 Feb 2006)

  16 Feb 2006; Matthew Kennedy <mkennedy@gentoo.org>
  +files/50bigloo-gentoo.el, +bigloo-2.7a_p2.ebuild:
  New upstream version; Resolves Bug #68348; Add virtual/jdk dependency; Add
  initial Emacs support via emacs USE flag (does not include Bee support for
  the time being); Make sure -fno-reorder-blocks is specified on --cflags (see
  INSTALL).

  16 Feb 2006; Matthew Kennedy <mkennedy@gentoo.org> metadata.xml:
  Rename listed herd from dev-scheme to scheme; See Bug #94878.

  22 Jan 2005; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-2.6a.ebuild:
  Marking as stable, since 2.5c sure isn't. Fixes #68896.

  16 Dec 2003; Jason Wever <weeve@gentoo.org> bigloo-2.5c.ebuild:
  Added ~sparc keyword to fix broken dependencies in dev-lisp/bigloo-lib.

*bigloo-2.6a (28 Nov 2003)

  28 Nov 2003; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-2.6a.ebuild :
  New upstream version. Ebuild submitted by Lin Zhemin <ljm@ljm.idv.tw>.
  Fixes #31596.
  
*bigloo-2.5c (30 Jun 2003)

  30 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> bigloo-2.5c.ebuild :
  Version bump.

*bigloo-2.5a (16 Aug 2002)

  16 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-2.4a.ebuild, files/digest-bigloo-2.5a :

  New upstream version. 

*bigloo-2.4c (11 Apr 2002)

  01 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-2.4c.ebuild :

  Added LICENSE, SLOT and KEYWORDS.

  11 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-2.4c.ebuild files/digest-bigloo-2.4c:

  Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based
  programming style where C(++) is usually required. Bigloo attempts to make 
  Scheme practical by offering features usually presented by traditional 
  programming languages but not offered by Scheme and functional programming.
  Bigloo compiles Scheme modules. It delivers small and fast stand alone 
  binary executables. Bigloo enables full connections between Scheme and C 
  programs and between Scheme and Java programs.