diff options
Diffstat (limited to 'dev-lisp/sbcl')
-rw-r--r-- | dev-lisp/sbcl/sbcl-0.6.12.ebuild | 57 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-0.7.5.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-0.7.6-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-0.7.7.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-0.8.1.ebuild | 4 |
5 files changed, 27 insertions, 47 deletions
diff --git a/dev-lisp/sbcl/sbcl-0.6.12.ebuild b/dev-lisp/sbcl/sbcl-0.6.12.ebuild index a96888bd637f..e4aa7d7f10c1 100644 --- a/dev-lisp/sbcl/sbcl-0.6.12.ebuild +++ b/dev-lisp/sbcl/sbcl-0.6.12.ebuild @@ -1,55 +1,42 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.6.12.ebuild,v 1.11 2003/02/28 16:54:59 liquidx Exp $ - - -S=${WORKDIR}/${P} +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.6.12.ebuild,v 1.12 2003/08/07 02:09:56 vapier Exp $ DESCRIPTION="SteelBank Common Lisp" - -SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 - mirror://sourceforge/sbcl/${P}-linux-binary.tar.bz2" - HOMEPAGE="http://sbcl.sourceforge.net/" - -PROVIDE="virtual/commonlisp" +SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 + mirror://sourceforge/sbcl/${P}-linux-binary.tar.bz2" LICENSE="MIT" SLOT="0" KEYWORDS="x86" -src_unpack() { - - cd ${S} +PROVIDE="virtual/commonlisp" - unpack ${P}-linux-binary.tar.bz2 ; mv ${P} ${P}-binary - unpack ${P}-source.tar.bz2 +src_unpack() { + unpack ${P}-linux-binary.tar.bz2 ; mv ${P} ${P}-binary + unpack ${P}-source.tar.bz2 } src_compile() { - - export SBCL_HOME="../${P}-binary/output/" - export GNUMAKE="make" - try sh make.sh "../${P}-binary/src/runtime/sbcl" - - if which jade > /dev/null ; then - cd doc ; - try sh make-doc.sh ; - else - echo "Jade missing: Not building documentation" ; - fi + export SBCL_HOME="../${P}-binary/output/" + export GNUMAKE="make" + sh make.sh "../${P}-binary/src/runtime/sbcl" || die "sh make.sh failed" + + if which jade > /dev/null ; then + cd doc + sh make-doc.sh || die "sh make-doc.sh failed" + else + echo "Jade missing: Not building documentation" + fi } src_install() { + doman doc/sbcl.1 + dobin src/runtime/sbcl - into /usr - - doman doc/sbcl.1 - dobin src/runtime/sbcl - - dodoc BUGS CREDITS NEWS README INSTALL COPYING - - dodir /usr/share/sbcl - cp output/sbcl.core ${D}/usr/share/sbcl/ + dodoc BUGS CREDITS NEWS README INSTALL COPYING + insinto /usr/share/sbcl + doins output/sbcl.core } diff --git a/dev-lisp/sbcl/sbcl-0.7.5.ebuild b/dev-lisp/sbcl/sbcl-0.7.5.ebuild index 75fe4c8ec8c0..60175202a2b3 100644 --- a/dev-lisp/sbcl/sbcl-0.7.5.ebuild +++ b/dev-lisp/sbcl/sbcl-0.7.5.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2003 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.5.ebuild,v 1.7 2003/02/13 10:54:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.7.5.ebuild,v 1.8 2003/08/07 02:09:56 vapier Exp $ DESCRIPTION="Steel Bank Common Lisp" HOMEPAGE="http://sbcl.sourceforge.net/" @@ -10,6 +9,7 @@ BIN=${PN}-${BOOTSTRAPPER} SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 mirror://sourceforge/sbcl/${BIN}-x86-linux-binary.tar.bz2 mirror://sourceforge/sbcl/${P}-html.tar.bz2" + LICENSE="MIT" SLOT="0" # 2002.07.19 -- karltk: diff --git a/dev-lisp/sbcl/sbcl-0.7.6-r1.ebuild b/dev-lisp/sbcl/sbcl-0.7.6-r1.ebuild index bfa13956bbfb..378daadaf3ee 100644 --- a/dev-lisp/sbcl/sbcl-0.7.6-r1.ebuild +++ b/dev-lisp/sbcl/sbcl-0.7.6-r1.ebuild @@ -1,9 +1,6 @@ # Copyright 1999-2003 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.6 2003/02/13 10:54:32 vapier Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.7.6-r1.ebuild,v 1.7 2003/08/07 02:09:57 vapier Exp $ DESCRIPTION="Steel Bank Common Lisp" HOMEPAGE="http://sbcl.sourceforge.net/" diff --git a/dev-lisp/sbcl/sbcl-0.7.7.ebuild b/dev-lisp/sbcl/sbcl-0.7.7.ebuild index abde2c7ea0d4..04eadeb8d8f4 100644 --- a/dev-lisp/sbcl/sbcl-0.7.7.ebuild +++ b/dev-lisp/sbcl/sbcl-0.7.7.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2003 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.7.ebuild,v 1.5 2003/07/12 09:37:51 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.7.7.ebuild,v 1.6 2003/08/07 02:09:57 vapier Exp $ DESCRIPTION="Steel Bank Common Lisp" HOMEPAGE="http://sbcl.sourceforge.net/" @@ -16,7 +15,6 @@ KEYWORDS="x86 ~ppc -sparc " PROVIDE="virtual/commonlisp" # the SRC_URI trickery needs this DEPEND=">=sys-apps/portage-2.0.27" -IUSE="" src_unpack() { diff --git a/dev-lisp/sbcl/sbcl-0.8.1.ebuild b/dev-lisp/sbcl/sbcl-0.8.1.ebuild index 2ca211d4a230..b29ca16d58b1 100644 --- a/dev-lisp/sbcl/sbcl-0.8.1.ebuild +++ b/dev-lisp/sbcl/sbcl-0.8.1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2003 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.8.1.ebuild,v 1.1 2003/06/28 13:29:23 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.8.1.ebuild,v 1.2 2003/08/07 02:09:57 vapier Exp $ DESCRIPTION="Steel Bank Common Lisp" HOMEPAGE="http://sbcl.sourceforge.net/" @@ -18,7 +17,6 @@ KEYWORDS="~x86 ~ppc -sparc " PROVIDE="virtual/commonlisp" # the SRC_URI trickery needs this DEPEND=">=sys-apps/portage-2.0.27" -IUSE="" src_unpack() { |