Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ctypes/
Date: Wed, 02 Dec 2020 17:46:07
Message-Id: 1606931153.8b99f7f2cfa55cf5173b210aa7e3a1a40eef3ee8.bman@gentoo
1 commit: 8b99f7f2cfa55cf5173b210aa7e3a1a40eef3ee8
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 17:35:16 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 17:45:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b99f7f2
7
8 dev-ml/ocaml-ctypes: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-ml/ocaml-ctypes/Manifest | 3 ---
13 dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3.ebuild | 36 -------------------------
14 dev-ml/ocaml-ctypes/ocaml-ctypes-0.12.1.ebuild | 37 --------------------------
15 dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild | 37 --------------------------
16 4 files changed, 113 deletions(-)
17
18 diff --git a/dev-ml/ocaml-ctypes/Manifest b/dev-ml/ocaml-ctypes/Manifest
19 index 7538af6c255..231622cf779 100644
20 --- a/dev-ml/ocaml-ctypes/Manifest
21 +++ b/dev-ml/ocaml-ctypes/Manifest
22 @@ -1,5 +1,2 @@
23 DIST ocaml-ctypes-0.11.2.tar.gz 203564 BLAKE2B 2a8c0ee8f8dcd78c3f93b506e92f2c3476c1505d8b58be9273405b4c198500d8e5ff4b0689f76599cc3e92ebb1f5db685c025e2f6a29f590ef21e36c4ac4c3ed SHA512 f3d75e9e596f68438733090fea8c675624c3b186a77c3adf1eca8f12cc2da336f0f5b1688c2ee788726e873bbb0c4dce1d237d53d1637d78e4ad6a8eae1f912a
24 -DIST ocaml-ctypes-0.11.3.tar.gz 204959 BLAKE2B f3863e29d355479f9306c39786d56839ab05a119dfd5a64de1a784d71e8d931d5fad0f306402aadb50bc5e8147ab7668ac026b5bfbbaff2b6530d7a33f9f38cc SHA512 e7698954a6b683869a1482af8fe1bbeb5ccf693c2bb8583e2c19c5da92ed2730466e373c6f53d9ff9f09c2bdedf102da3f76b75511d7f9b7d266ac0765999f94
25 -DIST ocaml-ctypes-0.12.1.tar.gz 199686 BLAKE2B d131bb8ebe8448c6d252d32b6a6de2e555f4c7802bec0da83f33ac402d1fd1c73db9abb97fe9f7065fbeaddc782c0976bb05ef6ee6aa80e20b46074a48c343c3 SHA512 801c66395d843c9e410736a06ab5e03bbe22851a364dc9b9444f49dc133e0f5e0b7a1c31e88de56d23a21817cb35595a1b6743c430c8c1a689b7ae12adc8856f
26 -DIST ocaml-ctypes-0.13.0.tar.gz 200959 BLAKE2B 9f7274099924bd5502fc8115a1e5ed32f9b56902ce284f5530710c948d6d735a2abfd30affa5f1f7803edb33e062c288963946846be29977af87f19f47dd0fbe SHA512 ba2e4cd77d42cf032d823e26f94a8cc37d81ac12bafd40c5d61685d66c97e18996a286dd8d486c94ad4a34e4214e55104e6283158962871e7f0722b2144f7a7d
27 DIST ocaml-ctypes-0.17.1.tar.gz 208101 BLAKE2B b9fe6632058a670c988ba9f1ae81b75aa5373de7231cef04d5e2ede61a44cbaa0324c04197a0a202847599a9bbe7dccd18fd3279f3f351493aaec4959caf3ada SHA512 1e197009f7e6b29b43944f757e987934337ebfa11bb2ff2ca8ba3ebc607e37cf1259d07a90d7faf4b91b49ee20d5c65357ad305f34ada0a8d336a3904233150e
28
29 diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3.ebuild
30 deleted file mode 100644
31 index c1ff54bb429..00000000000
32 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3.ebuild
33 +++ /dev/null
34 @@ -1,36 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -inherit findlib
41 -
42 -DESCRIPTION="Library for binding to C libraries using pure OCaml"
43 -HOMEPAGE="https://github.com/ocamllabs/ocaml-ctypes"
44 -SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0/${PV}"
48 -KEYWORDS="~amd64 ~arm ~x86"
49 -IUSE="test"
50 -RESTRICT="!test? ( test )"
51 -
52 -RDEPEND="
53 - >=dev-lang/ocaml-4.02:=[ocamlopt]
54 - dev-libs/libffi
55 -"
56 -DEPEND="${RDEPEND}
57 - test? ( dev-ml/ounit )"
58 -
59 -src_compile() {
60 - emake -j1
61 -}
62 -
63 -src_test() {
64 - emake -j1 test
65 -}
66 -
67 -src_install() {
68 - findlib_src_install
69 - dodoc CHANGES.md README.md
70 -}
71
72 diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.12.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.12.1.ebuild
73 deleted file mode 100644
74 index 17a54dde797..00000000000
75 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.12.1.ebuild
76 +++ /dev/null
77 @@ -1,37 +0,0 @@
78 -# Copyright 1999-2020 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=5
82 -
83 -inherit findlib
84 -
85 -DESCRIPTION="Library for binding to C libraries using pure OCaml"
86 -HOMEPAGE="https://github.com/ocamllabs/ocaml-ctypes"
87 -SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.tar.gz"
88 -
89 -LICENSE="MIT"
90 -SLOT="0/${PV}"
91 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
92 -IUSE="test"
93 -RESTRICT="!test? ( test )"
94 -
95 -RDEPEND="
96 - >=dev-lang/ocaml-4.02:=[ocamlopt]
97 - dev-libs/libffi
98 - dev-ml/integers:=
99 -"
100 -DEPEND="${RDEPEND}
101 - test? ( dev-ml/ounit dev-ml/lwt )"
102 -
103 -src_compile() {
104 - emake -j1
105 -}
106 -
107 -src_test() {
108 - emake -j1 test
109 -}
110 -
111 -src_install() {
112 - findlib_src_install
113 - dodoc CHANGES.md README.md
114 -}
115
116 diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild
117 deleted file mode 100644
118 index 17a54dde797..00000000000
119 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild
120 +++ /dev/null
121 @@ -1,37 +0,0 @@
122 -# Copyright 1999-2020 Gentoo Authors
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI=5
126 -
127 -inherit findlib
128 -
129 -DESCRIPTION="Library for binding to C libraries using pure OCaml"
130 -HOMEPAGE="https://github.com/ocamllabs/ocaml-ctypes"
131 -SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.tar.gz"
132 -
133 -LICENSE="MIT"
134 -SLOT="0/${PV}"
135 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
136 -IUSE="test"
137 -RESTRICT="!test? ( test )"
138 -
139 -RDEPEND="
140 - >=dev-lang/ocaml-4.02:=[ocamlopt]
141 - dev-libs/libffi
142 - dev-ml/integers:=
143 -"
144 -DEPEND="${RDEPEND}
145 - test? ( dev-ml/ounit dev-ml/lwt )"
146 -
147 -src_compile() {
148 - emake -j1
149 -}
150 -
151 -src_test() {
152 - emake -j1 test
153 -}
154 -
155 -src_install() {
156 - findlib_src_install
157 - dodoc CHANGES.md README.md
158 -}