diff options
| author | Alexis Ballier <aballier@gentoo.org> | 2017-04-01 18:16:35 +0200 |
|---|---|---|
| committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-02 10:37:50 +0200 |
| commit | 123586db39d9c4323f6963d22999113275229682 (patch) | |
| tree | e9eefe8a520fa1bb6fe44059f105ad02e7adad07 /dev-ml/async_unix/async_unix-113.33.00.ebuild | |
| parent | 576b41a9f469449210056ebd47cb75e74e97a3ef (diff) | |
| download | gentoo-123586db39d9c4323f6963d22999113275229682.tar.gz gentoo-123586db39d9c4323f6963d22999113275229682.tar.bz2 gentoo-123586db39d9c4323f6963d22999113275229682.zip | |
dev-ml/async_unix: Bump to 0.9.0
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ml/async_unix/async_unix-113.33.00.ebuild')
| -rw-r--r-- | dev-ml/async_unix/async_unix-113.33.00.ebuild | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/dev-ml/async_unix/async_unix-113.33.00.ebuild b/dev-ml/async_unix/async_unix-113.33.00.ebuild deleted file mode 100644 index 0d7d9a3064de..000000000000 --- a/dev-ml/async_unix/async_unix-113.33.00.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -OASIS_BUILD_DOCS=1 - -inherit oasis - -DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)" -HOMEPAGE="http://www.janestreet.com/ocaml" -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - >=dev-lang/ocaml-4.02.0:= - dev-ml/async_kernel:= - dev-ml/bin-prot:= - dev-ml/ocaml-ctypes:= - >=dev-ml/fieldslib-109.20.00:= - dev-ml/ppx_assert:= - dev-ml/ppx_bench:= - dev-ml/ppx_driver:= - dev-ml/ppx_expect:= - dev-ml/ppx_inline_test:= - dev-ml/ppx_jane:= - >=dev-ml/sexplib-109.20.00:= - dev-ml/typerep:= - dev-ml/variantslib:= - dev-ml/core:= -" -DEPEND="${RDEPEND} dev-ml/opam" - -src_prepare() { - has_version '>=dev-lang/ocaml-4.03' && epatch "${FILESDIR}/oc43.patch" -} - -src_configure() { - emake setup.exe - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure -} - -src_compile() { - emake -} - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN}.install || die - dodoc CHANGES.md -} |
