From f8da24c8d51d7594eaa9af05948cbe808806a88c Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Wed, 8 Dec 2021 05:14:30 +0100 Subject: dev-ml/reason: install missing rtop subpackage and small docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć --- dev-ml/reason/reason-3.7.0-r1.ebuild | 33 +++++++++++++++++++++++++++++++++ dev-ml/reason/reason-3.7.0.ebuild | 26 -------------------------- 2 files changed, 33 insertions(+), 26 deletions(-) create mode 100644 dev-ml/reason/reason-3.7.0-r1.ebuild delete mode 100644 dev-ml/reason/reason-3.7.0.ebuild (limited to 'dev-ml') diff --git a/dev-ml/reason/reason-3.7.0-r1.ebuild b/dev-ml/reason/reason-3.7.0-r1.ebuild new file mode 100644 index 000000000000..c5b7bcec869d --- /dev/null +++ b/dev-ml/reason/reason-3.7.0-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="Simple, fast & type safe language that leverages JavaScript and OCaml" +HOMEPAGE="https://reasonml.github.io" +SRC_URI="https://registry.npmjs.org/@esy-ocaml/${PN}/-/${P}.tgz" +S="${WORKDIR}/package" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="+ocamlopt" + +RDEPEND=" + dev-ml/fix:= + dev-ml/menhir:= + dev-ml/merlin-extend:= + dev-ml/ocaml-migrate-parsetree:= + dev-ml/result:= + dev-ml/utop:= +" +DEPEND="${RDEPEND}" + +src_install() { + dune_src_install reason + dune_src_install rtop + + dodoc *.md +} diff --git a/dev-ml/reason/reason-3.7.0.ebuild b/dev-ml/reason/reason-3.7.0.ebuild deleted file mode 100644 index b306ddf38640..000000000000 --- a/dev-ml/reason/reason-3.7.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit dune - -DESCRIPTION="Simple, fast & type safe language that leverages JavaScript and OCaml" -HOMEPAGE="https://reasonml.github.io" -SRC_URI="https://registry.npmjs.org/@esy-ocaml/${PN}/-/${P}.tgz" -S="${WORKDIR}/package" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -RDEPEND=" - dev-ml/fix:= - dev-ml/menhir:= - dev-ml/merlin-extend:= - dev-ml/ocaml-migrate-parsetree:= - dev-ml/result:= - dev-ml/utop:= -" -DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad