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/biniou/
Date: Wed, 02 Dec 2020 00:32:11
Message-Id: 1606869114.4c17da93392f9fe7aa6c8c178110f33564662762.bman@gentoo
1 commit: 4c17da93392f9fe7aa6c8c178110f33564662762
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 00:29:00 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 00:31:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c17da93
7
8 dev-ml/biniou: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-ml/biniou/Manifest | 3 ---
13 dev-ml/biniou/biniou-1.0.12.ebuild | 31 -------------------------------
14 dev-ml/biniou/biniou-1.0.13.ebuild | 31 -------------------------------
15 dev-ml/biniou/biniou-1.1.0.ebuild | 32 --------------------------------
16 4 files changed, 97 deletions(-)
17
18 diff --git a/dev-ml/biniou/Manifest b/dev-ml/biniou/Manifest
19 index df9d861bd46..529a970cd46 100644
20 --- a/dev-ml/biniou/Manifest
21 +++ b/dev-ml/biniou/Manifest
22 @@ -1,4 +1 @@
23 -DIST biniou-1.0.12.tar.gz 24262 BLAKE2B c7dd3ff0d7cf47f7c464cf379fa1ac84e11c284399730c55d803d0da1e5c10ed0b974b51705d22e0a29513bf7a4774139720aacd7094a52685b6d7bc17067ad8 SHA512 df729e4064f6726efa409ceb5e6ff1987923d9cd28339d6e1c4c185a07c0738b027cafba33a139483eeb8f88e58f66fbb6a57d8e748e7355073a7622fb4d7a07
24 -DIST biniou-1.0.13.tar.gz 24327 BLAKE2B 19a69665805b917c9bc02ad459c8a98b8cb64f707f3664e863d5315fd1444e0cb5545549220494dab136287cf4f8ffab8d5246a2068bb154c2ea10553b63737d SHA512 2fe109e83260f546181dd26ea175d2c4f63d0f6604c6d26fa44ee31925ba1fdaac0139a436cd0271a31294de9cd8ea65f8dde0981403c652d31de721ef696788
25 -DIST biniou-1.1.0.tar.gz 23432 BLAKE2B 601e160c828c32f520c7cd18d5b3ca1abfe629dcb53250d83e9dc658dacafcb7f54296b5c9604dc38b8a95acbaf64d79d283d82fe345391e593023d7dfbc2933 SHA512 755e3dcfe2a967c08b86db5a7dc917f75713611f5deb64b4fe3499aecf8e698813a1d0620eb78aa1e77c404719936c5ef5088c0c394c02fc2d7fe2629e985669
26 DIST biniou-1.2.0.tar.gz 23611 BLAKE2B 01f5afada666d23b74f31cf12b5f578f3622c85311d7a1b6eb319843beac4c3ebe8e8e314a47ec14ee0ef6f5c1a5b6dd849dcf24b0c3cc8a38ca6a54d89e4c4d SHA512 04c04c2dd5e3e1237106db257567ba6900bd94759b07b02ba2e0d9209d1bbdc9ed629864e06d44a8b61f72d46fbcc7a0ffc86f82feb223d9d99ca41afc625fab
27
28 diff --git a/dev-ml/biniou/biniou-1.0.12.ebuild b/dev-ml/biniou/biniou-1.0.12.ebuild
29 deleted file mode 100644
30 index 81346198c7f..00000000000
31 --- a/dev-ml/biniou/biniou-1.0.12.ebuild
32 +++ /dev/null
33 @@ -1,31 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -inherit findlib
40 -
41 -DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
42 -HOMEPAGE="https://github.com/mjambon/biniou"
43 -SRC_URI="https://github.com/mjambon/biniou/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -SLOT="0/${PV}"
46 -LICENSE="BSD"
47 -KEYWORDS="~amd64"
48 -IUSE="+ocamlopt"
49 -
50 -RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?]
51 - dev-ml/easy-format:=[ocamlopt?]
52 -"
53 -DEPEND="${RDEPEND}"
54 -
55 -src_compile() {
56 - emake all
57 - use ocamlopt && emake opt
58 -}
59 -
60 -src_install() {
61 - use ocamlopt && dodir /usr/bin
62 - findlib_src_install BINDIR="${ED}"/usr/bin
63 - dodoc README.md Changes
64 -}
65
66 diff --git a/dev-ml/biniou/biniou-1.0.13.ebuild b/dev-ml/biniou/biniou-1.0.13.ebuild
67 deleted file mode 100644
68 index 221435a1763..00000000000
69 --- a/dev-ml/biniou/biniou-1.0.13.ebuild
70 +++ /dev/null
71 @@ -1,31 +0,0 @@
72 -# Copyright 1999-2017 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=5
76 -
77 -inherit findlib
78 -
79 -DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
80 -HOMEPAGE="https://github.com/mjambon/biniou"
81 -SRC_URI="https://github.com/mjambon/biniou/archive/v${PV}.tar.gz -> ${P}.tar.gz"
82 -
83 -SLOT="0/${PV}"
84 -LICENSE="BSD"
85 -KEYWORDS="~amd64"
86 -IUSE="+ocamlopt"
87 -
88 -RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?]
89 - dev-ml/easy-format:=[ocamlopt?]
90 -"
91 -DEPEND="${RDEPEND}"
92 -
93 -src_compile() {
94 - emake all
95 - use ocamlopt && emake opt
96 -}
97 -
98 -src_install() {
99 - use ocamlopt && dodir /usr/bin
100 - findlib_src_install BINDIR="${ED}"/usr/bin
101 - dodoc README.md Changes
102 -}
103
104 diff --git a/dev-ml/biniou/biniou-1.1.0.ebuild b/dev-ml/biniou/biniou-1.1.0.ebuild
105 deleted file mode 100644
106 index 6a9705355a2..00000000000
107 --- a/dev-ml/biniou/biniou-1.1.0.ebuild
108 +++ /dev/null
109 @@ -1,32 +0,0 @@
110 -# Copyright 1999-2017 Gentoo Foundation
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=5
114 -
115 -inherit findlib
116 -
117 -DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
118 -HOMEPAGE="https://github.com/mjambon/biniou"
119 -SRC_URI="https://github.com/mjambon/biniou/archive/v${PV}.tar.gz -> ${P}.tar.gz"
120 -
121 -SLOT="0/${PV}"
122 -LICENSE="BSD"
123 -KEYWORDS="~amd64"
124 -IUSE="+ocamlopt"
125 -
126 -RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?]
127 - dev-ml/easy-format:=[ocamlopt?]
128 -"
129 -DEPEND="${RDEPEND}
130 - dev-ml/jbuilder
131 - dev-ml/opam
132 -"
133 -
134 -src_install() {
135 - opam-installer -i \
136 - --prefix="${ED}/usr" \
137 - --libdir="${D}/$(ocamlc -where)" \
138 - --docdir="${ED}/usr/share/doc/${PF}" \
139 - --mandir="${ED}/usr/share/man" \
140 - ${PN}.install || die
141 -}