From 478a3b53ce76fbd0b13d6a8c4a4f6b999e30394e Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sat, 29 Jan 2022 21:28:45 +0100 Subject: dev-ml/dune-site: 2.9.3 bump Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone --- dev-ml/dune-site/dune-site-2.9.3.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dev-ml/dune-site/dune-site-2.9.3.ebuild (limited to 'dev-ml/dune-site/dune-site-2.9.3.ebuild') diff --git a/dev-ml/dune-site/dune-site-2.9.3.ebuild b/dev-ml/dune-site/dune-site-2.9.3.ebuild new file mode 100644 index 000000000000..e490578f9b6c --- /dev/null +++ b/dev-ml/dune-site/dune-site-2.9.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune multiprocessing + +DESCRIPTION="Embed locations informations inside executable and libraries" +HOMEPAGE="https://github.com/ocaml/dune" +SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz -> dune-${PV}.tar.gz" +S="${WORKDIR}/dune-${PV}" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+ocamlopt" +RESTRICT="test" + +RDEPEND=" + ~dev-ml/dune-private-libs-${PV}:=[ocamlopt=] +" +DEPEND="${RDEPEND}" + +src_configure() { + : +} + +src_compile() { + dune build -p ${PN} @install -j $(makeopts_jobs) --display short || die +} -- cgit v1.2.3-65-gdbad