diff options
Diffstat (limited to 'dev-lisp')
24 files changed, 48 insertions, 48 deletions
diff --git a/dev-lisp/kawa/ChangeLog b/dev-lisp/kawa/ChangeLog index 883e3d793e43..7d309b3bdf5b 100644 --- a/dev-lisp/kawa/ChangeLog +++ b/dev-lisp/kawa/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-lisp/kawa -# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/kawa/ChangeLog,v 1.4 2004/05/13 21:21:08 mkennedy Exp $ +# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/kawa/ChangeLog,v 1.5 2004/06/24 23:59:56 agriffis Exp $ *kawa-1.7 (13 May 2004) diff --git a/dev-lisp/kawa/kawa-1.6.97.ebuild b/dev-lisp/kawa/kawa-1.6.97.ebuild index d89d69ed0246..058e2edba869 100644 --- a/dev-lisp/kawa/kawa-1.6.97.ebuild +++ b/dev-lisp/kawa/kawa-1.6.97.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/kawa/kawa-1.6.97.ebuild,v 1.7 2004/03/14 01:31:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/kawa/kawa-1.6.97.ebuild,v 1.8 2004/06/24 23:59:56 agriffis Exp $ DESCRIPTION="Scheme compiler for JVM" SRC_URI="ftp://ftp.gnu.org/pub/gnu/kawa/${P}.tar.gz" diff --git a/dev-lisp/kawa/kawa-1.7.ebuild b/dev-lisp/kawa/kawa-1.7.ebuild index 3f9e174d5ece..e9fa5171ef4c 100644 --- a/dev-lisp/kawa/kawa-1.7.ebuild +++ b/dev-lisp/kawa/kawa-1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/kawa/kawa-1.7.ebuild,v 1.1 2004/05/13 21:21:09 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/kawa/kawa-1.7.ebuild,v 1.2 2004/06/24 23:59:56 agriffis Exp $ DESCRIPTION="Kawa, the Java-based Scheme system" SRC_URI="ftp://ftp.gnu.org/pub/gnu/kawa/${P}.tar.gz" diff --git a/dev-lisp/lush/ChangeLog b/dev-lisp/lush/ChangeLog index df065cdd1b34..753bc8cfd86a 100644 --- a/dev-lisp/lush/ChangeLog +++ b/dev-lisp/lush/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-lisp/lush -# Copyright 2000-2004 Gentoo Technologies, Inc. and Matthew Kennedy <mkennedy@gentoo.org>; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/ChangeLog,v 1.3 2004/05/14 03:03:54 mkennedy Exp $ +# Copyright 2000-2004 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org>; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/ChangeLog,v 1.4 2004/06/25 00:00:06 agriffis Exp $ *lush-0.99 (13 May 2004) diff --git a/dev-lisp/lush/lush-0.98.ebuild b/dev-lisp/lush/lush-0.98.ebuild index 0da7fe3aef44..94704ca63057 100644 --- a/dev-lisp/lush/lush-0.98.ebuild +++ b/dev-lisp/lush/lush-0.98.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. and Matthew Kennedy <mkennedy@gentoo.org> +# Copyright 1999-2004 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-0.98.ebuild,v 1.2 2004/04/26 09:31:40 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-0.98.ebuild,v 1.3 2004/06/25 00:00:06 agriffis Exp $ DESCRIPTION="Lush is the Lisp User Shell. Lush is designed to be used in situations where one would want to combine the flexibility of a high-level, loosely-typed interpreted language, with the efficiency of a strongly-typed, natively-compiled language, and with the easy integration of code written in C, C++, or other languages." HOMEPAGE="http://lush.sourceforge.net/" diff --git a/dev-lisp/lush/lush-0.99.ebuild b/dev-lisp/lush/lush-0.99.ebuild index c61ed62ef3a8..4aa63d043b7a 100644 --- a/dev-lisp/lush/lush-0.99.ebuild +++ b/dev-lisp/lush/lush-0.99.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. and Matthew Kennedy <mkennedy@gentoo.org> +# Copyright 1999-2004 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-0.99.ebuild,v 1.1 2004/05/14 03:03:54 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-0.99.ebuild,v 1.2 2004/06/25 00:00:06 agriffis Exp $ DESCRIPTION="Lush is the Lisp User Shell" HOMEPAGE="http://lush.sourceforge.net/" diff --git a/dev-lisp/mit-scheme/ChangeLog b/dev-lisp/mit-scheme/ChangeLog index a5b1aa6818ee..29aa7864f7c8 100644 --- a/dev-lisp/mit-scheme/ChangeLog +++ b/dev-lisp/mit-scheme/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-lisp/mit-scheme -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mit-scheme/ChangeLog,v 1.2 2004/01/16 00:34:13 hhg Exp $ +# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mit-scheme/ChangeLog,v 1.3 2004/06/25 00:00:16 agriffis Exp $ 15 Jan 2004; Hallgrimur H. Gunnarsson <hhg@gentoo.org> mit-scheme-7.7.1.ebuild: diff --git a/dev-lisp/mit-scheme/mit-scheme-7.7.1.ebuild b/dev-lisp/mit-scheme/mit-scheme-7.7.1.ebuild index 75414e2c2a67..1c87c2339cbf 100644 --- a/dev-lisp/mit-scheme/mit-scheme-7.7.1.ebuild +++ b/dev-lisp/mit-scheme/mit-scheme-7.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mit-scheme/mit-scheme-7.7.1.ebuild,v 1.2 2004/01/16 00:34:13 hhg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mit-scheme/mit-scheme-7.7.1.ebuild,v 1.3 2004/06/25 00:00:16 agriffis Exp $ MY_P="scheme-${PV}" MY_SUF="-ix86-gnu-linux" diff --git a/dev-lisp/mzscheme/ChangeLog b/dev-lisp/mzscheme/ChangeLog index f810acc7208c..1b152755f78d 100644 --- a/dev-lisp/mzscheme/ChangeLog +++ b/dev-lisp/mzscheme/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-lisp/mzscheme -# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mzscheme/ChangeLog,v 1.13 2004/05/11 23:53:57 mkennedy Exp $ +# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mzscheme/ChangeLog,v 1.14 2004/06/25 00:00:26 agriffis Exp $ 11 May 2004; <mkennedy@gentoo.org> mzscheme-205.ebuild: Unset CFLAGS due to many optimization flags causing problems. Resolves Bug diff --git a/dev-lisp/mzscheme/mzscheme-103_pre1.ebuild b/dev-lisp/mzscheme/mzscheme-103_pre1.ebuild index 7f55c7607d46..30993850bb08 100644 --- a/dev-lisp/mzscheme/mzscheme-103_pre1.ebuild +++ b/dev-lisp/mzscheme/mzscheme-103_pre1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mzscheme/mzscheme-103_pre1.ebuild,v 1.7 2004/03/14 01:31:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mzscheme/mzscheme-103_pre1.ebuild,v 1.8 2004/06/25 00:00:26 agriffis Exp $ S=${WORKDIR}/plt DESCRIPTION="MzScheme scheme compiler" diff --git a/dev-lisp/mzscheme/mzscheme-201-r1.ebuild b/dev-lisp/mzscheme/mzscheme-201-r1.ebuild index 24071b3fc2fd..2d56eddc212c 100644 --- a/dev-lisp/mzscheme/mzscheme-201-r1.ebuild +++ b/dev-lisp/mzscheme/mzscheme-201-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mzscheme/mzscheme-201-r1.ebuild,v 1.3 2004/03/14 01:31:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mzscheme/mzscheme-201-r1.ebuild,v 1.4 2004/06/25 00:00:26 agriffis Exp $ IUSE="" diff --git a/dev-lisp/mzscheme/mzscheme-201.ebuild b/dev-lisp/mzscheme/mzscheme-201.ebuild index 51eb609e227d..c1eee92320a2 100644 --- a/dev-lisp/mzscheme/mzscheme-201.ebuild +++ b/dev-lisp/mzscheme/mzscheme-201.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mzscheme/mzscheme-201.ebuild,v 1.6 2004/03/14 01:31:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mzscheme/mzscheme-201.ebuild,v 1.7 2004/06/25 00:00:26 agriffis Exp $ S=${WORKDIR}/plt DESCRIPTION="MzScheme scheme compiler" diff --git a/dev-lisp/mzscheme/mzscheme-205.ebuild b/dev-lisp/mzscheme/mzscheme-205.ebuild index e9d7a3bae881..d56faa88e5ab 100644 --- a/dev-lisp/mzscheme/mzscheme-205.ebuild +++ b/dev-lisp/mzscheme/mzscheme-205.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mzscheme/mzscheme-205.ebuild,v 1.5 2004/05/11 23:53:57 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/mzscheme/mzscheme-205.ebuild,v 1.6 2004/06/25 00:00:26 agriffis Exp $ inherit flag-o-matic diff --git a/dev-lisp/plt/ChangeLog b/dev-lisp/plt/ChangeLog index ce2f931c6b40..54bb1dcb86f8 100644 --- a/dev-lisp/plt/ChangeLog +++ b/dev-lisp/plt/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-lisp/plt -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/plt/ChangeLog,v 1.5 2003/12/12 07:49:50 brandy Exp $ +# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/plt/ChangeLog,v 1.6 2004/06/25 00:00:37 agriffis Exp $ 12 Dec 2003; Brandy Westcott brandy@gentoo.org plt-202.ebuild: Added gcc3.3 patch. diff --git a/dev-lisp/plt/plt-202.ebuild b/dev-lisp/plt/plt-202.ebuild index 2aa9e2c2acd5..ef027ac1f3ab 100644 --- a/dev-lisp/plt/plt-202.ebuild +++ b/dev-lisp/plt/plt-202.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/plt/plt-202.ebuild,v 1.10 2004/04/25 20:59:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/plt/plt-202.ebuild,v 1.11 2004/06/25 00:00:38 agriffis Exp $ inherit eutils diff --git a/dev-lisp/sbcl/ChangeLog b/dev-lisp/sbcl/ChangeLog index ed211fc607fe..d35f1210604d 100644 --- a/dev-lisp/sbcl/ChangeLog +++ b/dev-lisp/sbcl/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-lisp/sbcl -# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.35 2004/06/22 19:53:07 mkennedy Exp $ +# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.36 2004/06/25 00:00:49 agriffis Exp $ *sbcl-0.8.11 (14 Jun 2004) diff --git a/dev-lisp/sbcl/sbcl-0.8.10.ebuild b/dev-lisp/sbcl/sbcl-0.8.10.ebuild index 78c98b9d0d07..d33051291b47 100644 --- a/dev-lisp/sbcl/sbcl-0.8.10.ebuild +++ b/dev-lisp/sbcl/sbcl-0.8.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.8.10.ebuild,v 1.3 2004/06/22 19:53:07 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.8.10.ebuild,v 1.4 2004/06/25 00:00:49 agriffis Exp $ inherit common-lisp-common eutils diff --git a/dev-lisp/sbcl/sbcl-0.8.11.ebuild b/dev-lisp/sbcl/sbcl-0.8.11.ebuild index 83554039882f..a2d73175044d 100644 --- a/dev-lisp/sbcl/sbcl-0.8.11.ebuild +++ b/dev-lisp/sbcl/sbcl-0.8.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.8.11.ebuild,v 1.1 2004/06/22 19:53:07 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.8.11.ebuild,v 1.2 2004/06/25 00:00:49 agriffis Exp $ inherit common-lisp-common eutils diff --git a/dev-lisp/sbcl/sbcl-0.8.7-r1.ebuild b/dev-lisp/sbcl/sbcl-0.8.7-r1.ebuild index 2e9cbfec0aff..3e21bf6e1f38 100644 --- a/dev-lisp/sbcl/sbcl-0.8.7-r1.ebuild +++ b/dev-lisp/sbcl/sbcl-0.8.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.8.7-r1.ebuild,v 1.2 2004/04/25 21:00:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.8.7-r1.ebuild,v 1.3 2004/06/25 00:00:49 agriffis Exp $ inherit common-lisp-common eutils diff --git a/dev-lisp/sbcl/sbcl-0.8.7.ebuild b/dev-lisp/sbcl/sbcl-0.8.7.ebuild index c0bb98c4e746..bfb59e62c428 100644 --- a/dev-lisp/sbcl/sbcl-0.8.7.ebuild +++ b/dev-lisp/sbcl/sbcl-0.8.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.8.7.ebuild,v 1.2 2004/04/25 21:00:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.8.7.ebuild,v 1.3 2004/06/25 00:00:49 agriffis Exp $ inherit common-lisp-common eutils diff --git a/dev-lisp/sbcl/sbcl-0.8.8.ebuild b/dev-lisp/sbcl/sbcl-0.8.8.ebuild index 1d7fd6ee0e44..5d59d3e7a855 100644 --- a/dev-lisp/sbcl/sbcl-0.8.8.ebuild +++ b/dev-lisp/sbcl/sbcl-0.8.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.8.8.ebuild,v 1.5 2004/04/25 21:01:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.8.8.ebuild,v 1.6 2004/06/25 00:00:49 agriffis Exp $ inherit common-lisp-common eutils diff --git a/dev-lisp/sbcl/sbcl-0.8.9.ebuild b/dev-lisp/sbcl/sbcl-0.8.9.ebuild index b9265f24f472..b6dcb36081ea 100644 --- a/dev-lisp/sbcl/sbcl-0.8.9.ebuild +++ b/dev-lisp/sbcl/sbcl-0.8.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.8.9.ebuild,v 1.2 2004/04/25 21:01:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.8.9.ebuild,v 1.3 2004/06/25 00:00:49 agriffis Exp $ inherit common-lisp-common eutils diff --git a/dev-lisp/xlispstat/ChangeLog b/dev-lisp/xlispstat/ChangeLog index 6114877e5a8f..f07c5ee7f1c0 100644 --- a/dev-lisp/xlispstat/ChangeLog +++ b/dev-lisp/xlispstat/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-lisp/xlispstat -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/ChangeLog,v 1.1 2003/12/21 06:02:30 mkennedy Exp $ +# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/ChangeLog,v 1.2 2004/06/25 00:01:01 agriffis Exp $ *xlispstat-3.52.20 (20 Dec 2003) diff --git a/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild b/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild index 3a9c89aae3c5..5926c660ab5f 100644 --- a/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild +++ b/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild,v 1.1 2003/12/21 06:02:30 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild,v 1.2 2004/06/25 00:01:01 agriffis Exp $ DESCRIPTION="XLISP-STAT is a statistical environment based on a dialect of the Lisp language called XLISP." HOMEPAGE="http://www.stat.uiowa.edu/~luke/xls/xlsinfo/xlsinfo.html" |