summaryrefslogtreecommitdiff
path: root/dev-ml/utop
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-08-02 12:16:47 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-08-02 13:22:39 +0200
commite4919156a2161c8ef04215cae4d03d3444355ad9 (patch)
treeb7d4cacf9789725165f88fa84004226c4b537092 /dev-ml/utop
parent08a7ccf8ee7293406922f0295c3455a5f10448a3 (diff)
downloadgentoo-e4919156a2161c8ef04215cae4d03d3444355ad9.tar.gz
gentoo-e4919156a2161c8ef04215cae4d03d3444355ad9.tar.xz
dev-ml/utop: convert to opam.eclass
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-ml/utop')
-rw-r--r--dev-ml/utop/utop-2.0.1.ebuild16
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 90056da08e8..f2f8f4b5d05 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
-}