diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-08-15 09:23:18 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-08-15 09:26:14 +0200 |
commit | b4e1099cce88448b1d361cfe03d31a85e382b5c9 (patch) | |
tree | 0d690f30f1665c8a0e251e33d92a7bd9384d8ec0 /dev-ml/ppx_here | |
parent | dev-ml/ppx_here: Remove old (diff) | |
download | gentoo-b4e1099cce88448b1d361cfe03d31a85e382b5c9.tar.gz gentoo-b4e1099cce88448b1d361cfe03d31a85e382b5c9.tar.bz2 gentoo-b4e1099cce88448b1d361cfe03d31a85e382b5c9.zip |
dev-ml/ppx_here: convert to opam.eclass
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'dev-ml/ppx_here')
-rw-r--r-- | dev-ml/ppx_here/ppx_here-0.9.1.ebuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/dev-ml/ppx_here/ppx_here-0.9.1.ebuild b/dev-ml/ppx_here/ppx_here-0.9.1.ebuild index 40ed6efdfd85..972fc65d0d4b 100644 --- a/dev-ml/ppx_here/ppx_here-0.9.1.ebuild +++ b/dev-ml/ppx_here/ppx_here-0.9.1.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit opam + DESCRIPTION="Expands [%here] into its location" HOMEPAGE="https://github.com/janestreet/ppx_here" SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -13,19 +15,10 @@ KEYWORDS="~amd64" IUSE="" DEPEND=" - dev-lang/ocaml:= dev-ml/ppx_core:= dev-ml/ppx_driver:= dev-ml/ppx_optcomp:= dev-ml/ocaml-migrate-parsetree:= " RDEPEND="${DEPEND}" -DEPEND="${RDEPEND} 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="${RDEPEND} dev-ml/jbuilder" |