mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-ml/chrome-trace: remove the vendored csexp and pp
Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
This commit is contained in:
47
dev-ml/chrome-trace/chrome-trace-3.16.0-r1.ebuild
Normal file
47
dev-ml/chrome-trace/chrome-trace-3.16.0-r1.ebuild
Normal file
@@ -0,0 +1,47 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="Chrome trace event generation library"
|
||||
HOMEPAGE="
|
||||
https://opam.ocaml.org/packages/chrome-trace/
|
||||
https://github.com/ocaml/dune/
|
||||
"
|
||||
SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/dune-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0/${PV}"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-ml/dune-3.12:=
|
||||
>=dev-lang/ocaml-4.08.0:=
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
rm -r vendor/{csexp,pp} || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
:
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
dune-compile chrome-trace
|
||||
}
|
||||
Reference in New Issue
Block a user