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_unix/
Date: Tue, 24 Jan 2017 11:06:08
Message-Id: 1485254908.debcbe82b189b54b6de1bdb321d3bbf61bca9f06.aballier@gentoo
1 commit: debcbe82b189b54b6de1bdb321d3bbf61bca9f06
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 10:48:28 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 10:48:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debcbe82
7
8 dev-ml/async_unix: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/async_unix/Manifest | 1 -
13 dev-ml/async_unix/async_unix-113.24.00.ebuild | 54 ---------------------------
14 2 files changed, 55 deletions(-)
15
16 diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest
17 index ea6bfd2..67c22da 100644
18 --- a/dev-ml/async_unix/Manifest
19 +++ b/dev-ml/async_unix/Manifest
20 @@ -1,2 +1 @@
21 -DIST async_unix-113.24.00.tar.gz 190626 SHA256 296492a365fc921a0d9ee42267cd72f7d0c2070a1334efbb1f6334df4de22822 SHA512 773ec9dc9240a2482f79026b1a7c0dae47ed048d8f693e87e19305635c5bb47c9f2ad41010499ce8ddd0b402af713ec860a548a7d9cdaaf9e914b7962bac4bdb WHIRLPOOL 1797d0718fe55e4e864f8cc325d54c3529c7184e0a46bc7a73bf4e6df92e3ae3b2969e4caadad25e90510ec07a04d4bcd5789cc766b22565636905b5385c43b3
22 DIST async_unix-113.33.00.tar.gz 195062 SHA256 ebffb3c4341e57d4f7cb347d387b9ccbd46c46f1ebd5db0c7782cdf3237fa9ec SHA512 15ed26ba51efda3f07c1bca3e0935290ed99accaa61cb60f7460e72624944d3edb3454c2ddb29deaf9928b4d4c1332c3035cd0c8d4e2dceb3a947b0ff8ee944c WHIRLPOOL 159276f4eaccc2ba36378fc0b206ea3e4fc35a28d599786504f416fa1d70f3a42965065ac9d63e82e9e5d87481da6a6cea913953a486e790289c625f059de9ad
23
24 diff --git a/dev-ml/async_unix/async_unix-113.24.00.ebuild b/dev-ml/async_unix/async_unix-113.24.00.ebuild
25 deleted file mode 100644
26 index ab692ee..00000000
27 --- a/dev-ml/async_unix/async_unix-113.24.00.ebuild
28 +++ /dev/null
29 @@ -1,54 +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 (unix)"
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="
50 - >=dev-lang/ocaml-4.02.0:=
51 - dev-ml/async_kernel:=
52 - dev-ml/bin-prot:=
53 - dev-ml/ocaml-ctypes:=
54 - >=dev-ml/fieldslib-109.20.00:=
55 - dev-ml/ppx_assert:=
56 - dev-ml/ppx_bench:=
57 - dev-ml/ppx_driver:=
58 - dev-ml/ppx_expect:=
59 - dev-ml/ppx_inline_test:=
60 - dev-ml/ppx_jane:=
61 - >=dev-ml/sexplib-109.20.00:=
62 - dev-ml/typerep:=
63 - dev-ml/variantslib:=
64 -"
65 -DEPEND="${RDEPEND} dev-ml/opam"
66 -
67 -src_configure() {
68 - emake setup.exe
69 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
70 -}
71 -
72 -src_compile() {
73 - emake
74 -}
75 -
76 -src_install() {
77 - opam-installer -i \
78 - --prefix="${ED}/usr" \
79 - --libdir="${D}/$(ocamlc -where)" \
80 - --docdir="${ED}/usr/share/doc/${PF}" \
81 - ${PN}.install || die
82 - dodoc CHANGES.md
83 -}