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/sbcl | |
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/sbcl')
-rw-r--r-- | dev-lisp/sbcl/sbcl-0.8.7-r1.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dev-lisp/sbcl/sbcl-0.8.7-r1.ebuild b/dev-lisp/sbcl/sbcl-0.8.7-r1.ebuild index 8eba9d331151..2e9cbfec0aff 100644 --- a/dev-lisp/sbcl/sbcl-0.8.7-r1.ebuild +++ b/dev-lisp/sbcl/sbcl-0.8.7-r1.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.1 2004/01/29 03:54:31 mkennedy Exp $ +# $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 $ -inherit common-lisp-common +inherit common-lisp-common eutils -DESCRIPTION="Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common Lisp." -HOMEPAGE="http://sbcl.sourceforge.net/" -IUSE="threads" BV_X86=0.8.1 BV_PPC=0.7.13 BV_SPARC=0.7.13 BV_MIPS=0.7.10 DEB_PV=1 +DESCRIPTION="Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common Lisp." +HOMEPAGE="http://sbcl.sourceforge.net/" SRC_URI="http://ftp.debian.org/debian/pool/main/s/sbcl/sbcl_${PV}.orig.tar.gz mirror://sourceforge/sbcl/${P}-html.tar.bz2 http://ftp.debian.org/debian/pool/main/s/sbcl/sbcl_${PV}-${DEB_PV}.diff.gz @@ -19,13 +18,14 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/s/sbcl/sbcl_${PV}.orig.tar.gz ppc? ( mirror://sourceforge/sbcl/${PN}-${BV_PPC}-binary-linux-ppc.tar.bz2 ) sparc? ( mirror://sourceforge/sbcl/${PN}-${BV_SPARC}-sparc-linux-binary.tar.bz2 ) mips? ( mirror://sourceforge/sbcl/${PN}-${BV_MIPS}-mips-linux-binary.tar.gz )" + LICENSE="MIT" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~mips" -PROVIDE="virtual/commonlisp" -DEPEND="dev-lisp/common-lisp-controller" +IUSE="threads" -S=${WORKDIR}/${P} +DEPEND="dev-lisp/common-lisp-controller" +PROVIDE="virtual/commonlisp" src_unpack() { if use x86; then |