Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 18805 Details for
Bug 30394
New ebuild: ProofGeneral, a proof assistant mode for emacs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ProofGeneral-3.4.ebuild
ProofGeneral-3.4.ebuild (text/plain), 1.09 KB, created by
Matthieu Sozeau (RETIRED)
on 2003-10-05 15:29:56 UTC
(
hide
)
Description:
ProofGeneral-3.4.ebuild
Filename:
MIME Type:
Creator:
Matthieu Sozeau (RETIRED)
Created:
2003-10-05 15:29:56 UTC
Size:
1.09 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >SIMPLE_ELISP='nil' >inherit elisp > >DESCRIPTION="Proof General is a generic interface for proof assistants" >HOMEPAGE="http://www.proofgeneral.org/" >SRC_URI="http://www.proofgeneral.org/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >DEPEND="virtual/emacs" > >S="${WORKDIR}/${PN}" > >SITEFILE=50proofgeneral-gentoo.el > >src_compile() { > einfo "Byte compilation not supported yet (see the INSTALL file)" >} > >src_install() { > for dir in etc generic lego coq isa isar plastic demoisa hol98 phox twelf acl2 > do > cd $dir > elisp-install ${PN}/$dir * > cd .. > done > elisp-site-file-install ${FILESDIR}/${SITEFILE} > dohtml doc/*.html doc/*.jpg > doinfo doc/*.info* > dobin bin/* > dodoc README* TODO AUTHORS BUGS CHANGES COPYING FAQ INSTALL REGISTER >} > >pkg_postinst() { > elisp-site-regen > einfo "Please register your use of Proof General on the web at:" > einfo " http://www.proofgeneral.org/register " > einfo "(see the REGISTER file for more information)" >} > >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 30394
:
18785
| 18805 |
18806