Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_extra/
Date: Tue, 24 Jan 2017 11:06:12
Message-Id: 1485254843.a9673c108e350b281ec452482add90258fb9ab57.aballier@gentoo
1 commit: a9673c108e350b281ec452482add90258fb9ab57
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 10:47:23 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 10:47:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9673c10
7
8 dev-ml/async_extra: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/async_extra/Manifest | 1 -
13 dev-ml/async_extra/async_extra-113.24.00.ebuild | 55 -------------------------
14 2 files changed, 56 deletions(-)
15
16 diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
17 index 9e8ce5f..3d04ad3 100644
18 --- a/dev-ml/async_extra/Manifest
19 +++ b/dev-ml/async_extra/Manifest
20 @@ -1,2 +1 @@
21 -DIST async_extra-113.24.00.tar.gz 160701 SHA256 4513e27afd529f44bf73a66cdd49131c73dd3812e959e7d4c3d43eb5af661156 SHA512 2f491f337ecdf2e7dfc2530a1845d935ed2e0904518b30d73a60d15e4818b2063c4b7582e215b5aca50ac9018a64b3eced401f9fefbc77a710b5f100ab88c45a WHIRLPOOL 63c3b91c978007621a53480cb1d415593e93cce7aadfd0de943da20630ecf12b041b1379e30975a0061f530726da527efe67a1a4367a54a8fea8fc3145954b5f
22 DIST async_extra-113.33.00.tar.gz 163049 SHA256 2f26ce010384d0562422cf765905dfeb52c06de3818e6ce2e8193cf3d70a7073 SHA512 35f7a69639c6c53fc862342a6445c2a693624785a3f0ca92d5bccdb7e38c9326be454496f65614d33125cfc7ada14f10ce565a596ed094d13c25e20c80de765b WHIRLPOOL 691d4d50d43c60b8d91bf9022d544cfedfb8f267d33d5cdcdc47166f5430ab87a6ad5118126879d8cedbd701b2fa06953fd5b9c1b3348311944d709387b9ff60
23
24 diff --git a/dev-ml/async_extra/async_extra-113.24.00.ebuild b/dev-ml/async_extra/async_extra-113.24.00.ebuild
25 deleted file mode 100644
26 index 730d385..00000000
27 --- a/dev-ml/async_extra/async_extra-113.24.00.ebuild
28 +++ /dev/null
29 @@ -1,55 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -
36 -OASIS_BUILD_DOCS=1
37 -
38 -inherit oasis
39 -
40 -DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
41 -HOMEPAGE="http://www.janestreet.com/ocaml"
42 -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0/${PV}"
46 -KEYWORDS="~amd64"
47 -IUSE=""
48 -
49 -RDEPEND=">=dev-lang/ocaml-4.02.0:=
50 - >=dev-ml/async_kernel-${PV}:=
51 - >=dev-ml/async_rpc_kernel-${PV}:=
52 - >=dev-ml/async_unix-${PV}:=
53 - >=dev-ml/bin-prot-109.15.00:=
54 - >=dev-ml/core-${PV}:=
55 - >=dev-ml/fieldslib-109.20.00:=
56 - dev-ml/ppx_assert:=
57 - dev-ml/ppx_bench:=
58 - dev-ml/ppx_driver:=
59 - dev-ml/ppx_expect:=
60 - dev-ml/ppx_inline_test:=
61 - dev-ml/ppx_jane:=
62 - >=dev-ml/sexplib-109.20.00:=
63 - dev-ml/typerep:=
64 - dev-ml/variantslib:=
65 -"
66 -DEPEND="${RDEPEND} dev-ml/opam"
67 -
68 -src_configure() {
69 - emake setup.exe
70 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
71 -}
72 -
73 -src_compile() {
74 - emake
75 -}
76 -
77 -src_install() {
78 - opam-installer -i \
79 - --prefix="${ED}/usr" \
80 - --libdir="${D}/$(ocamlc -where)" \
81 - --docdir="${ED}/usr/share/doc/${PF}" \
82 - ${PN}.install || die
83 - dodoc CHANGES.md
84 -}