Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 100917 Details for
Bug 153597
Custom Gentoo swank.asd brokes current slime-cvs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Working slime-cvs ebuild
slime-cvs-0-r5.ebuild (text/plain), 1.88 KB, created by
Anton Kazennikov
on 2006-10-31 13:18:24 UTC
(
hide
)
Description:
Working slime-cvs ebuild
Filename:
MIME Type:
Creator:
Anton Kazennikov
Created:
2006-10-31 13:18:24 UTC
Size:
1.88 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-emacs/slime-cvs/slime-cvs-0-r4.ebuild,v 1.2 2006/04/12 16:47:17 mkennedy Exp $ > >ECVS_SERVER="common-lisp.net:/project/slime/cvsroot" >if [ -z "${ECVS_BRANCH}" ]; then > ECVS_BRANCH="HEAD" >fi >ECVS_MODULE="slime" >ECVS_USER="anonymous" >ECVS_PASS="anonymous" >ECVS_CVS_OPTIONS="-dP" > >inherit elisp cvs > >DESCRIPTION="SLIME, the Superior Lisp Interaction Mode (Extended)" >HOMEPAGE="http://common-lisp.net/project/slime/" >SRC_URI="" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~amd64" >IUSE="doc" > >DEPEND="virtual/emacs > dev-lisp/common-lisp-controller > virtual/commonlisp > doc? ( virtual/tetex sys-apps/texinfo )" > >S="${WORKDIR}/slime" > >CLPACKAGE=swank > >src_compile() { > echo "(add-to-list 'load-path \".\")" >load-path > emacs --batch -q -l load-path -f batch-byte-compile *.el || die > use doc && make -C doc all slime.pdf >} > >src_install() { > elisp-install ${PN} *.{el,elc} ${FILESDIR}/swank-loader.lisp > elisp-site-file-install ${FILESDIR}/70slime-gentoo.el > dodoc README* ChangeLog > zcat ${D}/usr/share/doc/${PF}/ChangeLog.gz \ > >${D}/usr/share/emacs/site-lisp/slime-cvs/ChangeLog > insinto /usr/share/common-lisp/source/swank > doins swank-version.el *.lisp ${FILESDIR}/swank.asd > dodir /usr/share/common-lisp/systems > dosym /usr/share/common-lisp/source/swank/swank.asd \ > /usr/share/common-lisp/systems > if use doc; then > dodoc doc/slime.{ps,pdf} > doinfo doc/slime.info > fi >} > >pkg_preinst() { > unregister-common-lisp-source $CLPACKAGE || die >} > >pkg_postrm() { > if ! [ -d /usr/share/common-lisp/source/$CLPACKAGE ]; then > unregister-common-lisp-source $CLPACKAGE || die > fi > elisp-site-regen || die >} > >pkg_postinst() { > register-common-lisp-source $CLPACKAGE || die > elisp-site-regen || die > zcat /usr/share/doc/${PF}/README.Gentoo |while read line; do einfo "${line}"; done >}
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 Raw
Actions:
View
Attachments on
bug 153597
:
100916
| 100917