dev-ml/ppx_compare: update to opam.eclass
authorAlexis Ballier <aballier@gentoo.org>
Fri, 22 Sep 2017 08:16:24 +0000 (10:16 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Fri, 22 Sep 2017 08:31:39 +0000 (10:31 +0200)
Package-Manager: Portage-2.3.10, Repoman-2.3.3

dev-ml/ppx_compare/ppx_compare-0.9.0-r1.ebuild [moved from dev-ml/ppx_compare/ppx_compare-0.9.0.ebuild with 72% similarity]

similarity index 72%
rename from dev-ml/ppx_compare/ppx_compare-0.9.0.ebuild
rename to dev-ml/ppx_compare/ppx_compare-0.9.0-r1.ebuild
index 7150e1b0332cb7ae083a5ead7b9f963009583fe7..b1de7abe26125bbebe1410a6fb1e751d4570999e 100644 (file)
@@ -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"