Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 208522

Summary: dev-lisp/cmucl-19d_p2 - add support for dev-lisp/gentoo-init
Product: Gentoo Linux Reporter: Stelian Ionescu <bugs>
Component: New packagesAssignee: Common Lisp Bugs <common-lisp>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: pclouds
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 196665    
Attachments: Diff to cmucl-19d_p2.ebuild
Site init file
Diff to cmucl-19d_p2.ebuild, try n° 2

Description Stelian Ionescu 2008-02-02 00:11:05 UTC
A customized site-init.lisp is installed which loads /etc/gentoo-init.lisp upon start of cmucl. Also I added back the code that installs the sources since it can be very useful to have them at hand, especially when using SLIME.
Comment 1 Stelian Ionescu 2008-02-02 00:14:18 UTC
Created attachment 142447 [details, diff]
Diff to cmucl-19d_p2.ebuild

Diff to cmucl-19d_p2.ebuild
Comment 2 Stelian Ionescu 2008-02-02 00:15:45 UTC
Created attachment 142449 [details]
Site init file
Comment 3 Ulrich Müller gentoo-dev 2008-02-02 10:14:03 UTC
(In reply to comment #1)
> Created an attachment (id=142447) [edit]
> Diff to cmucl-19d_p2.ebuild

+        dodir /usr/share/common-lisp/source/cmucl
+        (cd src ; find . -name \*.lisp -and -type f | tar --create --file=- --files-from=- ) |\
+            tar --extract --file=- -C "${D}"/usr/share/common-lisp/source/cmucl

Could this be replaced by some combination of "insinto" and "doins -r"?
Comment 4 Stelian Ionescu 2008-02-02 14:17:31 UTC
Only by a very long combination of them, because cmucl's CL sources are mingled with C sources and headers and several other types of files
Comment 5 Stelian Ionescu 2008-02-03 23:16:51 UTC
Created attachment 142620 [details, diff]
Diff to cmucl-19d_p2.ebuild, try n° 2

Ok, no more tar
Comment 6 Marijn Schouten (RETIRED) gentoo-dev 2008-04-28 11:33:45 UTC
With cmucl not working on amd64 I am unwilling to touch it. If anyone should feel like it, please consider fixing it yourself.
Comment 7 Chema Alonso Josa (RETIRED) gentoo-dev 2017-10-06 15:23:40 UTC
This version is no longer in the tree. Closing.