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: Tue, 24 Jan 2017 11:15:07
Message-Id: 1485256456.465e6e5b3c6c9b74377b801344d25aca4ab659dc.aballier@gentoo
1 commit: 465e6e5b3c6c9b74377b801344d25aca4ab659dc
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:13:07 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=465e6e5b
7
8 dev-ml/ocaml-dns: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ocaml-dns/Manifest | 3 --
13 dev-ml/ocaml-dns/ocaml-dns-0.15.3.ebuild | 49 -------------------------------
14 dev-ml/ocaml-dns/ocaml-dns-0.16.0.ebuild | 49 -------------------------------
15 dev-ml/ocaml-dns/ocaml-dns-0.18.0.ebuild | 50 --------------------------------
16 4 files changed, 151 deletions(-)
17
18 diff --git a/dev-ml/ocaml-dns/Manifest b/dev-ml/ocaml-dns/Manifest
19 index 5b5ac92..4f12e5a 100644
20 --- a/dev-ml/ocaml-dns/Manifest
21 +++ b/dev-ml/ocaml-dns/Manifest
22 @@ -1,4 +1 @@
23 -DIST ocaml-dns-0.15.3.tar.gz 143042 SHA256 cc1361e51d1a7b6fa8d552dc06cad09288ba00e78a9ddcd5a0e49ab3d12a9619 SHA512 7176e93a263975d31a6757acf01ac5be10eb34b19a2c3a5d5e92b087a574e76db16861923162ad73833379dc5132868d0b91e1f2ed692e2bdff5667938a76db6 WHIRLPOOL 9b282ffdaf9fd834d449e33176fb9e5a231e6a7f2a1a12b0da4825a96f820b3f87a73c9e4751c19bbf80c9b8ab2f30c1730003b010bd6153b83bb9009334986d
24 -DIST ocaml-dns-0.16.0.tar.gz 146761 SHA256 b8b56f9979b650ae3f1a9a52385027c5a80e7f5bd25e6326d0fef480a5f0a56f SHA512 8d5f8c63074dae68d31dd1a592d3fa6b69e0963aa674110e501a575b4cb75c3a9a5ad6b1efffd118d69eff6dcf71f34b102264a127c9b336b2f04de5a90ee976 WHIRLPOOL f927983e894c65c1ed007897bd0dae2f2b45fdf215a12c50e15c4a554f6c9c9f69e5ea5defd60f71478ad527995957698b63cf48b24601f82098c55e97002e05
25 -DIST ocaml-dns-0.18.0.tar.gz 144807 SHA256 f4d0911814c98534a92a5aadc2978153e849752b4f59276adc9a3c8e53e81a5d SHA512 a614bac04ffc7eedd6a83865d9ee93416faac7a1cb500d0cca2462993a08864ec5081e9c05b432f623f388bbc87a67c2d401ad44a3e14bf24be2fb520d7706a3 WHIRLPOOL 2e26fb43888147859a15a639b9d90151bde5c2d89dfa2f226a1a2aadfb417f6cf5832f5023cfdc3ac59bfbbd035026f0f73777a0cbf6fc94f837c5f072190241
26 DIST ocaml-dns-0.18.1.tar.gz 144857 SHA256 c570a9f215bbafacb83319fd1d21fd393357c97359c237b941767d81764cc5e6 SHA512 909e7de8b434769aee04c4837cbcecd2856ad11b863f061eca650621b0caab81327107b58ecf20d65270f36b192d438baa3868b906cd9243163b2c697bf68684 WHIRLPOOL 043200a93926bc67859e6ff6f03ecfc1184ad3e13595fa71891a9e8ba3932ab2d3e46f32a145b11989d185e519548693af605b617ce7914dda1711d40a2d2d88
27
28 diff --git a/dev-ml/ocaml-dns/ocaml-dns-0.15.3.ebuild b/dev-ml/ocaml-dns/ocaml-dns-0.15.3.ebuild
29 deleted file mode 100644
30 index bf1a781..00000000
31 --- a/dev-ml/ocaml-dns/ocaml-dns-0.15.3.ebuild
32 +++ /dev/null
33 @@ -1,49 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
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.0.1:=
62 - >=dev-ml/ocaml-ipaddr-2.6.0:=
63 - dev-ml/ocaml-re:=
64 - >=dev-ml/ocaml-uri-1.7.0:=
65 - !<dev-ml/mirage-types-1.2.0
66 - !dev-ml/odns
67 -"
68 -DEPEND="
69 - test? ( dev-ml/ounit
70 - dev-ml/ocaml-pcap )
71 - ${RDEPEND}
72 -"
73 -
74 -src_configure() {
75 - oasis_configure_opts="
76 - $(use_enable async)
77 - $(use_enable lwt)
78 - $(use_enable test nettests)
79 - " oasis_src_configure
80 -}
81 -
82 -DOCS=( CHANGES README.md TODO.md )
83
84 diff --git a/dev-ml/ocaml-dns/ocaml-dns-0.16.0.ebuild b/dev-ml/ocaml-dns/ocaml-dns-0.16.0.ebuild
85 deleted file mode 100644
86 index bf1a781..00000000
87 --- a/dev-ml/ocaml-dns/ocaml-dns-0.16.0.ebuild
88 +++ /dev/null
89 @@ -1,49 +0,0 @@
90 -# Copyright 1999-2015 Gentoo Foundation
91 -# Distributed under the terms of the GNU General Public License v2
92 -# $Id$
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.0.1:=
118 - >=dev-ml/ocaml-ipaddr-2.6.0:=
119 - dev-ml/ocaml-re:=
120 - >=dev-ml/ocaml-uri-1.7.0:=
121 - !<dev-ml/mirage-types-1.2.0
122 - !dev-ml/odns
123 -"
124 -DEPEND="
125 - test? ( dev-ml/ounit
126 - dev-ml/ocaml-pcap )
127 - ${RDEPEND}
128 -"
129 -
130 -src_configure() {
131 - oasis_configure_opts="
132 - $(use_enable async)
133 - $(use_enable lwt)
134 - $(use_enable test nettests)
135 - " oasis_src_configure
136 -}
137 -
138 -DOCS=( CHANGES README.md TODO.md )
139
140 diff --git a/dev-ml/ocaml-dns/ocaml-dns-0.18.0.ebuild b/dev-ml/ocaml-dns/ocaml-dns-0.18.0.ebuild
141 deleted file mode 100644
142 index c0c9038..00000000
143 --- a/dev-ml/ocaml-dns/ocaml-dns-0.18.0.ebuild
144 +++ /dev/null
145 @@ -1,50 +0,0 @@
146 -# Copyright 1999-2015 Gentoo Foundation
147 -# Distributed under the terms of the GNU General Public License v2
148 -# $Id$
149 -
150 -EAPI=5
151 -OASIS_BUILD_DOCS=1
152 -OASIS_BUILD_TESTS=1
153 -
154 -inherit oasis
155 -
156 -DESCRIPTION="A pure OCaml implementation of the DNS protocol"
157 -HOMEPAGE="https://github.com/mirage/ocaml-dns https://mirage.io"
158 -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
159 -
160 -LICENSE="LGPL-2 LGPL-2.1-with-linking-exception ISC"
161 -SLOT="0/${PV}"
162 -KEYWORDS="~amd64"
163 -IUSE="async +lwt"
164 -
165 -RDEPEND="
166 - async? ( >=dev-ml/async-112.24.00:= )
167 - lwt? ( >=dev-ml/lwt-2.4.7:=
168 - dev-ml/ocaml-cstruct:=[lwt(-)] )
169 - >=dev-lang/ocaml-4:=
170 - dev-ml/cmdliner:=
171 - dev-ml/mirage-profile:=
172 - >=dev-ml/ocaml-base64-2.0.0:=
173 - >=dev-ml/ocaml-cstruct-1.9.0:=
174 - >=dev-ml/ocaml-ipaddr-2.6.0:=
175 - dev-ml/ocaml-re:=
176 - >=dev-ml/ocaml-uri-1.7.0:=
177 - dev-ml/ocaml-hashcons:=[ocamlopt?]
178 - !<dev-ml/mirage-types-1.2.0
179 - !dev-ml/odns
180 -"
181 -DEPEND="
182 - test? ( dev-ml/ounit
183 - dev-ml/ocaml-pcap )
184 - ${RDEPEND}
185 -"
186 -
187 -src_configure() {
188 - oasis_configure_opts="
189 - $(use_enable async)
190 - $(use_enable lwt)
191 - $(use_enable test nettests)
192 - " oasis_src_configure
193 -}
194 -
195 -DOCS=( CHANGES README.md TODO.md )