Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 266833 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]
ebuild
batteries-1.3.0.ebuild (text/plain), 992 bytes, created by
Vladimir Ivanov
on 2011-03-22 11:48:27 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Vladimir Ivanov
Created:
2011-03-22 11:48:27 UTC
Size:
992 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 > >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/560/${P}.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64" >IUSE="doc test +ocamlopt" > >DEPEND=" > >=dev-lang/ocaml-3.11[ocamlopt?] > dev-ml/camomile" >RDEPEND="${DEPEND} > dev-ml/findlib > dev-ml/ounit > " > >src_compile() { >if ! use ocamlopt; then >export BATTERIES_NATIVE=false >export BATTERIES_NATIVE_SHLIB=false >fi >emake || die "make failed" >if use doc; then >emake doc || die "make doc failed" >fi >} > >src_test() { >make test || die "make test failed" >} > >src_install() { >findlib_src_preinst >make install || die "make install failed" >if use doc;then >make DOCROOT=${D}/usr/share/doc/${P} 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