commit:     adac9c1149ed1835e17decf0e5af034c2b8f6823
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 08:25:57 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 08:31:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adac9c11

dev-ml/ocaml-ipaddr: update to opam.eclass

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild 
b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild
index 963f7245bbd..c4a103f9a45 100644
--- a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild
+++ b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=5
 
+inherit opam
+
 DESCRIPTION="OCaml library for manipulation of IP (and MAC) address 
representations"
 HOMEPAGE="https://github.com/mirage/ocaml-ipaddr";
 SRC_URI="https://github.com/mirage/ocaml-ipaddr/archive/${PV}.tar.gz -> 
${P}.tar.gz"
@@ -20,16 +22,10 @@ RDEPEND="dev-ml/sexplib:=
 "
 DEPEND="${RDEPEND}
        dev-ml/jbuilder
-       dev-ml/opam
        dev-ml/findlib
        test? ( dev-ml/ounit )
 "
 
 src_install() {
-       opam-installer -i \
-               --prefix="${ED}/usr" \
-               --libdir="${D}/$(ocamlc -where)" \
-               --docdir="${ED}/usr/share/doc/${PF}" \
-               ipaddr.install || die
-       dodoc CHANGES.md README.md
+       opam_src_install ipaddr
 }

Reply via email to