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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87F54158020 for ; Sat, 19 Nov 2022 18:29:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB1DEE0908; Sat, 19 Nov 2022 18:29:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 900A3E0908 for ; Sat, 19 Nov 2022 18:29:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C83D341327 for ; Sat, 19 Nov 2022 18:29:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FACC523 for ; Sat, 19 Nov 2022 18:29:20 +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: <1668882539.cfbf965ced4781bc0f2c9906580aafb7fe2e52ba.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/dune-configurator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/dune-configurator/dune-configurator-3.ebuild X-VCS-Directories: dev-ml/dune-configurator/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: cfbf965ced4781bc0f2c9906580aafb7fe2e52ba X-VCS-Branch: master Date: Sat, 19 Nov 2022 18:29:20 +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: 02b085ab-f54b-445d-a511-c07f018ab9b8 X-Archives-Hash: 5a059ebdf6d9d03ce1a41a3a6e9948d9 commit: cfbf965ced4781bc0f2c9906580aafb7fe2e52ba Author: Alfredo Tupone gentoo org> AuthorDate: Sat Nov 19 18:26:23 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Nov 19 18:28:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfbf965c dev-ml/dune-configurator: add 3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/dune-configurator/dune-configurator-3.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dev-ml/dune-configurator/dune-configurator-3.ebuild b/dev-ml/dune-configurator/dune-configurator-3.ebuild new file mode 100644 index 000000000000..276aadd7990a --- /dev/null +++ b/dev-ml/dune-configurator/dune-configurator-3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A composable build system for OCaml" +HOMEPAGE="https://github.com/ocaml/dune" +SRC_URI="" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="+ocamlopt" + +RDEPEND=">=dev-ml/dune-3" +DEPEND="${RDEPEND}"