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 A6C7A139694 for ; Thu, 6 Apr 2017 08:21:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBDDFE0C5F; Thu, 6 Apr 2017 08:21:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AF1BDE0C5F for ; Thu, 6 Apr 2017 08:21:20 +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 14E0134165C for ; Thu, 6 Apr 2017 08:21:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D9E373C6 for ; Thu, 6 Apr 2017 08:21:17 +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: <1491466867.ddeb6de9aa458fb1d6744c51fa5b431d9706141c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/flow_parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/flow_parser/Manifest dev-ml/flow_parser/flow_parser-0.43.1.ebuild X-VCS-Directories: dev-ml/flow_parser/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ddeb6de9aa458fb1d6744c51fa5b431d9706141c X-VCS-Branch: master Date: Thu, 6 Apr 2017 08:21:17 +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: 559f2f7f-4e5b-4fa3-9bb9-abf7c3bd1f47 X-Archives-Hash: a2a1f3c000d2bdaf069d3ae03142619d commit: ddeb6de9aa458fb1d6744c51fa5b431d9706141c Author: Alexis Ballier gentoo org> AuthorDate: Thu Apr 6 07:45:33 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Apr 6 08:21:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddeb6de9 dev-ml/flow_parser: Bump to 0.43.1 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ml/flow_parser/Manifest | 1 + dev-ml/flow_parser/flow_parser-0.43.1.ebuild | 36 ++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-ml/flow_parser/Manifest b/dev-ml/flow_parser/Manifest index a5358b6d0c0..fe8d65ca1fc 100644 --- a/dev-ml/flow_parser/Manifest +++ b/dev-ml/flow_parser/Manifest @@ -1 +1,2 @@ DIST flow-0.42.0.tar.gz 3202876 SHA256 5668a4a83242ac397239d001fbf071955a9e0a17ad255cb17b74345a434f7a93 SHA512 adcf4e2193eb1e2fcfea781efeac98abf3696d5684cb40224ff258d1246a2396649177ea77536c4c9ff5a610c4c7deea79305fe33157fb5e07b9c4c83a56600e WHIRLPOOL 58a2b392bc833c78b2690a75f6627f99082ae6f9e8405ef18421a50c2f531c4d3a009ae1740476c36863ffd8388b48aa9115fb1ea51971cbf36bf5d4f5b59ff0 +DIST flow-0.43.1.tar.gz 2428492 SHA256 235492eea867e3d2ea92733a369b4eea196d2404280415b72d8e6cdc1f41b879 SHA512 6e104edc976b7c0e21b91538d29a5674d7ce4969beb6ac839d87248e29bcf101769e620c990352b3a1cc46990d68c28ba848d56bfb8e6daa2a33598812f49de4 WHIRLPOOL f6bf95c40ab85dccf1dd82b5e2e8f6f9d19356eb12e951200a7a534a7e9d0979d3b86a39ac7cc0e8d93fd58e9c800479d44dbfc44982d6980213767b2ee99a6a diff --git a/dev-ml/flow_parser/flow_parser-0.43.1.ebuild b/dev-ml/flow_parser/flow_parser-0.43.1.ebuild new file mode 100644 index 00000000000..8460f51ef8b --- /dev/null +++ b/dev-ml/flow_parser/flow_parser-0.43.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit findlib + +DESCRIPTION="JavaScript parser written in OCaml" +HOMEPAGE="https://github.com/facebook/flow/tree/master/src/parser" +SRC_URI="https://github.com/facebook/flow/archive/v${PV}.tar.gz -> flow-${PV}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-lang/ocaml:=" +RDEPEND="${DEPEND}" +DEPEND="${DEPEND} + dev-ml/ocamlbuild" + +S="${WORKDIR}/flow-${PV}/src/parser" + +src_compile() { + ocamlbuild parser_flow.cma parser_flow.cmxa || die +} + +src_test() { + emake test-ocaml +} + +src_install() { + findlib_src_preinst + emake ocamlfind-install + dodoc README.md +}