diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-25 21:00:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-25 21:00:02 +0000 |
commit | fd4bc086541fe03b03a0c549e2849b335fe66aa4 (patch) | |
tree | a0bb824be3e1657936da5af617e0e13866b9d5a1 /dev-lisp/ecls | |
parent | Add die following econf (Manifest recommit) (diff) | |
download | gentoo-2-fd4bc086541fe03b03a0c549e2849b335fe66aa4.tar.gz gentoo-2-fd4bc086541fe03b03a0c549e2849b335fe66aa4.tar.bz2 gentoo-2-fd4bc086541fe03b03a0c549e2849b335fe66aa4.zip |
add inherit eutils
Diffstat (limited to 'dev-lisp/ecls')
-rw-r--r-- | dev-lisp/ecls/ecls-0.9b.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-lisp/ecls/ecls-0.9b.ebuild b/dev-lisp/ecls/ecls-0.9b.ebuild index e8eef1a472ce..5b239b9f04fd 100644 --- a/dev-lisp/ecls/ecls-0.9b.ebuild +++ b/dev-lisp/ecls/ecls-0.9b.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-0.9b.ebuild,v 1.2 2003/09/11 01:10:52 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-0.9b.ebuild,v 1.3 2004/04/25 20:57:51 vapier Exp $ + +inherit eutils DESCRIPTION="ECL (Embeddable Common-Lisp) is an interpreter of the Common-Lisp language as described in the X3J13 ANSI specification, featuring CLOS (Common-Lisp Object System), conditions, loops, etc, plus a translator to C, which can produce standalone executables. (Also known as ECLS or ECL 'Spain')" -SRC_URI="mirror://sourceforge/ecls/ecl-${PV}.tgz" HOMEPAGE="http://ecls.sourceforge.net/" +SRC_URI="mirror://sourceforge/ecls/ecl-${PV}.tgz" -SLOT="0" LICENSE="BSD LGPL-2" +SLOT="0" KEYWORDS="~x86" - IUSE="X" DEPEND="X? ( virtual/x11 ) @@ -41,5 +42,5 @@ src_install() { mandir=${D}/usr/share/man \ libdir=${D}/usr/lib/ecl install || die dohtml doc/*.html - dodoc ANNOUNCEMENT Copyright LGPL + dodoc ANNOUNCEMENT } |