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/ounit2/
Date: Sun, 03 Oct 2021 09:58:15
Message-Id: 1633255077.6121c04a824d57d821ef7a8004d74cec45c7f60f.tupone@gentoo
1 commit: 6121c04a824d57d821ef7a8004d74cec45c7f60f
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 09:56:48 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 09:57:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6121c04a
7
8 dev-ml/ounit2: src_compile is in dune.eclass
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/ounit2/ounit2-2.2.3.ebuild | 4 ----
14 dev-ml/ounit2/ounit2-2.2.4.ebuild | 4 ----
15 2 files changed, 8 deletions(-)
16
17 diff --git a/dev-ml/ounit2/ounit2-2.2.3.ebuild b/dev-ml/ounit2/ounit2-2.2.3.ebuild
18 index b53206f8e38..40be073255c 100644
19 --- a/dev-ml/ounit2/ounit2-2.2.3.ebuild
20 +++ b/dev-ml/ounit2/ounit2-2.2.3.ebuild
21 @@ -20,7 +20,3 @@ BDEPEND=""
22 IUSE="+ocamlopt"
23
24 S="${WORKDIR}/ounit-v${PV}"
25 -
26 -src_compile() {
27 - dune build @install --profile release || die
28 -}
29
30 diff --git a/dev-ml/ounit2/ounit2-2.2.4.ebuild b/dev-ml/ounit2/ounit2-2.2.4.ebuild
31 index 967a9daf84d..b67e4a2fd51 100644
32 --- a/dev-ml/ounit2/ounit2-2.2.4.ebuild
33 +++ b/dev-ml/ounit2/ounit2-2.2.4.ebuild
34 @@ -20,7 +20,3 @@ DEPEND="
35 dev-ml/stdlib-shims:=
36 "
37 RDEPEND="${DEPEND}"
38 -
39 -src_compile() {
40 - dune build @install --profile release || die
41 -}