summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Schouten <hkbst@gentoo.org>2007-10-28 11:08:48 +0000
committerMarijn Schouten <hkbst@gentoo.org>2007-10-28 11:08:48 +0000
commit8d6485bcafa02daf90e70c4e9f170ca87e567e8c (patch)
treefe24e6ee18e637c2bb6231ffafc49ef6f1066dbd /dev-lisp
parentraise libbtctl dep to 0.9 (diff)
downloadgentoo-2-8d6485bcafa02daf90e70c4e9f170ca87e567e8c.tar.gz
gentoo-2-8d6485bcafa02daf90e70c4e9f170ca87e567e8c.tar.bz2
gentoo-2-8d6485bcafa02daf90e70c4e9f170ca87e567e8c.zip
fix blunder in creation of env vars file, thanks to grobian for bringing this to my attention
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/sbcl/files/digest-sbcl-1.0.11-r1 (renamed from dev-lisp/sbcl/files/digest-sbcl-1.0.11)0
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.11-r1.ebuild (renamed from dev-lisp/sbcl/sbcl-1.0.11.ebuild)7
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-lisp/sbcl/files/digest-sbcl-1.0.11 b/dev-lisp/sbcl/files/digest-sbcl-1.0.11-r1
index 65e45cf5c1b9..65e45cf5c1b9 100644
--- a/dev-lisp/sbcl/files/digest-sbcl-1.0.11
+++ b/dev-lisp/sbcl/files/digest-sbcl-1.0.11-r1
diff --git a/dev-lisp/sbcl/sbcl-1.0.11.ebuild b/dev-lisp/sbcl/sbcl-1.0.11-r1.ebuild
index 44823af9ce3c..cf4b9d49a2be 100644
--- a/dev-lisp/sbcl/sbcl-1.0.11.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.11-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.11.ebuild,v 1.2 2007/10/26 19:08:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.11-r1.ebuild,v 1.1 2007/10/28 11:08:47 hkbst Exp $
inherit common-lisp-common-3 eutils flag-o-matic
@@ -27,6 +27,7 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
# SRC_URI is part of the metadata cache; it's evaluated contents must be independent of the system that creates the metadata cache.
# ILLEGAL: mips? ( mirror://sourceforge/sbcl/${PN}-${BV_MIPS}-$([[$(tc-endian) = big]] && echo mips || echo mipsel)-linux-binary.tar.bz2 )
+
LICENSE="MIT"
SLOT="0"
@@ -168,8 +169,8 @@ EOF
fi
# necessary for running newly-saved images
- echo "SBCL_HOME=/usr/$(get_libdir)/sbcl" >> "${T}/50sbcl"
- echo "SBCL_SOURCE_ROOT=/usr/$(get_libdir)/${PN}/src" > "${T}/50sbcl"
+ echo "SBCL_HOME=/usr/$(get_libdir)/sbcl" > "${T}/50sbcl"
+ echo "SBCL_SOURCE_ROOT=/usr/$(get_libdir)/${PN}/src" >> "${T}/50sbcl"
doenvd "${T}/50sbcl"
impl-save-timestamp-hack sbcl