summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ppx_compare')
-rw-r--r--dev-ml/ppx_compare/ppx_compare-0.9.0-r1.ebuild (renamed from dev-ml/ppx_compare/ppx_compare-0.9.0.ebuild)12
1 files changed, 3 insertions, 9 deletions
diff --git a/dev-ml/ppx_compare/ppx_compare-0.9.0.ebuild b/dev-ml/ppx_compare/ppx_compare-0.9.0-r1.ebuild
index 7150e1b0332c..b1de7abe2612 100644
--- a/dev-ml/ppx_compare/ppx_compare-0.9.0.ebuild
+++ b/dev-ml/ppx_compare/ppx_compare-0.9.0-r1.ebuild
@@ -3,6 +3,8 @@
EAPI=6
+inherit opam
+
DESCRIPTION="Generation of comparison functions from types"
HOMEPAGE="https://github.com/janestreet/ppx_compare"
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -22,12 +24,4 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/opam dev-ml/jbuilder"
-
-src_install() {
- opam-installer -i \
- --prefix="${ED}/usr" \
- --libdir="${D}/$(ocamlc -where)" \
- --docdir="${ED}/usr/share/doc/${PF}" \
- ${PN}.install || die
-}
+DEPEND="${DEPEND} dev-ml/jbuilder"