From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 884C0158018 for ; Sun, 3 Oct 2021 09:58:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D141AE0924; Sun, 3 Oct 2021 09:58:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 855FBE0924 for ; Sun, 3 Oct 2021 09:58:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A68EF342F25 for ; Sun, 3 Oct 2021 09:58:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BD0A148 for ; Sun, 3 Oct 2021 09:58:11 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1633255070.fb2c24fffbabc7f94b66fa1f533a5feed4c8f9c4.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-state/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/opam-state/opam-state-2.0.8-r1.ebuild dev-ml/opam-state/opam-state-2.0.9.ebuild dev-ml/opam-state/opam-state-2.1.0.ebuild X-VCS-Directories: dev-ml/opam-state/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: fb2c24fffbabc7f94b66fa1f533a5feed4c8f9c4 X-VCS-Branch: master Date: Sun, 3 Oct 2021 09:58:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 19a7f2b9-c535-4897-8bc2-c25b97ff063a X-Archives-Hash: c8d499ac675276df1f47da03ae2b69c2 commit: fb2c24fffbabc7f94b66fa1f533a5feed4c8f9c4 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Oct 3 09:56:13 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Oct 3 09:57:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2c24ff dev-ml/opam-state: src_compile is in dune.eclass Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/opam-state/opam-state-2.0.8-r1.ebuild | 4 ---- dev-ml/opam-state/opam-state-2.0.9.ebuild | 4 ---- dev-ml/opam-state/opam-state-2.1.0.ebuild | 4 ---- 3 files changed, 12 deletions(-) diff --git a/dev-ml/opam-state/opam-state-2.0.8-r1.ebuild b/dev-ml/opam-state/opam-state-2.0.8-r1.ebuild index 10fd5b4abe8..ce874e2ac46 100644 --- a/dev-ml/opam-state/opam-state-2.0.8-r1.ebuild +++ b/dev-ml/opam-state/opam-state-2.0.8-r1.ebuild @@ -36,7 +36,3 @@ src_prepare() { (flags (:standard -warn-error -3-9-33)))) EOF } - -src_compile() { - dune build @install --profile release || die -} diff --git a/dev-ml/opam-state/opam-state-2.0.9.ebuild b/dev-ml/opam-state/opam-state-2.0.9.ebuild index cde1ebca6cb..cf9ab72c819 100644 --- a/dev-ml/opam-state/opam-state-2.0.9.ebuild +++ b/dev-ml/opam-state/opam-state-2.0.9.ebuild @@ -36,7 +36,3 @@ src_prepare() { (flags (:standard -warn-error -3-9-33)))) EOF } - -src_compile() { - dune build @install --profile release || die -} diff --git a/dev-ml/opam-state/opam-state-2.1.0.ebuild b/dev-ml/opam-state/opam-state-2.1.0.ebuild index a9138ffd9fc..6c2a6cf8e81 100644 --- a/dev-ml/opam-state/opam-state-2.1.0.ebuild +++ b/dev-ml/opam-state/opam-state-2.1.0.ebuild @@ -36,7 +36,3 @@ src_prepare() { (flags (:standard -warn-error -3-9-33)))) EOF } - -src_compile() { - dune build @install --profile release || die -}