Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 263201 Details for
Bug 355753
dev-ml/sexplib-5.2.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
sexplib-5.2.0.ebuild (text/plain), 858 bytes, created by
Vladimir Ivanov
on 2011-02-20 21:56:01 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Vladimir Ivanov
Created:
2011-02-20 21:56:01 UTC
Size:
858 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 > >EAPI="2" > >inherit findlib > >DESCRIPTION="Library for automated conversion of OCaml-values to and from >S-expressions" >HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html" >SRC_URI="http://www.janestreet.com/ocaml/${P}.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64" >IUSE="test" > >DEPEND=">=dev-lang/ocaml-3.11[ocamlopt] > dev-ml/type-conv" >RDEPEND="${DEPEND}" > >src_compile() { >cd ${PN} >ocaml setup.ml -configure --bindir ${D}/usr/bin --libdir ${D}/`ocamlc -where` || die "configure failed" > >ocaml setup.ml -build || die "build failed" >} > >src_install() { >cd ${PN} >findlib_src_preinst >if use "test";then >ocaml setup.ml -test || die "test failed" >fi >ocaml setup.ml -install || die "install failed" >dodoc README Changelog >}
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 355753
: 263201