Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 291181 Details for
Bug 325941
Ebuild for OCaml Batteries
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
batteries-1.4.1 ebuild
batteries-1.4.1.ebuild (text/plain), 933 bytes, created by
Guillaume Horel
on 2011-10-29 22:40:06 UTC
(
hide
)
Description:
batteries-1.4.1 ebuild
Filename:
MIME Type:
Creator:
Guillaume Horel
Created:
2011-10-29 22:40:06 UTC
Size:
933 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit findlib eutils > >DESCRIPTION="The community-maintained foundation library for your OCaml projects" >HOMEPAGE="http://batteries.forge.ocamlcore.org/" >SRC_URI="http://forge.ocamlcore.org/frs/download.php/684/${P}.tar.gz" > >LICENSE="LGPL-2.1-linking-exception" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="doc test +ocamlopt" > >DEPEND=">=dev-lang/ocaml-3.11[ocamlopt?] > dev-ml/camomile" >RDEPEND="${DEPEND} > dev-ml/ounit" > >src_prepare() { > if ! use ocamlopt; then > export BATTERIES_NATIVE=false > export BATTERIES_NATIVE_SHLIB=false > fi >} > >src_compile() { > emake > if use doc; then > emake doc > fi >} > >src_test() { > make test >} > >src_install() { > findlib_src_preinst > make install > if use doc;then > make DOCROOT=${D}/usr/share/doc/${PF} install-doc || "make install-doc failed" > dodoc README.md ChangeLog > 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 325941
:
236795
|
266833
| 291181