Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28937 Details for
Bug 43128
dev-lang/ocaml doesn't install the emacs mode
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ocaml-mode-3.07.ebuild
ocaml-mode-3.07.ebuild (text/plain), 1.09 KB, created by
Alastair Tse (RETIRED)
on 2004-04-09 04:17:50 UTC
(
hide
)
Description:
ocaml-mode-3.07.ebuild
Filename:
MIME Type:
Creator:
Alastair Tse (RETIRED)
Created:
2004-04-09 04:17:50 UTC
Size:
1.09 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-4.6.ebuild,v 1.5 2004/04/03 23:35:30 pylon Exp $ > >inherit elisp > >IUSE="" >MY_P=${P/-mode/} > >DESCRIPTION="Emacs mode for OCaml" >HOMEPAGE="http://www.ocaml.org/" >SRC_URI="http://caml.inria.fr/distrib/${MY_P}/${MY_P}.tar.gz" > >LICENSE="LGPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="virtual/emacs" > >S="${WORKDIR}/${MY_P}/emacs" > >src_compile() { > COMPILECMD='(progn > (setq load-path (cons "." load-path)) > (byte-compile-file "caml-xemacs.el") > (byte-compile-file "caml-emacs.el") > (byte-compile-file "caml.el") > (byte-compile-file "inf-caml.el") > (byte-compile-file "caml-help.el") > (byte-compile-file "camldebug.el"))' > emacs -batch -eval "${COMPILECMD}" >} > >src_install() { > elisp-install ${PN/-mode/} *.el *.elc > elisp-site-file-install ${FILESDIR}/50ocaml-mode-gentoo.el >} > >pkg_postinst() { > elisp-site-regen >} > >pkg_postrm() { > elisp-site-regen >}
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 43128
: 28937 |
28938