summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2002-07-13 05:34:11 +0000
committerGeorge Shapovalov <george@gentoo.org>2002-07-13 05:34:11 +0000
commitb5b66c7935bf2384674b9a4522f44cde8be72ee5 (patch)
tree33a449c7ac7052b4d2a453fa3cf9ca1a2dcdb6f4 /dev-lisp/cmucl-bin
parentalright here it is gcc-3 fix and ebuild cleanup. (diff)
downloadgentoo-2-b5b66c7935bf2384674b9a4522f44cde8be72ee5.tar.gz
gentoo-2-b5b66c7935bf2384674b9a4522f44cde8be72ee5.tar.bz2
gentoo-2-b5b66c7935bf2384674b9a4522f44cde8be72ee5.zip
few tweaks suggested in #4756
Diffstat (limited to 'dev-lisp/cmucl-bin')
-rw-r--r--dev-lisp/cmucl-bin/ChangeLog8
-rw-r--r--dev-lisp/cmucl-bin/cmucl-bin-18d.ebuild7
2 files changed, 13 insertions, 2 deletions
diff --git a/dev-lisp/cmucl-bin/ChangeLog b/dev-lisp/cmucl-bin/ChangeLog
index 47c5265b424b..9d5bd6d40201 100644
--- a/dev-lisp/cmucl-bin/ChangeLog
+++ b/dev-lisp/cmucl-bin/ChangeLog
@@ -1,9 +1,15 @@
# ChangeLog for dev-lisp/cmucl-bin
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl-bin/ChangeLog,v 1.1 2002/06/06 22:51:55 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl-bin/ChangeLog,v 1.2 2002/07/13 05:34:11 george Exp $
*cmucl-bin-18d (07 Jun 2002)
+ 11 July 2002; George Shapovalov <george@gentoo.org> cmucl-bin-18d.ebuild :
+
+ few tweaks to make it work "out-of-the box"
+ suggested by Jonathan Meeks <meeks@rtg.cnchost.com>
+ bug# 4756
+
07 Jun 2002; Karl Trygve Kalleberg <karltk@gentoo.org> cmucl-bin-18d.ebuild files/digest-cmucl-bin-18d :
From the web page:
diff --git a/dev-lisp/cmucl-bin/cmucl-bin-18d.ebuild b/dev-lisp/cmucl-bin/cmucl-bin-18d.ebuild
index 875d7cd9433f..d17cc46ac126 100644
--- a/dev-lisp/cmucl-bin/cmucl-bin-18d.ebuild
+++ b/dev-lisp/cmucl-bin/cmucl-bin-18d.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl-bin/cmucl-bin-18d.ebuild,v 1.1 2002/06/06 22:51:55 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl-bin/cmucl-bin-18d.ebuild,v 1.2 2002/07/13 05:34:11 george Exp $
DESCRIPTION="CMUCL Lisp. This conforms to the ANSI Common Lisp Standard"
HOMEPAGE="http://www.cons.org/cmucl/index.html"
@@ -12,6 +12,7 @@ SRC_ROOT="ftp://ftp.cn.freebsd.org/pub/cmucl/release/18d/"
SRC_URI="$SRC_ROOT/cmucl-18d-x86-linux.tar.bz2
$SRC_ROOT/cmucl-18d-x86-linux.extra.tar.bz2"
S=${WORKDIR}
+KEYWORDS="x86"
src_install () {
patch -p1 < ${FILESDIR}/wrapper.patch || die "Failed to apply patch"
@@ -22,5 +23,9 @@ src_install () {
mv lib/cmucl/sample-wrapper cmucl || die "Failed to copy wrapper script"
exeinto /usr/bin
doexe cmucl || die "Failed to insert executable"
+
+ #some tweaks to make it actually work; details in #4756
+ dosym /opt/cmucl/lib /opt/cmucl/lib/subsystems
+ fperms 755 /opt/cmucl/lib/motifd
}