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-ctypes/
Date: Tue, 24 Jan 2017 11:15:05
Message-Id: 1485256456.98e3e2e88bee2c052834ad7e0a349bc85e971812.aballier@gentoo
1 commit: 98e3e2e88bee2c052834ad7e0a349bc85e971812
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:11:42 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=98e3e2e8
7
8 dev-ml/ocaml-ctypes: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ocaml-ctypes/Manifest | 2 --
13 dev-ml/ocaml-ctypes/ocaml-ctypes-0.10.2.ebuild | 36 --------------------------
14 dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.1.ebuild | 36 --------------------------
15 3 files changed, 74 deletions(-)
16
17 diff --git a/dev-ml/ocaml-ctypes/Manifest b/dev-ml/ocaml-ctypes/Manifest
18 index da3a330..5d2d8d0 100644
19 --- a/dev-ml/ocaml-ctypes/Manifest
20 +++ b/dev-ml/ocaml-ctypes/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST ocaml-ctypes-0.10.2.tar.gz 190090 SHA256 9888667de03c330d3845e8ded0df53f9e1d234be2c3696517a1e98e176116cea SHA512 73374e2063882347fa8458564f8bf49365aa493cb8aa3abcea01c92fc399c1ef0a977df9d87542bd781c6fc6d042dda1c0e13283b550538d173f08df9ce2ce0d WHIRLPOOL ff19c015fb38a1e20fb772b6628fcacce744ca57a42890052b061f6f697fd0bd5d24225de852f734812a623fa63877827993f4b359721b841d0f92b854b2edb3
23 -DIST ocaml-ctypes-0.11.1.tar.gz 202879 SHA256 6be8a5ed4fc2da6051b42aa59648934ea2f9080d783c92f610e91454059b97e2 SHA512 b25beab78ea099d30ef4fdbabfb23eef2eb1dbd9421c3294b632ffda2327c54909913a97837eb25fadb2a0ae6aaf7f4725811845e5a98baa946690b43628b8ce WHIRLPOOL 1c8f1c9045277ea21e5192b08566a4ce363e26ee2b4ab6f5cde77d85965c0080c4ebc7870f827ac91d79f7bcda484c895ce5e4149c451c6b6257b64665bca5e0
24 DIST ocaml-ctypes-0.11.2.tar.gz 203564 SHA256 708e2c5501ba00b3ed6726a7da1c2b58f607859e8e1cc0381eefd222510488d6 SHA512 f3d75e9e596f68438733090fea8c675624c3b186a77c3adf1eca8f12cc2da336f0f5b1688c2ee788726e873bbb0c4dce1d237d53d1637d78e4ad6a8eae1f912a WHIRLPOOL cbf74628695e01dfe2e379a7c645313e36eaae98f733cda231a290960e52241c96bcc2fb8491daa28b964cf06c0d43a41282767a2d9fa1a4a6f395736eb08864
25 DIST ocaml-ctypes-0.4.1.tar.gz 162601 SHA256 74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5 SHA512 8155ffe16a58d5714ceb602afa5531c93526defca39a16047328ac06d2c7c7f52b768b18170391f467e1f6919c69275734faf85d27315e11b8bbefcb1bc8afa9 WHIRLPOOL d8d0ef24e0b6c40f50fddf38fed7238cf95573909d2809cc2ab5c1b9b3dab333210e1ce99cf805804576a79d08d819e2ecdee7b4a6a9e13efb13e7b9f88ad802
26
27 diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.10.2.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.10.2.ebuild
28 deleted file mode 100644
29 index d563719..00000000
30 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.10.2.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -inherit findlib
40 -
41 -DESCRIPTION="Library for binding to C libraries using pure OCaml"
42 -HOMEPAGE="https://github.com/ocamllabs/ocaml-ctypes"
43 -SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64 ~arm ~x86"
48 -IUSE="test"
49 -
50 -RDEPEND="
51 - >=dev-lang/ocaml-4.02:=[ocamlopt]
52 - virtual/libffi
53 -"
54 -DEPEND="${RDEPEND}
55 - test? ( dev-ml/ounit )"
56 -
57 -src_compile() {
58 - emake -j1
59 -}
60 -
61 -src_test() {
62 - emake -j1 test
63 -}
64 -
65 -src_install() {
66 - findlib_src_install
67 - dodoc CHANGES.md README.md
68 -}
69
70 diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.1.ebuild
71 deleted file mode 100644
72 index d563719..00000000
73 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.1.ebuild
74 +++ /dev/null
75 @@ -1,36 +0,0 @@
76 -# Copyright 1999-2016 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -# $Id$
79 -
80 -EAPI=5
81 -
82 -inherit findlib
83 -
84 -DESCRIPTION="Library for binding to C libraries using pure OCaml"
85 -HOMEPAGE="https://github.com/ocamllabs/ocaml-ctypes"
86 -SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.tar.gz"
87 -
88 -LICENSE="MIT"
89 -SLOT="0/${PV}"
90 -KEYWORDS="~amd64 ~arm ~x86"
91 -IUSE="test"
92 -
93 -RDEPEND="
94 - >=dev-lang/ocaml-4.02:=[ocamlopt]
95 - virtual/libffi
96 -"
97 -DEPEND="${RDEPEND}
98 - test? ( dev-ml/ounit )"
99 -
100 -src_compile() {
101 - emake -j1
102 -}
103 -
104 -src_test() {
105 - emake -j1 test
106 -}
107 -
108 -src_install() {
109 - findlib_src_install
110 - dodoc CHANGES.md README.md
111 -}