Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 186209 Details for
Bug 245807
[science overlay] sci-mathematics/why
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sci-mathematics/why/why-2.17.ebuild
why-2.17.ebuild (text/plain), 1.14 KB, created by
Jonathan-Christofer Demay
on 2009-03-25 10:41:59 UTC
(
hide
)
Description:
sci-mathematics/why/why-2.17.ebuild
Filename:
MIME Type:
Creator:
Jonathan-Christofer Demay
Created:
2009-03-25 10:41:59 UTC
Size:
1.14 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: Exp $ > >DESCRIPTION="Why is a software verification platform." >HOMEPAGE="http://why.lri.fr/" >SRC_URI="http://why.lri.fr/download/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" > >IUSE="apron coq doc gappa gtk pff pvs" > >RDEPEND="apron? ( sci-mathematics/apron ) > coq? ( sci-mathematics/coq ) > gappa? ( sci-mathematics/gappalib-coq ) > pff? ( sci-mathematics/pff ) > pvs? ( sci-mathematics/pvs )" > >DEPEND="${RDEPEND} > >=dev-lang/ocaml-3.09 > gtk? ( >=dev-ml/lablgtk-2.6 )" > >src_unpack() { > unpack ${A} > cd ${S} > > sed -i Makefile.in \ > -e "s/\$(COQLIB)/\$(DESTDIR)\/\$(COQLIB)/g" \ > -e "s/-w \$(DESTDIR)\/\$(COQLIB)/-w \$(COQLIB)/g" \ > -e "s/\$(PVSLIB)\/why/\$(DESTDIR)\$(PVSLIB)\/why/g" >} > >src_compile(){ > econf $(use_enable apron) || die "econf failed" > #Makfile need a fix to enable parallel building > emake -j1 DESTDIR="/" || die "emake failed" >} > >src_install(){ > emake install DESTDIR="${D}" || die "emake install failed" > dodoc CHANGES COPYING README Version > doman doc/why.1 > > if use doc; then > dodoc doc/manual.ps > fi >} >
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 245807
:
170896
|
180988
|
182428
|
185872
|
186209
|
208089
|
208090
|
208091
|
208104