Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 142620 Details for
Bug 208522
dev-lisp/cmucl-19d_p2 - add support for dev-lisp/gentoo-init
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff to cmucl-19d_p2.ebuild, try n° 2
cmucl-19d_p2-gentoo-init-2.patch (text/plain), 1.35 KB, created by
Stelian Ionescu
on 2008-02-03 23:16:51 UTC
(
hide
)
Description:
Diff to cmucl-19d_p2.ebuild, try n° 2
Filename:
MIME Type:
Creator:
Stelian Ionescu
Created:
2008-02-03 23:16:51 UTC
Size:
1.35 KB
patch
obsolete
>--- /usr/portage/dev-lisp/cmucl/cmucl-19d_p2.ebuild 2008-01-21 08:06:02.000000000 +0100 >+++ cmucl-19d_p2-r1.ebuild 2008-02-04 00:02:05.000000000 +0100 >@@ -15,10 +15,11 @@ > LICENSE="public-domain" > SLOT="0" > KEYWORDS="~x86" >-IUSE="" >+IUSE="source" > > DEPEND="virtual/motif >- sys-devel/bc" >+ sys-devel/bc >+ dev-lisp/gentoo-init" > > PROVIDE="virtual/commonlisp" > >@@ -48,6 +49,33 @@ > done > mv "${D}"/usr/doc "${D}"/usr/share/doc/${PF} > mv "${D}"/usr/man "${D}"/usr/share/ >+ >+ # Install site config file >+ sed "s,@PF@,${PF},g ; s,@VERSION@,$(date +%F),g" \ >+ < "${FILESDIR}"/site-init.lisp.in \ >+ > "${D}"/usr/$(get_libdir)/cmucl/site-init.lisp >+ rm -f "${D}"/etc/lisp-config.lisp >+ dodir /etc/common-lisp/cmucl >+ dosym /etc/common-lisp/cmucl/site-init.lisp /etc/lisp-config.lisp >+ cat > "${D}"/etc/common-lisp/cmucl/site-init.lisp <<EOF >+(in-package :common-lisp-user) >+ >+(if (probe-file "/etc/gentoo-init.lisp") >+ (load "/etc/gentoo-init.lisp") >+ (format t "~%;;; Warning: There is no /etc/gentoo-init.lisp file (which should be provided by dev-lisp/gentoo-init")) >+EOF >+ >+ # Install sources >+ if use source; then >+ local basedir=/usr/share/common-lisp/source/cmucl >+ cd src >+ for f in $(find . -name \*.lisp -and -type f); do >+ local dir=${basedir}/$(dirname ${f}) >+ dodir ${dir} ; insinto ${dir} >+ doins ${f} >+ done >+ fi >+ > impl-save-timestamp-hack cmucl || die > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 208522
:
142447
|
142449
| 142620