From e4919156a2161c8ef04215cae4d03d3444355ad9 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Wed, 2 Aug 2017 12:16:47 +0200 Subject: [PATCH] dev-ml/utop: convert to opam.eclass Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- dev-ml/utop/utop-2.0.1.ebuild | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/dev-ml/utop/utop-2.0.1.ebuild b/dev-ml/utop/utop-2.0.1.ebuild index 90056da08e84..f2f8f4b5d056 100644 --- a/dev-ml/utop/utop-2.0.1.ebuild +++ b/dev-ml/utop/utop-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit findlib +inherit findlib opam DESCRIPTION="A new toplevel for OCaml with completion and colorization" HOMEPAGE="https://github.com/diml/utop" @@ -15,7 +15,6 @@ KEYWORDS="~amd64" IUSE="" DEPEND=" - dev-lang/ocaml:= >=dev-ml/lwt-2.4.0:= dev-ml/lwt_react:= >=dev-ml/lambda-term-1.2:= @@ -25,17 +24,4 @@ DEPEND=" " RDEPEND="${DEPEND}" DEPEND="${DEPEND} - dev-ml/opam dev-ml/jbuilder" - -DOCS=( "CHANGES.md" "README.md" ) -SITEFILE="50${PN}-gentoo.el" - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - --mandir="${ED}/usr/share/man" \ - ${PN}.install || die -} -- 2.26.2