diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-07 16:30:10 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-07 16:30:10 +0000 |
commit | 2940a71d6390f05b62c2987700fc6be953a9d456 (patch) | |
tree | 7bbe69411835e235335f698738674573f63b9412 /dev-lisp | |
parent | initial import (diff) | |
download | historical-2940a71d6390f05b62c2987700fc6be953a9d456.tar.gz historical-2940a71d6390f05b62c2987700fc6be953a9d456.tar.bz2 historical-2940a71d6390f05b62c2987700fc6be953a9d456.zip |
initial import
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/ecls-cvs/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/ecls-cvs/ecls-cvs-1.ebuild | 43 | ||||
-rw-r--r-- | dev-lisp/ecls-cvs/files/digest-ecls-cvs-1 | 0 |
3 files changed, 45 insertions, 2 deletions
diff --git a/dev-lisp/ecls-cvs/Manifest b/dev-lisp/ecls-cvs/Manifest index 48a4c7a4a1a7..fd5e22f1c17e 100644 --- a/dev-lisp/ecls-cvs/Manifest +++ b/dev-lisp/ecls-cvs/Manifest @@ -1,3 +1,3 @@ -MD5 40d73c9b46c30990d8e72df9c1790158 ecls-cvs-1.ebuild 1085 -MD5 0158a2bb63824e163e6de42cdbff7be1 ecls-cvs-1.ebuild~ 2519 +MD5 bd90ed46168d77db1eeb0d1e05d61718 ecls-cvs-1.ebuild 1230 +MD5 1bf812873487d884fd14f60bf6c9aba3 ChangeLog 378 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-ecls-cvs-1 0 diff --git a/dev-lisp/ecls-cvs/ecls-cvs-1.ebuild b/dev-lisp/ecls-cvs/ecls-cvs-1.ebuild new file mode 100644 index 000000000000..74c1f6ad0987 --- /dev/null +++ b/dev-lisp/ecls-cvs/ecls-cvs-1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls-cvs/ecls-cvs-1.ebuild,v 1.1 2003/10/07 16:30:08 mkennedy Exp $ + +ECVS_SERVER="cvs.sourceforge.net:/cvsroot/ecls" +ECVS_MODULE="ecls" +ECVS_USER="anonymous" +ECVS_CVS_OPTIONS="-dP" + +inherit cvs + +IUSE="X" +S=${WORKDIR}/${ECVS_MODULE} +DESCRIPTION="ECL stands for Embeddable Common-Lisp. The ECL project is an effort to modernize Giusseppe Attardi's ECL environment to produce an implementation of the Common-Lisp language which complies to the ANSI X3J13 definition of the language." +SRC_URI="" +HOMEPAGE="http://ecls.sourceforge.net/" +RESTRICT="$RESTRICT nostrip" +SLOT="0" +LICENSE="BSD LGPL-2" +KEYWORDS="~x86" + +DEPEND="X? ( virtual/x11 ) + =dev-libs/gmp-4*" + +src_compile() { + use X && myconf="--with-x" || myconf="--without-x" + econf --enable-local-gmp \ + --disable-local-boehm \ + --with-tcp \ + --with-ffi \ + --with-clos-streams \ + ${myconf} || die + make || die +} + +src_install () { + make bindir=${D}/usr/bin \ + infodir=${D}/usr/share/info \ + mandir=${D}/usr/share/man \ + libdir=${D}/usr/lib/ecl install || die + dohtml doc/*.html + dodoc ANNOUNCEMENT Copyright LGPL +} diff --git a/dev-lisp/ecls-cvs/files/digest-ecls-cvs-1 b/dev-lisp/ecls-cvs/files/digest-ecls-cvs-1 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/dev-lisp/ecls-cvs/files/digest-ecls-cvs-1 |