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/ocaml-cstruct/
Date: Tue, 24 Jan 2017 11:15:03
Message-Id: 1485256456.8331bb0b5b4756dffec11cd78daf59906b44e3aa.aballier@gentoo
1 commit: 8331bb0b5b4756dffec11cd78daf59906b44e3aa
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:11:08 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:14:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8331bb0b
7
8 dev-ml/ocaml-cstruct: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ocaml-cstruct/Manifest | 1 -
13 dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.0.ebuild | 43 -------------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/dev-ml/ocaml-cstruct/Manifest b/dev-ml/ocaml-cstruct/Manifest
17 index 8b43aae..23fdfee 100644
18 --- a/dev-ml/ocaml-cstruct/Manifest
19 +++ b/dev-ml/ocaml-cstruct/Manifest
20 @@ -1,2 +1 @@
21 -DIST ocaml-cstruct-2.3.0.tar.gz 253518 SHA256 8b802e70c85879cd3b9bd4211d8c01e63f4dd4ac30288bd92d7a24d6c88b62eb SHA512 dc1927f20f35c823960be1e3cc6214304d72f2bda6a50b5fbc4f321eb0ab99bc8d1569421e74c249a915d2829f9c8dda171d7426c0b5526189db724ea5e59f72 WHIRLPOOL 3380c660012aae58996f574aff7d31eb461e92b78b4b4ab72111fc40d8bbbf258d6d776431304854542f00dc9127845dd297ec9fbca293dfaf04b334a0d68627
22 DIST ocaml-cstruct-2.3.1.tar.gz 259266 SHA256 89a4f363547026de195fd84d9e842844ed6bbf4c5ab57c2fc1500741106b1797 SHA512 7dfb080f4d6f1685719ed31edd69cb5f4e484d42b28e0340dace8dd9a4742342957b67de0b10f0c4f4ccab7a80b13ddc3a26d2401cffdd232dc9581dba1da2ff WHIRLPOOL 6c41df0677217f45f13a03686e4a025da8f9edadccb5a27659cc1349bbae2f324a07d68e056f7078e4f4336d357c5558f262d0c6f4813017db0325e2b304b06e
23
24 diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.0.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.0.ebuild
25 deleted file mode 100644
26 index ec1f10a..00000000
27 --- a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.0.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -OASIS_BUILD_DOCS=1
36 -OASIS_BUILD_TESTS=1
37 -
38 -inherit oasis
39 -
40 -DESCRIPTION="Map OCaml arrays onto C-like structs"
41 -HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io"
42 -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="ISC"
45 -SLOT="0/${PV}"
46 -KEYWORDS="~amd64"
47 -IUSE="async +lwt +ppx"
48 -
49 -RDEPEND="
50 - async? ( dev-ml/async:= )
51 - lwt? ( dev-ml/lwt:= )
52 - ppx? ( dev-ml/ppx_tools:= )
53 - >=dev-lang/ocaml-4.01:=
54 - dev-ml/ocplib-endian:=
55 - dev-ml/sexplib:=
56 - dev-ml/type-conv:=
57 -"
58 -DEPEND="
59 - test? ( dev-ml/ounit )
60 - ${RDEPEND}
61 -"
62 -
63 -src_configure() {
64 - oasis_configure_opts="
65 - $(use_enable lwt)
66 - $(use_enable async)
67 - $(use_enable ppx)
68 - --enable-unix
69 - " oasis_src_configure
70 -}
71 -
72 -DOCS=( CHANGES README.md TODO.md )