commit:     be9cdd188dfff9e38976bd1badc229c1ea371c81
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 13:20:28 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 13:21:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9cdd18

dev-ml/dns-async: update to opam.eclass

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/dns-async/dns-async-1.0.0.ebuild | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/dev-ml/dns-async/dns-async-1.0.0.ebuild 
b/dev-ml/dns-async/dns-async-1.0.0.ebuild
index 4c2c6bfbfd7..f7df7c7eccf 100644
--- a/dev-ml/dns-async/dns-async-1.0.0.ebuild
+++ b/dev-ml/dns-async/dns-async-1.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit findlib
+inherit findlib opam
 
 MY_P=ocaml-dns-${PV}
 
@@ -23,7 +23,6 @@ RDEPEND="
 "
 DEPEND="
        dev-ml/jbuilder
-       dev-ml/opam
        test? (
                dev-ml/dns-lwt-unix
        )
@@ -41,11 +40,3 @@ src_compile() {
 src_test() {
        jbuilder runtest -p ${PN} || die
 }
-
-src_install() {
-       opam-installer -i \
-               --prefix="${ED}/usr" \
-               --libdir="${D}/$(ocamlc -where)" \
-               --docdir="${ED}/usr/share/doc/${PF}" \
-               ${PN}.install || die
-}

Reply via email to