commit: 0ba9bbdcb7d2401d7211ed560fdbf0b4f293c19e Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Sun Aug 6 12:26:34 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Sun Aug 6 12:30:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba9bbdc
dev-ml/react: convert to opam.eclass Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-ml/react/react-1.2.1.ebuild | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/dev-ml/react/react-1.2.1.ebuild b/dev-ml/react/react-1.2.1.ebuild index 5793d0daca0..de34f259d5a 100644 --- a/dev-ml/react/react-1.2.1.ebuild +++ b/dev-ml/react/react-1.2.1.ebuild @@ -3,6 +3,8 @@ EAPI="5" +inherit opam + DESCRIPTION="OCaml module for functional reactive programming" HOMEPAGE="http://erratique.ch/software/react https://github.com/dbuenzli/react" SRC_URI="http://erratique.ch/software/react/releases/${P}.tbz" @@ -12,10 +14,9 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" IUSE="test" -RDEPEND=">=dev-lang/ocaml-3.12:=" +RDEPEND="" DEPEND="${RDEPEND} dev-ml/findlib - dev-ml/opam >=dev-ml/topkg-0.9 " @@ -28,12 +29,3 @@ src_compile() { src_test() { ocaml pkg/pkg.ml test || die } - -src_install() { - opam-installer \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - || die - dodoc CHANGES.md README.md TODO.md -}
