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 7EF43139697 for ; Tue, 18 Apr 2017 20:10:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 666E2E0DD3; Tue, 18 Apr 2017 20:10:12 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42246E0DC3 for ; Tue, 18 Apr 2017 20:10:12 +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 10D7D34167D for ; Tue, 18 Apr 2017 20:10:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6CF0743A for ; Tue, 18 Apr 2017 20:10:03 +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: <1492546193.832685e3a34e79748cb515edef05f9638543d7dc.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_driver/Manifest dev-ml/ppx_driver/ppx_driver-0.9.1.ebuild X-VCS-Directories: dev-ml/ppx_driver/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 832685e3a34e79748cb515edef05f9638543d7dc X-VCS-Branch: master Date: Tue, 18 Apr 2017 20:10:03 +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: fc140ee4-2bbe-49ef-8492-2a23243c06b1 X-Archives-Hash: c56b3cd30b9447327ca54b7c09714e2f commit: 832685e3a34e79748cb515edef05f9638543d7dc Author: Alexis Ballier gentoo org> AuthorDate: Tue Apr 18 19:24:08 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Apr 18 20:09:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832685e3 dev-ml/ppx_driver: bump to 0.9.1 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ml/ppx_driver/Manifest | 1 + dev-ml/ppx_driver/ppx_driver-0.9.1.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-ml/ppx_driver/Manifest b/dev-ml/ppx_driver/Manifest index 2903b8c45c6..322f8892aef 100644 --- a/dev-ml/ppx_driver/Manifest +++ b/dev-ml/ppx_driver/Manifest @@ -1 +1,2 @@ DIST ppx_driver-0.9.0.tar.gz 25052 SHA256 6c282d2957dba79ba890a28ffd6c30b2a81f0bb1c67bb2e18e355728798ad69f SHA512 3a5797601d0dde663a760b327737aa1ce3af4a77b1de7d5f76a4c934b10039cd63566a9a44eb56774d9a1982fcc4663a49d39a70ea500d7557b89cc3990ebb54 WHIRLPOOL dca6906cf9cd559f205459d75e5c92bd255a511da6753a91d2639a19d53abe64d74c613256b0f3ecd6657df80dcc5dd26ca7fbbecf25975b9cc69f00385f6bb0 +DIST ppx_driver-0.9.1.tar.gz 28637 SHA256 b75add0c6136007697c5bfd5f58600fb0e546a821a3e24bfc53beb85c621c80e SHA512 1e3647e34fb9e6d44b783fae1fce21413e5591f8934c3d2ddac3d1b37019b0d95117c8d64abf14cbfe4f67147612371ec1eb76b477763b062206ffc9b46688d7 WHIRLPOOL 54f9a86edb9f4378a08f6f7bd2bfeebabda73ab854a6d0629a1bc410e35c640fcd650227991a4946e01d73a9b478380ec3eb721c09a13f4f830e5e100243d10f diff --git a/dev-ml/ppx_driver/ppx_driver-0.9.1.ebuild b/dev-ml/ppx_driver/ppx_driver-0.9.1.ebuild new file mode 100644 index 00000000000..ca8838223d3 --- /dev/null +++ b/dev-ml/ppx_driver/ppx_driver-0.9.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Feature-full driver for OCaml AST transformers" +HOMEPAGE="https://github.com/janestreet/ppx_driver" +SRC_URI="https://github.com/janestreet/ppx_driver/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-lang/ocaml:= + dev-ml/ppx_core:= + dev-ml/ppx_optcomp:= + dev-ml/ocaml-migrate-parsetree:= + dev-ml/ocamlbuild:=" +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 +}