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 215101396D0 for ; Fri, 22 Sep 2017 08:32:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 329C81FC14C; Fri, 22 Sep 2017 08:32:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0ECEF1FC14C 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 74B87341678 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 C2DFF9096 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: <1506069101.32ded0c6772af44bc052a03ca375e4f7898e71ef.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_ast/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_ast/ppx_ast-0.9.1.ebuild X-VCS-Directories: dev-ml/ppx_ast/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 32ded0c6772af44bc052a03ca375e4f7898e71ef 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: 34c088eb-4bf0-45cf-8f80-ad263f997c33 X-Archives-Hash: 78b01ea97150ca975802f42225373296 commit: 32ded0c6772af44bc052a03ca375e4f7898e71ef Author: Alexis Ballier gentoo org> AuthorDate: Fri Sep 22 08:20:15 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Sep 22 08:31:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ded0c6 dev-ml/ppx_ast: update to opam.eclass Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-ml/ppx_ast/ppx_ast-0.9.1.ebuild | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/dev-ml/ppx_ast/ppx_ast-0.9.1.ebuild b/dev-ml/ppx_ast/ppx_ast-0.9.1.ebuild index eb960e666a6..9cc608f4fee 100644 --- a/dev-ml/ppx_ast/ppx_ast-0.9.1.ebuild +++ b/dev-ml/ppx_ast/ppx_ast-0.9.1.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit opam + DESCRIPTION="AST used in Jane Street ppx rewriters" HOMEPAGE="https://github.com/janestreet/ppx_ast" SRC_URI="https://github.com/janestreet/ppx_ast/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -13,20 +15,9 @@ KEYWORDS="~amd64 ~ppc" IUSE="" DEPEND=" - dev-lang/ocaml:= dev-ml/ocaml-compiler-libs:= 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}" \ - --mandir="${ED}/usr/share/man" \ - ${PN}.install || die -}