diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-08-15 09:21:22 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-08-15 09:26:12 +0200 |
commit | dc09d9055522d86d9e1ef042d921222634a36d79 (patch) | |
tree | beca308446907f7d7f0d0bbb46d77c9fd7c4ec40 /dev-ml | |
parent | 577ad1a41c8fff067864d99f4b4dd15a367c3a8f (diff) | |
download | gentoo-dc09d9055522d86d9e1ef042d921222634a36d79.tar.gz gentoo-dc09d9055522d86d9e1ef042d921222634a36d79.tar.xz |
dev-ml/ppx_metaquot: convert to opam.eclass
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild index 208ea1b9335..337130032b0 100644 --- a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild +++ b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit opam + DESCRIPTION="Write OCaml AST fragment using OCaml syntax" HOMEPAGE="https://github.com/janestreet/ppx_metaquot" SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -20,12 +22,4 @@ DEPEND=" <dev-ml/ppx_core-100 " 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" |