Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208522 - dev-lisp/cmucl-19d_p2 - add support for dev-lisp/gentoo-init
Summary: dev-lisp/cmucl-19d_p2 - add support for dev-lisp/gentoo-init
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 196665
  Show dependency tree
 
Reported: 2008-02-02 00:11 UTC by Stelian Ionescu
Modified: 2017-10-06 15:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Diff to cmucl-19d_p2.ebuild (cmucl-19d_p2-gentoo-init.patch,1.35 KB, patch)
2008-02-02 00:14 UTC, Stelian Ionescu
Details | Diff
Site init file (site-init.lisp.in,1.91 KB, text/plain)
2008-02-02 00:15 UTC, Stelian Ionescu
Details
Diff to cmucl-19d_p2.ebuild, try n° 2 (cmucl-19d_p2-gentoo-init-2.patch,1.35 KB, patch)
2008-02-03 23:16 UTC, Stelian Ionescu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.