summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-10-06 15:20:28 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-10-06 15:21:11 +0200
commitbe9cdd188dfff9e38976bd1badc229c1ea371c81 (patch)
treec3c038fadec2db3a1abc1f4b7d295b233261cc04 /dev-ml
parentdev-ml/dns-lwt: update to opam.eclass (diff)
downloadgentoo-be9cdd188dfff9e38976bd1badc229c1ea371c81.tar.gz
gentoo-be9cdd188dfff9e38976bd1badc229c1ea371c81.tar.bz2
gentoo-be9cdd188dfff9e38976bd1badc229c1ea371c81.zip
dev-ml/dns-async: update to opam.eclass
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/dns-async/dns-async-1.0.0.ebuild11
1 files changed, 1 insertions, 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 4c2c6bfbfd73..f7df7c7eccf3 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
-}