commit:     70f3de407f8762577eadfb7ecc300980d80219ba
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 12:07:13 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 12:30:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f3de40

dev-ml/rresult: convert to opam.eclass

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-ml/rresult/rresult-0.5.0.ebuild | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/dev-ml/rresult/rresult-0.5.0.ebuild 
b/dev-ml/rresult/rresult-0.5.0.ebuild
index 5078c39a985..85613f2d372 100644
--- a/dev-ml/rresult/rresult-0.5.0.ebuild
+++ b/dev-ml/rresult/rresult-0.5.0.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit opam
+
 DESCRIPTION="Result value combinators for OCaml"
 HOMEPAGE="http://erratique.ch/software/rresult 
https://github.com/dbuenzli/rresult";
 SRC_URI="http://erratique.ch/software/rresult/releases/${P}.tbz";
@@ -12,23 +14,11 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND="
-       dev-lang/ocaml:=
-       dev-ml/result:=
-"
+RDEPEND="dev-ml/result:="
 DEPEND="${RDEPEND}
        dev-ml/topkg
-       dev-ml/opam
        dev-ml/ocamlbuild"
 
 src_compile() {
        ocaml pkg/pkg.ml build || 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