diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-10-05 05:39:11 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-10-05 05:39:11 +0000 |
commit | 3b5caf9518c222c23b1631180369bad345382bfb (patch) | |
tree | cb3db7e3c70d1bd4a75bbb381aaa18f39fc4e46c /dev-lisp | |
parent | big IUSE commit (diff) | |
download | historical-3b5caf9518c222c23b1631180369bad345382bfb.tar.gz historical-3b5caf9518c222c23b1631180369bad345382bfb.tar.bz2 historical-3b5caf9518c222c23b1631180369bad345382bfb.zip |
big IUSE commit
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/clisp/clisp-2.28.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/clisp/clisp-2.29.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-0.7.6-r1.ebuild | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild b/dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild index 877cfb5805fa..c799e48af766 100644 --- a/dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild +++ b/dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild,v 1.6 2002/10/04 05:18:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild,v 1.7 2002/10/05 05:39:11 drobbins Exp $ + +IUSE="nls gtk postgres mysql gtk2 ipcs gd ldap X gdbm expat" S=${WORKDIR}/${P} DESCRIPTION="Bigloo support libraries" diff --git a/dev-lisp/clisp/clisp-2.28.ebuild b/dev-lisp/clisp/clisp-2.28.ebuild index 222997d09c62..ef2a21bb53fa 100644 --- a/dev-lisp/clisp/clisp-2.28.ebuild +++ b/dev-lisp/clisp/clisp-2.28.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.28.ebuild,v 1.3 2002/09/26 16:17:31 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.28.ebuild,v 1.4 2002/10/05 05:39:11 drobbins Exp $ + +IUSE="X" DESCRIPTION="A portable, bytecode-compiled implementation of Common Lisp" HOMEPAGE="http://clisp.sourceforge.net/" diff --git a/dev-lisp/clisp/clisp-2.29.ebuild b/dev-lisp/clisp/clisp-2.29.ebuild index 655346a82d9b..cbaad5bec780 100644 --- a/dev-lisp/clisp/clisp-2.29.ebuild +++ b/dev-lisp/clisp/clisp-2.29.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.29.ebuild,v 1.2 2002/09/26 16:17:31 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.29.ebuild,v 1.3 2002/10/05 05:39:11 drobbins Exp $ + +IUSE="X" DESCRIPTION="A portable, bytecode-compiled implementation of Common Lisp" HOMEPAGE="http://clisp.sourceforge.net/" diff --git a/dev-lisp/sbcl/sbcl-0.7.6-r1.ebuild b/dev-lisp/sbcl/sbcl-0.7.6-r1.ebuild index 719fd4d98cb1..7b6f8514b327 100644 --- a/dev-lisp/sbcl/sbcl-0.7.6-r1.ebuild +++ b/dev-lisp/sbcl/sbcl-0.7.6-r1.ebuild @@ -1,7 +1,9 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Copyright 2002 Marius Bernklev <mariube@unixcore.com> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.7.6-r1.ebuild,v 1.1 2002/08/09 13:49:31 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.7.6-r1.ebuild,v 1.2 2002/10/05 05:39:11 drobbins Exp $ + +IUSE="ppc x86" DESCRIPTION="Steel Bank Common Lisp" HOMEPAGE="http://sbcl.sourceforge.net/" |