diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-06-06 08:13:02 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-06-06 08:15:30 +0200 |
commit | c5d48ff4786640578c1fecb75f21fad90c50f0fc (patch) | |
tree | be2d0048be6697b51424a9d5634989d58d7f68b7 /dev-ml/dyn/dyn-3.9.1.ebuild | |
parent | dev-ml/stdune: drop versions (diff) | |
download | gentoo-c5d48ff4786640578c1fecb75f21fad90c50f0fc.tar.gz gentoo-c5d48ff4786640578c1fecb75f21fad90c50f0fc.tar.bz2 gentoo-c5d48ff4786640578c1fecb75f21fad90c50f0fc.zip |
dev-ml/dyn: drop versions
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/dyn/dyn-3.9.1.ebuild')
-rw-r--r-- | dev-ml/dyn/dyn-3.9.1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-ml/dyn/dyn-3.9.1.ebuild b/dev-ml/dyn/dyn-3.9.1.ebuild deleted file mode 100644 index a3d55d2d7132..000000000000 --- a/dev-ml/dyn/dyn-3.9.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune multiprocessing - -DESCRIPTION="Dynamic type" -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="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" -IUSE="+ocamlopt" -RESTRICT="test" - -BDEPEND=">=dev-ml/dune-3.5" -DEPEND="~dev-ml/ordering-${PV}:= - dev-ml/pp:=" -RDEPEND="${DEPEND}" - -src_configure() { - : -} - -src_compile() { - dune build -p "${PN}" @install -j $(makeopts_jobs) --profile release || die -} |