commit: e23364ef7dcff6e143e505d1979a121f521a0036 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Mon Sep 30 19:02:50 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Sep 30 19:03:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23364ef
dev-ml/dune-private-libs: revert to not rm vendored Closes: https://bugs.gentoo.org/940467 Closes: https://bugs.gentoo.org/940478 Closes: https://bugs.gentoo.org/940495 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> .../dune-private-libs-3.16.0-r4.ebuild | 6 --- .../dune-private-libs-3.16.0-r5.ebuild | 47 ---------------------- 2 files changed, 53 deletions(-) diff --git a/dev-ml/dune-private-libs/dune-private-libs-3.16.0-r4.ebuild b/dev-ml/dune-private-libs/dune-private-libs-3.16.0-r4.ebuild index c8fea8c3b226..5f18338cf9ee 100644 --- a/dev-ml/dune-private-libs/dune-private-libs-3.16.0-r4.ebuild +++ b/dev-ml/dune-private-libs/dune-private-libs-3.16.0-r4.ebuild @@ -27,12 +27,6 @@ RDEPEND="${DEPEND} !dev-ml/ordering " -src_prepare() { - default - - rm -r vendor/csexp || die -} - src_configure() { : } diff --git a/dev-ml/dune-private-libs/dune-private-libs-3.16.0-r5.ebuild b/dev-ml/dune-private-libs/dune-private-libs-3.16.0-r5.ebuild deleted file mode 100644 index 5a3292540d63..000000000000 --- a/dev-ml/dune-private-libs/dune-private-libs-3.16.0-r5.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Private libraries of Dune" -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.12" -DEPEND=" - dev-ml/csexp:=[ocamlopt?] - >=dev-ml/pp-1.2.0:=[ocamlopt?] -" -RDEPEND="${DEPEND} - !dev-ml/stdune - !dev-ml/dyn - !dev-ml/ordering -" - -src_prepare() { - default - - rm -r vendor/{csexp,pp} || die -} - -src_configure() { - : -} - -src_compile() { - dune-compile ordering dyn stdune ${PN} -} - -src_install() { - dune-install ordering dyn stdune ${PN} -}
