diff options
Diffstat (limited to 'dev-lisp/clisp/clisp-2.31.ebuild')
-rw-r--r-- | dev-lisp/clisp/clisp-2.31.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dev-lisp/clisp/clisp-2.31.ebuild b/dev-lisp/clisp/clisp-2.31.ebuild index b129419e06d4..5e779d0de986 100644 --- a/dev-lisp/clisp/clisp-2.31.ebuild +++ b/dev-lisp/clisp/clisp-2.31.ebuild @@ -1,13 +1,18 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.31.ebuild,v 1.5 2004/03/30 20:58:13 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.31.ebuild,v 1.6 2004/04/25 20:39:21 vapier Exp $ -IUSE="X threads fastcgi postgres ldap nls" +inherit eutils DESCRIPTION="A portable, bytecode-compiled implementation of Common Lisp" HOMEPAGE="http://clisp.sourceforge.net/" SRC_URI="mirror://sourceforge/clisp/${P}.tar.bz2" -S=${WORKDIR}/${P} + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="x86" +IUSE="X threads fastcgi postgres ldap nls" + DEPEND="dev-libs/libsigsegv dev-lisp/common-lisp-controller fastcgi? ( dev-libs/fcgi ) @@ -17,10 +22,6 @@ DEPEND="dev-libs/libsigsegv readline? ( sys-libs/readline ) nls? ( sys-devel/gettext )" -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="x86" - src_unpack() { unpack ${A} epatch ${FILESDIR}/${PV}/bindings-glibc-linux.lisp-gentoo.patch @@ -93,4 +94,3 @@ pkg_postinst() { pkg_prerm() { rm -rf /usr/lib/common-lisp/clisp/* } - |