From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/bos/
Date: Fri, 14 Jan 2022 20:38:03 +0000 (UTC) [thread overview]
Message-ID: <1642192663.8b99fef75a03d35148b40b12858edaa273ebaf50.tupone@gentoo> (raw)
commit: 8b99fef75a03d35148b40b12858edaa273ebaf50
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 14 20:37:43 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jan 14 20:37:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b99fef7
dev-ml/bos: CFLAGS not applicable
Closes: https://bugs.gentoo.org/821715
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/bos/bos-0.1.6.ebuild | 4 +++-
dev-ml/bos/bos-0.2.0-r1.ebuild | 4 +++-
dev-ml/bos/bos-0.2.1.ebuild | 7 ++++---
3 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/dev-ml/bos/bos-0.1.6.ebuild b/dev-ml/bos/bos-0.1.6.ebuild
index 1c8791ab0f6b..5f7598f42cb0 100644
--- a/dev-ml/bos/bos-0.1.6.ebuild
+++ b/dev-ml/bos/bos-0.1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -28,6 +28,8 @@ DEPEND="${RDEPEND}
test? ( dev-ml/mtime )
"
+QA_FLAGS_IGNORED='.*'
+
src_compile() {
ocaml pkg/pkg.ml build --tests $(usex test true false) || die
}
diff --git a/dev-ml/bos/bos-0.2.0-r1.ebuild b/dev-ml/bos/bos-0.2.0-r1.ebuild
index b4f383fa7696..f855848aa0a6 100644
--- a/dev-ml/bos/bos-0.2.0-r1.ebuild
+++ b/dev-ml/bos/bos-0.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -25,6 +25,8 @@ BDEPEND="dev-ml/findlib
dev-ml/topkg
test? ( dev-ml/mtime )"
+QA_FLAGS_IGNORED='.*'
+
src_compile() {
ocaml pkg/pkg.ml build --tests $(usex test true false) || die
}
diff --git a/dev-ml/bos/bos-0.2.1.ebuild b/dev-ml/bos/bos-0.2.1.ebuild
index c994f58f5094..0d5451288a35 100644
--- a/dev-ml/bos/bos-0.2.1.ebuild
+++ b/dev-ml/bos/bos-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,8 +23,9 @@ RDEPEND="dev-lang/ocaml:=
DEPEND="${RDEPEND}"
BDEPEND="dev-ml/findlib
dev-ml/ocamlbuild
- dev-ml/topkg
- test? ( dev-ml/mtime )"
+ dev-ml/topkg"
+
+QA_FLAGS_IGNORED='.*'
src_compile() {
ocaml pkg/pkg.ml build --tests $(usex test true false) || die
next reply other threads:[~2022-01-14 20:38 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-14 20:38 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-09-21 14:48 [gentoo-commits] repo/gentoo:master commit in: dev-ml/bos/ Andreas Sturmlechner
2022-09-21 12:26 Agostino Sarubbo
2022-09-15 6:48 Agostino Sarubbo
2022-09-15 6:47 Agostino Sarubbo
2022-09-15 6:47 Agostino Sarubbo
2022-04-18 21:07 Jakov Smolić
2021-11-04 17:41 Alfredo Tupone
2021-10-25 13:41 Sam James
2021-10-14 9:44 Sam James
2021-10-13 20:37 Sam James
2021-10-13 20:35 Sam James
2021-10-11 12:17 Agostino Sarubbo
2021-10-11 5:15 Sam James
2021-10-11 5:12 Sam James
2021-09-07 0:09 Sam James
2021-07-28 2:06 Sam James
2021-07-28 2:05 Sam James
2021-07-28 2:05 Sam James
2021-07-28 1:48 Sam James
2021-05-15 19:32 Sam James
2021-05-15 1:55 Sam James
2021-05-10 12:45 Sam James
2021-05-10 12:44 Sam James
2017-06-20 21:33 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1642192663.8b99fef75a03d35148b40b12858edaa273ebaf50.tupone@gentoo \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox