From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A71851396D0 for ; Fri, 22 Sep 2017 08:32:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5462D1FC146; Fri, 22 Sep 2017 08:32:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27FDD1FC146 for ; Fri, 22 Sep 2017 08:32:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39AA0340DF9 for ; Fri, 22 Sep 2017 08:32:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40DD8908F for ; Fri, 22 Sep 2017 08:32:05 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1506069099.b9ae1f00cd2039487325fdd83a117d4d2d9898eb.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_custom_printf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0-r1.ebuild dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0.ebuild X-VCS-Directories: dev-ml/ppx_custom_printf/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b9ae1f00cd2039487325fdd83a117d4d2d9898eb X-VCS-Branch: master Date: Fri, 22 Sep 2017 08:32:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: edae4967-2074-47a1-b9db-2b9d8ff359d5 X-Archives-Hash: 11a711dfb01fc69bf1cb7d5670cd39be commit: b9ae1f00cd2039487325fdd83a117d4d2d9898eb Author: Alexis Ballier gentoo org> AuthorDate: Fri Sep 22 08:15:28 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Sep 22 08:31:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ae1f00 dev-ml/ppx_custom_printf: update to opam.eclass Package-Manager: Portage-2.3.10, Repoman-2.3.3 ...printf-0.9.0.ebuild => ppx_custom_printf-0.9.0-r1.ebuild} | 12 +++--------- 1 file 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 similarity index 73% rename from dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0.ebuild rename to dev-ml/ppx_custom_printf/ppx_custom_printf-0.9.0-r1.ebuild index a10d1aacfe3..0ed35963b46 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"