Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/bos/
Date: Wed, 21 Sep 2022 14:48:11
Message-Id: 1663771670.636e5746b43fe2304989f2ee54bb4afe238302b9.asturm@gentoo
1 commit: 636e5746b43fe2304989f2ee54bb4afe238302b9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 21 12:39:27 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 21 14:47:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=636e5746
7
8 dev-ml/bos: drop 0.1.6, 0.2.0-r1, EAPI-6--
9
10 Closes: https://bugs.gentoo.org/867118
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-ml/bos/Manifest | 2 --
14 dev-ml/bos/bos-0.1.6.ebuild | 47 ------------------------------------------
15 dev-ml/bos/bos-0.2.0-r1.ebuild | 44 ---------------------------------------
16 3 files changed, 93 deletions(-)
17
18 diff --git a/dev-ml/bos/Manifest b/dev-ml/bos/Manifest
19 index 719a0dd3e161..3f2fdf2fcb3d 100644
20 --- a/dev-ml/bos/Manifest
21 +++ b/dev-ml/bos/Manifest
22 @@ -1,3 +1 @@
23 -DIST bos-0.1.6.tbz 39822 BLAKE2B 0e10eb14fb5d429b81c67659c936e8b700c4cd417d1f5be000c8bdb0304de8ad9130e597f6e2e7771380c29c148f4339817bacc458e72a8efa894be3b85965bf SHA512 f1f10a97a32da936a7d5a0c70632e723723ee523c79f9dfd23bc42c039a194e8d69658483e6e856c7911332b799a92bf8cabfe96cc387522d7450b8f3f8f8343
24 -DIST bos-0.2.0.tbz 41008 BLAKE2B badc344e561ba9335a4ded0c8100da91fe2bc882698c94daa42d9db2f1e2c8c627b81eebb5a7067778c332384504391ea402f7363ec552e8517cb048c8e384fe SHA512 f9120f8108c6da5647c9fbcc78736a5f87bf5627fad01035fdab1af6322c93e75df670d7d2910fe474c92c48ffffcf15955a84e698cfc7bfb7c1ac4fe27d472f
25 DIST bos-0.2.1.tbz 42330 BLAKE2B c376428ef055555f09e4af24391b7bbcc388af955ac5192bd4c3999325757812a87b54e518fa2d5a3a81d1e8d0d65f2cb3b69d5f186129136855af7766e9ac13 SHA512 8daeb8a4c2dd1f2460f6274ada19f4f1b6ebe875ff83a938c93418ce0e6bdb74b8afc5c9a7d410c1c9df2dad030e4fa276b6ed2da580639484e8b5bc92610b1d
26
27 diff --git a/dev-ml/bos/bos-0.1.6.ebuild b/dev-ml/bos/bos-0.1.6.ebuild
28 deleted file mode 100644
29 index b488b4488915..000000000000
30 --- a/dev-ml/bos/bos-0.1.6.ebuild
31 +++ /dev/null
32 @@ -1,47 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -DESCRIPTION="Basic OS interaction for OCaml"
39 -HOMEPAGE="https://erratique.ch/software/bos https://github.com/dbuenzli/bos"
40 -SRC_URI="https://erratique.ch/software/bos/releases/${P}.tbz"
41 -
42 -LICENSE="ISC"
43 -SLOT="0/${PV}"
44 -KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
45 -IUSE="test"
46 -RESTRICT="!test? ( test )"
47 -
48 -RDEPEND="
49 - dev-lang/ocaml:=
50 - dev-ml/rresult:=
51 - dev-ml/astring:=
52 - dev-ml/fpath:=
53 - dev-ml/fmt:=
54 - dev-ml/logs:=
55 -"
56 -DEPEND="${RDEPEND}
57 - dev-ml/findlib
58 - dev-ml/ocamlbuild
59 - dev-ml/topkg
60 - test? ( dev-ml/mtime )
61 -"
62 -
63 -QA_FLAGS_IGNORED='.*'
64 -
65 -src_compile() {
66 - ocaml pkg/pkg.ml build --tests $(usex test true false) || die
67 -}
68 -
69 -src_test() {
70 - ocaml pkg/pkg.ml test || die
71 -}
72 -
73 -src_install() {
74 - opam-installer -i \
75 - --prefix="${ED}/usr" \
76 - --libdir="${D}/$(ocamlc -where)" \
77 - --docdir="${ED}/usr/share/doc/${PF}" \
78 - ${PN}.install || die
79 -}
80
81 diff --git a/dev-ml/bos/bos-0.2.0-r1.ebuild b/dev-ml/bos/bos-0.2.0-r1.ebuild
82 deleted file mode 100644
83 index 16419fa8caa9..000000000000
84 --- a/dev-ml/bos/bos-0.2.0-r1.ebuild
85 +++ /dev/null
86 @@ -1,44 +0,0 @@
87 -# Copyright 1999-2022 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=7
91 -
92 -DESCRIPTION="Basic OS interaction for OCaml"
93 -HOMEPAGE="https://erratique.ch/software/bos https://github.com/dbuenzli/bos"
94 -SRC_URI="https://erratique.ch/software/bos/releases/${P}.tbz"
95 -
96 -LICENSE="ISC"
97 -SLOT="0/${PV}"
98 -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
99 -IUSE="test"
100 -RESTRICT="!test? ( test )"
101 -
102 -RDEPEND="dev-lang/ocaml:=
103 - dev-ml/rresult:=
104 - dev-ml/astring:=
105 - dev-ml/fpath:=
106 - dev-ml/fmt:=
107 - dev-ml/logs:=[fmt]"
108 -DEPEND="${RDEPEND}"
109 -BDEPEND="dev-ml/findlib
110 - dev-ml/ocamlbuild
111 - dev-ml/topkg
112 - test? ( dev-ml/mtime )"
113 -
114 -QA_FLAGS_IGNORED='.*'
115 -
116 -src_compile() {
117 - ocaml pkg/pkg.ml build --tests $(usex test true false) || die
118 -}
119 -
120 -src_test() {
121 - ocaml pkg/pkg.ml test || die
122 -}
123 -
124 -src_install() {
125 - opam-installer -i \
126 - --prefix="${ED}/usr" \
127 - --libdir="${D}/$(ocamlc -where)" \
128 - --docdir="${ED}/usr/share/doc/${PF}" \
129 - ${PN}.install || die
130 -}