summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-09-22 10:15:28 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-09-22 10:31:39 +0200
commitb9ae1f00cd2039487325fdd83a117d4d2d9898eb (patch)
tree1180c56c3f325bc76fac9e617bcf203a9d4d2f91 /dev-ml/ppx_custom_printf
parentdev-ml/mtime: update to opam.eclass (diff)
downloadgentoo-b9ae1f00cd2039487325fdd83a117d4d2d9898eb.tar.gz
gentoo-b9ae1f00cd2039487325fdd83a117d4d2d9898eb.tar.bz2
gentoo-b9ae1f00cd2039487325fdd83a117d4d2d9898eb.zip
dev-ml/ppx_custom_printf: update to opam.eclass
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'dev-ml/ppx_custom_printf')
-rw-r--r--dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0-r1.ebuild (renamed from dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0.ebuild)12
1 files changed, 3 insertions, 9 deletions
diff --git a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0.ebuild b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0-r1.ebuild
index a10d1aacfe37..0ed35963b467 100644
--- a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0.ebuild
+++ b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0-r1.ebuild
@@ -3,6 +3,8 @@
EAPI=6
+inherit opam
+
DESCRIPTION="Printf-style format-strings for user-defined string conversion"
HOMEPAGE="https://github.com/janestreet/ppx_custom_printf"
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -22,12 +24,4 @@ DEPEND="
dev-ml/ocaml-migrate-parsetree:=
"
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"