Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 186061 Details for
Bug 257679
[ebuild request] sci-mathematics/pvs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sci-mathematics/pvs/pvs-4.2.ebuild
pvs-4.2.ebuild (text/plain), 1.01 KB, created by
Jonathan-Christofer Demay
on 2009-03-24 00:48:18 UTC
(
hide
)
Description:
sci-mathematics/pvs/pvs-4.2.ebuild
Filename:
MIME Type:
Creator:
Jonathan-Christofer Demay
Created:
2009-03-24 00:48:18 UTC
Size:
1.01 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: Exp $ > >inherit eutils > >DESCRIPTION="PVS is a verification system written in Common Lisp" >HOMEPAGE="http://pvs.csl.sri.com/" >SRC_URI="http://pvs.csl.sri.com/download-open/${P}-source.tgz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >IUSE="" > >RDEPEND="dev-lisp/cmucl > || ( app-editors/emacs app-editors/xemacs )" > >DEPEND="${RDEPEND}" > >src_unpack() { > unpack ${A} > epatch "${FILESDIR}/pvs-4.2-patch-makefile-quote" >} > >src_compile() { > econf || die "econf failed" > CMULISP_HOME="/usr" emake || die "emake failed" > bin/relocate && ./pvsio test >} > >src_install() { > rm bin/relocate > mkdir tex > mv pvs-tex.sub pvs.sty tex/ > mkdir -p "${D}"/usr/share/pvs > mv bin doc emacs Examples lib tex wish "${D}"/usr/share/pvs/ > sed -i -e "s,^PVSPATH=.*$,PVSPATH=/usr/share/pvs," pvs > sed -i -e "s,^PVSPATH=.*$,PVSPATH=/usr/share/pvs," pvsio > cp pvs pvsio "${D}"/usr/share/pvs/ > dobin pvs pvsio > dodoc INSTALL LICENSE NOTICES README >} >
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 257679
:
180966
|
180968
|
180987
|
182421
|
186061
|
186211
|
186212
|
186214
|
186215
|
186217