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 4D1F5139695 for ; Fri, 26 May 2017 13:53:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E81B21C322; Fri, 26 May 2017 13:53:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 38ADE21C323 for ; Fri, 26 May 2017 13:53:14 +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 1AE673416A6 for ; Fri, 26 May 2017 13:53:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A498E7468 for ; Fri, 26 May 2017 13:53:11 +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: <1495806778.71405bb4ffab7e2b89fa441c5c12cc463a77d0fe.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.47.0.ebuild X-VCS-Directories: dev-ml/flow_parser/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 71405bb4ffab7e2b89fa441c5c12cc463a77d0fe X-VCS-Branch: master Date: Fri, 26 May 2017 13:53:11 +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: 8da8f322-de5c-45f9-8ad5-37c34d3ff8a1 X-Archives-Hash: 8bb2ede2f5b84b2047140d85bd44a95b commit: 71405bb4ffab7e2b89fa441c5c12cc463a77d0fe Author: Alexis Ballier gentoo org> AuthorDate: Fri May 26 13:52:36 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri May 26 13:52:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71405bb4 dev-ml/flow_parser: bump to 0.47.0 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ml/flow_parser/Manifest | 1 + dev-ml/flow_parser/flow_parser-0.47.0.ebuild | 39 ++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-ml/flow_parser/Manifest b/dev-ml/flow_parser/Manifest index 30565d974ea..47bf0b712ab 100644 --- a/dev-ml/flow_parser/Manifest +++ b/dev-ml/flow_parser/Manifest @@ -1 +1,2 @@ DIST flow-0.46.0.tar.gz 2471636 SHA256 f6991604d95285c0944cab4b1b075facae53a4dd59bd836ee24cacd7f85b42a7 SHA512 36dd8c4267c95d8d2ee622febafa9e439339d80701a0867e042261ad7a8dc6306e5ac0ecb8fdd89bd494b475cf12f54bc98db6bdfa07aedfd0a46675f425e794 WHIRLPOOL fe8d9a5de8fe34ced9209013e23c79782ed288166f01bfa317e2e05aaaf734b13d80c141da6a9648d5db5d3b1580ca22deb2d55c2ada484a4097775408eb3464 +DIST flow-0.47.0.tar.gz 2585031 SHA256 cf4bda660731c6d0731d1193fac458f590a1313172989b4a4561f64fbcc2cc1c SHA512 0d7eff4eba3ac799c92753dbc8136b805b56b510ba03713d7ae85051657ab7ec51d1aec1b7816eefec2733ef4b67f12be9b767f2ecfadabc5dd549836e53e102 WHIRLPOOL eda480cc6b0430f2e66650e1b114f2e5ea547b4f95f87caafede44c07a3f2c46ec18cfe754dfa8d2dc0b56ca6c0606034407c1845496a17564a3c94e22955e2d diff --git a/dev-ml/flow_parser/flow_parser-0.47.0.ebuild b/dev-ml/flow_parser/flow_parser-0.47.0.ebuild new file mode 100644 index 00000000000..a36131a0f03 --- /dev/null +++ b/dev-ml/flow_parser/flow_parser-0.47.0.ebuild @@ -0,0 +1,39 @@ +# 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:= + dev-ml/sedlex:= +" +RDEPEND="${DEPEND}" +DEPEND="${DEPEND} + dev-ml/ocamlbuild" + +S="${WORKDIR}/flow-${PV}/src/parser" + +src_compile() { + emake build-parser +} + +src_test() { + emake test-ocaml +} + +src_install() { + findlib_src_preinst + emake ocamlfind-install + dodoc README.md +}