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: Thu, 27 Apr 2017 10:54:06
Message-Id: 1493290438.034b48c1e3419a5646344da313cb14519ae0ae5c.aballier@gentoo
1 commit: 034b48c1e3419a5646344da313cb14519ae0ae5c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 27 10:53:51 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 27 10:53:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034b48c1
7
8 dev-ml/ocaml-cstruct: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ml/ocaml-cstruct/Manifest | 2 --
13 dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.1.ebuild | 42 -------------------------
14 dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.2.ebuild | 42 -------------------------
15 3 files changed, 86 deletions(-)
16
17 diff --git a/dev-ml/ocaml-cstruct/Manifest b/dev-ml/ocaml-cstruct/Manifest
18 index 721f599d172..234b05db7c1 100644
19 --- a/dev-ml/ocaml-cstruct/Manifest
20 +++ b/dev-ml/ocaml-cstruct/Manifest
21 @@ -1,3 +1 @@
22 -DIST ocaml-cstruct-2.3.1.tar.gz 259266 SHA256 89a4f363547026de195fd84d9e842844ed6bbf4c5ab57c2fc1500741106b1797 SHA512 7dfb080f4d6f1685719ed31edd69cb5f4e484d42b28e0340dace8dd9a4742342957b67de0b10f0c4f4ccab7a80b13ddc3a26d2401cffdd232dc9581dba1da2ff WHIRLPOOL 6c41df0677217f45f13a03686e4a025da8f9edadccb5a27659cc1349bbae2f324a07d68e056f7078e4f4336d357c5558f262d0c6f4813017db0325e2b304b06e
23 -DIST ocaml-cstruct-2.3.2.tar.gz 259424 SHA256 16c619be7644c30227a617cea8be509460b36a6a4c8f2b45a56fec75113570e0 SHA512 7f88c37729869fbfe39c28be4c56c49ba225da7f7d4df2f962a730be2a9c70bb6099713f83e4aa53e77ac7752c415427e86d95a42abcb6c280a79ae9931cdeee WHIRLPOOL 68b1e8fd892e1c54383de00becfb6e4807e222b6a0f6e11af3bce0b2d74c988647b0a093bc827ce4a9e63a93375040f0d7366df942cf8168e193ab436eb2fdb2
24 DIST ocaml-cstruct-2.4.0.tar.gz 259372 SHA256 a3e19e6a57204a5172c9ed0abd5153d85925b2d32f5ae51a53868a287be647fb SHA512 c37d16605f929aeeda33166183dcbe6b8e367583a8b25fde1bb5a4f9141a11f93e6f5463a500907d8829cb285075a8d2ca7874618a92f817997f76258175cbb3 WHIRLPOOL 8812fff7e3cc2a715e8ba395ab852752c0cf28bf8828e61de3f01b52ffabbc61c13c05b03fc964d1f68e88f33ce08c18b44a070881d3b876283fb987b945c664
25
26 diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.1.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.1.ebuild
27 deleted file mode 100644
28 index c7446c406e5..00000000000
29 --- a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.1.ebuild
30 +++ /dev/null
31 @@ -1,42 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -OASIS_BUILD_DOCS=1
37 -OASIS_BUILD_TESTS=1
38 -
39 -inherit oasis
40 -
41 -DESCRIPTION="Map OCaml arrays onto C-like structs"
42 -HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io"
43 -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="ISC"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64"
48 -IUSE="async +lwt +ppx"
49 -
50 -RDEPEND="
51 - async? ( dev-ml/async:= )
52 - lwt? ( dev-ml/lwt:= )
53 - ppx? ( dev-ml/ppx_tools:= )
54 - >=dev-lang/ocaml-4.01:=
55 - dev-ml/ocplib-endian:=
56 - dev-ml/sexplib:=
57 - dev-ml/type-conv:=
58 -"
59 -DEPEND="
60 - test? ( dev-ml/ounit )
61 - ${RDEPEND}
62 -"
63 -
64 -src_configure() {
65 - oasis_configure_opts="
66 - $(use_enable lwt)
67 - $(use_enable async)
68 - $(use_enable ppx)
69 - --enable-unix
70 - " oasis_src_configure
71 -}
72 -
73 -DOCS=( CHANGES README.md TODO.md )
74
75 diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.2.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.2.ebuild
76 deleted file mode 100644
77 index 250f63303d4..00000000000
78 --- a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.2.ebuild
79 +++ /dev/null
80 @@ -1,42 +0,0 @@
81 -# Copyright 1999-2017 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=5
85 -OASIS_BUILD_DOCS=1
86 -OASIS_BUILD_TESTS=1
87 -
88 -inherit oasis
89 -
90 -DESCRIPTION="Map OCaml arrays onto C-like structs"
91 -HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io"
92 -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
93 -
94 -LICENSE="ISC"
95 -SLOT="0/${PV}"
96 -KEYWORDS="~amd64"
97 -IUSE="async +lwt +ppx"
98 -
99 -RDEPEND="
100 - async? ( dev-ml/async:= )
101 - lwt? ( dev-ml/lwt:= )
102 - ppx? ( dev-ml/ppx_tools:= )
103 - >=dev-lang/ocaml-4.01:=
104 - dev-ml/ocplib-endian:=
105 - dev-ml/sexplib:=
106 - dev-ml/type-conv:=
107 -"
108 -DEPEND="
109 - test? ( dev-ml/ounit )
110 - ${RDEPEND}
111 -"
112 -
113 -src_configure() {
114 - oasis_configure_opts="
115 - $(use_enable lwt)
116 - $(use_enable async)
117 - $(use_enable ppx)
118 - --enable-unix
119 - " oasis_src_configure
120 -}
121 -
122 -DOCS=( CHANGES README.md TODO.md )