Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/bos/
Date: Fri, 14 Jan 2022 20:38:06
Message-Id: 1642192663.8b99fef75a03d35148b40b12858edaa273ebaf50.tupone@gentoo
1 commit: 8b99fef75a03d35148b40b12858edaa273ebaf50
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 14 20:37:43 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 14 20:37:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b99fef7
7
8 dev-ml/bos: CFLAGS not applicable
9
10 Closes: https://bugs.gentoo.org/821715
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-ml/bos/bos-0.1.6.ebuild | 4 +++-
15 dev-ml/bos/bos-0.2.0-r1.ebuild | 4 +++-
16 dev-ml/bos/bos-0.2.1.ebuild | 7 ++++---
17 3 files changed, 10 insertions(+), 5 deletions(-)
18
19 diff --git a/dev-ml/bos/bos-0.1.6.ebuild b/dev-ml/bos/bos-0.1.6.ebuild
20 index 1c8791ab0f6b..5f7598f42cb0 100644
21 --- a/dev-ml/bos/bos-0.1.6.ebuild
22 +++ b/dev-ml/bos/bos-0.1.6.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -28,6 +28,8 @@ DEPEND="${RDEPEND}
30 test? ( dev-ml/mtime )
31 "
32
33 +QA_FLAGS_IGNORED='.*'
34 +
35 src_compile() {
36 ocaml pkg/pkg.ml build --tests $(usex test true false) || die
37 }
38
39 diff --git a/dev-ml/bos/bos-0.2.0-r1.ebuild b/dev-ml/bos/bos-0.2.0-r1.ebuild
40 index b4f383fa7696..f855848aa0a6 100644
41 --- a/dev-ml/bos/bos-0.2.0-r1.ebuild
42 +++ b/dev-ml/bos/bos-0.2.0-r1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2021 Gentoo Authors
45 +# Copyright 1999-2022 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 @@ -25,6 +25,8 @@ BDEPEND="dev-ml/findlib
50 dev-ml/topkg
51 test? ( dev-ml/mtime )"
52
53 +QA_FLAGS_IGNORED='.*'
54 +
55 src_compile() {
56 ocaml pkg/pkg.ml build --tests $(usex test true false) || die
57 }
58
59 diff --git a/dev-ml/bos/bos-0.2.1.ebuild b/dev-ml/bos/bos-0.2.1.ebuild
60 index c994f58f5094..0d5451288a35 100644
61 --- a/dev-ml/bos/bos-0.2.1.ebuild
62 +++ b/dev-ml/bos/bos-0.2.1.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2021 Gentoo Authors
65 +# Copyright 1999-2022 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=7
69 @@ -23,8 +23,9 @@ RDEPEND="dev-lang/ocaml:=
70 DEPEND="${RDEPEND}"
71 BDEPEND="dev-ml/findlib
72 dev-ml/ocamlbuild
73 - dev-ml/topkg
74 - test? ( dev-ml/mtime )"
75 + dev-ml/topkg"
76 +
77 +QA_FLAGS_IGNORED='.*'
78
79 src_compile() {
80 ocaml pkg/pkg.ml build --tests $(usex test true false) || die