diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-08-02 12:16:47 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-08-02 13:22:39 +0200 |
commit | e4919156a2161c8ef04215cae4d03d3444355ad9 (patch) | |
tree | b7d4cacf9789725165f88fa84004226c4b537092 /dev-ml/utop/utop-2.0.1.ebuild | |
parent | dev-ml/uuidm: update to opam.eclass (diff) | |
download | gentoo-e4919156a2161c8ef04215cae4d03d3444355ad9.tar.gz gentoo-e4919156a2161c8ef04215cae4d03d3444355ad9.tar.bz2 gentoo-e4919156a2161c8ef04215cae4d03d3444355ad9.zip |
dev-ml/utop: convert to opam.eclass
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-ml/utop/utop-2.0.1.ebuild')
-rw-r--r-- | dev-ml/utop/utop-2.0.1.ebuild | 16 |
1 files changed, 1 insertions, 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 -} |