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-dns/
Date: Sun, 02 Apr 2017 08:39:14
Message-Id: 1491122280.be810c68bad64d6c95095a408efd982b0348629d.aballier@gentoo
1 commit: be810c68bad64d6c95095a408efd982b0348629d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 16:53:31 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 2 08:38:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be810c68
7
8 dev-ml/ocaml-dns: Remove old and unversion async deps.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ml/ocaml-dns/Manifest | 3 --
13 dev-ml/ocaml-dns/ocaml-dns-0.18.1.ebuild | 49 -------------------------
14 dev-ml/ocaml-dns/ocaml-dns-0.19.0.ebuild | 49 -------------------------
15 dev-ml/ocaml-dns/ocaml-dns-0.19.1.ebuild | 61 --------------------------------
16 dev-ml/ocaml-dns/ocaml-dns-0.20.0.ebuild | 2 +-
17 5 files changed, 1 insertion(+), 163 deletions(-)
18
19 diff --git a/dev-ml/ocaml-dns/Manifest b/dev-ml/ocaml-dns/Manifest
20 index 73d20620593..bd87da97616 100644
21 --- a/dev-ml/ocaml-dns/Manifest
22 +++ b/dev-ml/ocaml-dns/Manifest
23 @@ -1,4 +1 @@
24 -DIST ocaml-dns-0.18.1.tar.gz 144857 SHA256 c570a9f215bbafacb83319fd1d21fd393357c97359c237b941767d81764cc5e6 SHA512 909e7de8b434769aee04c4837cbcecd2856ad11b863f061eca650621b0caab81327107b58ecf20d65270f36b192d438baa3868b906cd9243163b2c697bf68684 WHIRLPOOL 043200a93926bc67859e6ff6f03ecfc1184ad3e13595fa71891a9e8ba3932ab2d3e46f32a145b11989d185e519548693af605b617ce7914dda1711d40a2d2d88
25 -DIST ocaml-dns-0.19.0.tar.gz 150398 SHA256 d9591f8cc3498667e66683251e68e3e32ff3c1f7cc7cf36d945c2706f96854fd SHA512 3b885bb202bd32b9a9961e3f971fe8c404b7585f27214076c09a0c524a8f382d1f584843237169b51e209dee401a630f6240c3789ac1d2d6980e15feb3e508df WHIRLPOOL 100215eb9c8ab867056eb849917d96408380cc9f9a1447b1f29c6fae03a0ed44c6e74fb461bee8f54f7f521ff5ab7270c7eb38ef0685a6010bdba17903eaf400
26 -DIST ocaml-dns-0.19.1.tar.gz 99433 SHA256 6356939529548b979c350d1323971bc9a2aa5b937d4d57412dbd8ef1f87d1c3e SHA512 6866d38b64be1b19ccadc8e0c199b89f08db42ecfcb65d0e0a714f00a4a712cc84dcb334730bd385f1073fd1abd2ae124d96374bb3e85ed2d8642427feedd1ad WHIRLPOOL ff187af0d53b4747840a2c6ca924fc498aff0d6342aace856c878eef56c870903f9a8b3d84982bdbca2455579d2714b9f8784f024836078abc9dc7e1da01f65d
27 DIST ocaml-dns-0.20.0.tar.gz 98660 SHA256 27f83f6ef242df944b8b272eedbad736daa649f3b4efc77abf142ef3a7008e26 SHA512 fbf6bfd580e025454f08dfdfa38c2e2d4a1d6ba35941988ca22fad80c61a58f1124693daabb5b643b12c54aba5a445282ca79c460e9411341dbbccbf6cdb32dc WHIRLPOOL 56784fc226ced8a88807810602000d5956eba39276a2a69b05850ff97d6a624890ec8906b32eaacaaca6a80f784f04ff4947aa4a72a50f707a14e1f9500f4315
28
29 diff --git a/dev-ml/ocaml-dns/ocaml-dns-0.18.1.ebuild b/dev-ml/ocaml-dns/ocaml-dns-0.18.1.ebuild
30 deleted file mode 100644
31 index 73340c56c56..00000000000
32 --- a/dev-ml/ocaml-dns/ocaml-dns-0.18.1.ebuild
33 +++ /dev/null
34 @@ -1,49 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -OASIS_BUILD_DOCS=1
40 -OASIS_BUILD_TESTS=1
41 -
42 -inherit oasis
43 -
44 -DESCRIPTION="A pure OCaml implementation of the DNS protocol"
45 -HOMEPAGE="https://github.com/mirage/ocaml-dns https://mirage.io"
46 -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="LGPL-2 LGPL-2.1-with-linking-exception ISC"
49 -SLOT="0/${PV}"
50 -KEYWORDS="~amd64"
51 -IUSE="async +lwt"
52 -
53 -RDEPEND="
54 - async? ( >=dev-ml/async-112.24.00:= )
55 - lwt? ( >=dev-ml/lwt-2.4.7:=
56 - dev-ml/ocaml-cstruct:=[lwt(-)] )
57 - >=dev-lang/ocaml-4:=
58 - dev-ml/cmdliner:=
59 - dev-ml/mirage-profile:=
60 - >=dev-ml/ocaml-base64-2.0.0:=
61 - >=dev-ml/ocaml-cstruct-1.9.0:=
62 - >=dev-ml/ocaml-ipaddr-2.6.0:=
63 - dev-ml/ocaml-re:=
64 - >=dev-ml/ocaml-uri-1.7.0:=
65 - dev-ml/ocaml-hashcons:=[ocamlopt?]
66 - !<dev-ml/mirage-types-1.2.0
67 - !dev-ml/odns
68 -"
69 -DEPEND="
70 - test? ( dev-ml/ounit
71 - dev-ml/ocaml-pcap )
72 - ${RDEPEND}
73 -"
74 -
75 -src_configure() {
76 - oasis_configure_opts="
77 - $(use_enable async)
78 - $(use_enable lwt)
79 - $(use_enable test nettests)
80 - " oasis_src_configure
81 -}
82 -
83 -DOCS=( CHANGES README.md TODO.md )
84
85 diff --git a/dev-ml/ocaml-dns/ocaml-dns-0.19.0.ebuild b/dev-ml/ocaml-dns/ocaml-dns-0.19.0.ebuild
86 deleted file mode 100644
87 index 8dbcd3a366a..00000000000
88 --- a/dev-ml/ocaml-dns/ocaml-dns-0.19.0.ebuild
89 +++ /dev/null
90 @@ -1,49 +0,0 @@
91 -# Copyright 1999-2017 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=5
95 -OASIS_BUILD_DOCS=1
96 -OASIS_BUILD_TESTS=1
97 -
98 -inherit oasis
99 -
100 -DESCRIPTION="A pure OCaml implementation of the DNS protocol"
101 -HOMEPAGE="https://github.com/mirage/ocaml-dns https://mirage.io"
102 -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
103 -
104 -LICENSE="LGPL-2 LGPL-2.1-with-linking-exception ISC"
105 -SLOT="0/${PV}"
106 -KEYWORDS="~amd64"
107 -IUSE="async +lwt"
108 -
109 -RDEPEND="
110 - async? ( >=dev-ml/async-112.24.00:= )
111 - lwt? ( >=dev-ml/lwt-2.4.7:=
112 - dev-ml/ocaml-cstruct:=[lwt(-)] )
113 - >=dev-lang/ocaml-4:=
114 - dev-ml/cmdliner:=
115 - dev-ml/mirage-profile:=
116 - >=dev-ml/ocaml-base64-2.0.0:=
117 - >=dev-ml/ocaml-cstruct-1.9.0:=
118 - >=dev-ml/ocaml-ipaddr-2.6.0:=
119 - dev-ml/ocaml-re:=
120 - >=dev-ml/ocaml-uri-1.7.0:=
121 - dev-ml/ocaml-hashcons:=[ocamlopt?]
122 - !<dev-ml/mirage-types-1.2.0
123 - !dev-ml/odns
124 -"
125 -DEPEND="
126 - test? ( dev-ml/ounit
127 - dev-ml/ocaml-pcap )
128 - ${RDEPEND}
129 -"
130 -
131 -src_configure() {
132 - oasis_configure_opts="
133 - $(use_enable async)
134 - $(use_enable lwt)
135 - $(use_enable test nettests)
136 - " oasis_src_configure
137 -}
138 -
139 -DOCS=( CHANGES README.md TODO.md )
140
141 diff --git a/dev-ml/ocaml-dns/ocaml-dns-0.19.1.ebuild b/dev-ml/ocaml-dns/ocaml-dns-0.19.1.ebuild
142 deleted file mode 100644
143 index 870e444c256..00000000000
144 --- a/dev-ml/ocaml-dns/ocaml-dns-0.19.1.ebuild
145 +++ /dev/null
146 @@ -1,61 +0,0 @@
147 -# Copyright 1999-2017 Gentoo Foundation
148 -# Distributed under the terms of the GNU General Public License v2
149 -
150 -EAPI=5
151 -
152 -inherit findlib
153 -
154 -DESCRIPTION="A pure OCaml implementation of the DNS protocol"
155 -HOMEPAGE="https://github.com/mirage/ocaml-dns https://mirage.io"
156 -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
157 -
158 -LICENSE="LGPL-2 LGPL-2.1-with-linking-exception ISC"
159 -SLOT="0/${PV}"
160 -KEYWORDS="~amd64"
161 -IUSE="async +lwt +ocamlopt test"
162 -
163 -RDEPEND="
164 - async? ( >=dev-ml/async-112.24.00:= )
165 - lwt? ( >=dev-ml/lwt-2.4.7:=
166 - dev-ml/ocaml-cstruct:=[lwt(-)] )
167 - >=dev-lang/ocaml-4:=
168 - dev-ml/cmdliner:=
169 - dev-ml/mirage-profile:=
170 - >=dev-ml/ocaml-base64-2.0.0:=
171 - >=dev-ml/ocaml-cstruct-1.9.0:=
172 - >=dev-ml/ocaml-ipaddr-2.6.0:=
173 - dev-ml/ocaml-re:=
174 - >=dev-ml/ocaml-uri-1.7.0:=
175 - dev-ml/ocaml-hashcons:=[ocamlopt?]
176 - dev-lang/ocaml:=[ocamlopt?]
177 - !<dev-ml/mirage-types-1.2.0
178 - !dev-ml/odns
179 -"
180 -DEPEND="
181 - test? (
182 - dev-ml/ounit
183 - dev-ml/ocaml-pcap
184 - )
185 - dev-ml/topkg
186 - dev-ml/ppx_tools
187 - ${RDEPEND}
188 -"
189 -# Missing mirage deps
190 -RESTRICT="test"
191 -
192 -src_compile() {
193 - ocaml pkg/pkg.ml build \
194 - --tests $(usex test true false) \
195 - --with-lwt $(usex lwt true false) \
196 - --with-async $(usex async true false) \
197 - || die
198 -}
199 -
200 -src_install() {
201 - opam-installer -i \
202 - --prefix="${ED}/usr" \
203 - --libdir="${D}/$(ocamlc -where)" \
204 - --docdir="${ED}/usr/share/doc/${PF}" \
205 - dns.install || die
206 - dodoc CHANGES.md README.md TODO.md
207 -}
208
209 diff --git a/dev-ml/ocaml-dns/ocaml-dns-0.20.0.ebuild b/dev-ml/ocaml-dns/ocaml-dns-0.20.0.ebuild
210 index 870e444c256..ccfefee54eb 100644
211 --- a/dev-ml/ocaml-dns/ocaml-dns-0.20.0.ebuild
212 +++ b/dev-ml/ocaml-dns/ocaml-dns-0.20.0.ebuild
213 @@ -15,7 +15,7 @@ KEYWORDS="~amd64"
214 IUSE="async +lwt +ocamlopt test"
215
216 RDEPEND="
217 - async? ( >=dev-ml/async-112.24.00:= )
218 + async? ( dev-ml/async:= )
219 lwt? ( >=dev-ml/lwt-2.4.7:=
220 dev-ml/ocaml-cstruct:=[lwt(-)] )
221 >=dev-lang/ocaml-4:=