Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 36968 Details for
Bug 58797
app-emacs/slime-cvs complains about missing ChangeLog file
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
New ebuild fixing the problem
slime-cvs-0-r2.ebuild (text/plain), 2.00 KB, created by
Jens Lindemann
on 2004-08-07 13:01:58 UTC
(
hide
)
Description:
New ebuild fixing the problem
Filename:
MIME Type:
Creator:
Jens Lindemann
Created:
2004-08-07 13:01:58 UTC
Size:
2.00 KB
patch
obsolete
># Copyright 1999-2004 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-r1.ebuild,v 1.6 2004/06/30 02:48:54 agriffis 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" >IUSE="" > >DEPEND="virtual/emacs > dev-lisp/common-lisp-controller > virtual/commonlisp" > >S="${WORKDIR}/slime" > >CLPACKAGE=swank > >src_compile() { > echo "(add-to-list 'load-path \".\")" >script > emacs --batch -q -l script -f batch-byte-compile hyperspec.el slime.el || die >} > >src_install() { > elisp-install ${PN} hyperspec.el slime.el slime.elc ${FILESDIR}/swank-loader.lisp > elisp-site-file-install ${FILESDIR}/70slime-gentoo.el > dodoc README* ChangeLog > insinto /usr/share/common-lisp/source/swank > doins *.lisp ${FILESDIR}/swank.asd ChangeLog # required at runtime > dodir /usr/share/common-lisp/systems > dosym /usr/share/common-lisp/source/swank/swank.asd \ > /usr/share/common-lisp/systems >} > >pkg_preinst() { > rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true >} > >pkg_postrm() { > rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true > elisp-site-regen >} > >pkg_postinst() { > /usr/sbin/register-common-lisp-source $CLPACKAGE > elisp-site-regen > zcat /usr/share/doc/slime-cvs-0-r2/ChangeLog.gz > /usr/share/emacs/site-lisp/slime-cvs/ChangeLog > while read line; do einfo "${line}"; done <<EOF > >SLIME notes for Gentoo >---------------------- > >If you're interested in hacking this ebuild, slime-cvs uses its own >swank.asd system definition file and swank-loader.lisp. > >As always with CVS ebuilds, DO NOT report problems to upstream. >Always report problems to the Gentoo Bugzilla at >http://bugs.gentoo.org. > >Matthew Kennedy <mkennedy@gentoo.org> > >EOF >}
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 58797
:
36968
|
36969
|
36973
|
36976