commit:     78d07e8f56dc4d1d6f19233ccfd948646325fe3a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 08:28:37 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 08:31:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d07e8f

dev-ml/ocaml-compiler-libs: update to opam.eclass

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 .../ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild  | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild 
b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild
index 1c94b1a1bdf..82cd4f1c3a9 100644
--- a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild
+++ b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit opam
+
 DESCRIPTION="Repackage the OCaml compiler libs so they do not expose 
everything at toplevel"
 HOMEPAGE="https://github.com/janestreet/ocaml-compiler-libs";
 
SRC_URI="https://github.com/janestreet/ocaml-compiler-libs/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
@@ -12,17 +14,6 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~ppc"
 IUSE=""
 
-DEPEND="dev-lang/ocaml:="
-RDEPEND="${DEPEND}"
+RDEPEND=""
 DEPEND="${RDEPEND}
-       dev-ml/opam
        dev-ml/jbuilder"
-
-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
-}

Reply via email to