Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 280211 Details for
Bug 375415
www-misc/opa-9999.ebuild (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
opa-9999.ebuild
opa-9999.ebuild (text/plain), 976 bytes, created by
mikiael
on 2011-07-17 09:48:53 UTC
(
hide
)
Description:
opa-9999.ebuild
Filename:
MIME Type:
Creator:
mikiael
Created:
2011-07-17 09:48:53 UTC
Size:
976 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="4" > >inherit git-2 eutils > >DESCRIPTION="An open source programming language for web application >development." >HOMEPAGE="http://opalang.org/" >EGIT_REPO_URI="https://github.com/MLstate/opalang.git" > >LICENSE="AGPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND=" > dev-ml/camlidl > dev-ml/ocaml-ssl > dev-ml/cryptokit[ocamlopt] > dev-ml/camlzip[ocamlopt] > dev-ml/ocamlgraph[ocamlopt] > dev-ml/ulex[ocamlopt]" >RDEPEND="${DEPEND}" > >pkg_setup() { > # site-lib symlink is necessary to build Opa > test -e /usr/lib/ocaml/site-lib || ln -s /usr/lib/ocaml /usr/lib/ocaml/site-lib >} > >src_prepare() { > epatch "${FILESDIR}/patch/allow_32bits_arch.patch" || "Failed to patch Opa" >} > >src_configure() { > # econf can't be used there: configure doesn't accept "--prefix=..." > # it only accepts "-prefix ..." > ./configure -prefix /usr || die "Failed to configure Opa" >} > >
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 375415
:
280195
|
280197
|
280199
|
280201
|
280203
|
280211
|
280213
|
280233
|
280235
|
281647