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 29F63139695 for ; Thu, 29 Jun 2017 20:28:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5423A21C07D; Thu, 29 Jun 2017 20:28:19 +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 324D521C06D for ; Thu, 29 Jun 2017 20:28:19 +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 4ADC234188F for ; Thu, 29 Jun 2017 20:28:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E2B174A5 for ; Thu, 29 Jun 2017 20:28:15 +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: <1498768080.ab23f3ebd76a9171cb7cdf820536151ea319ac47.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.49.1.ebuild X-VCS-Directories: dev-ml/flow_parser/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ab23f3ebd76a9171cb7cdf820536151ea319ac47 X-VCS-Branch: master Date: Thu, 29 Jun 2017 20:28:15 +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: 75117c62-f43d-4338-997a-1731968f62ad X-Archives-Hash: 127ccc393479de5ad71ce449dfdd984d commit: ab23f3ebd76a9171cb7cdf820536151ea319ac47 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jun 29 06:46:51 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jun 29 20:28:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab23f3eb dev-ml/flow_parser: bump to 0.49.1 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ml/flow_parser/Manifest | 1 + dev-ml/flow_parser/flow_parser-0.49.1.ebuild | 39 ++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-ml/flow_parser/Manifest b/dev-ml/flow_parser/Manifest index 4dfae4bcad4..5f6e4e5be7b 100644 --- a/dev-ml/flow_parser/Manifest +++ b/dev-ml/flow_parser/Manifest @@ -1 +1,2 @@ DIST flow-0.48.0.tar.gz 2612834 SHA256 8772896075dc4028e62720fe18a6608f278f471931b2a8fff280d0efc0fd4f29 SHA512 cad7c38cdb629113955c93480eb7e12a33e5048536d4ae43416998c75913bdb63df5047774e7ac6225ba8f9d56aa232949fcdad7dae26316f5724b4af5de762d WHIRLPOOL 817482d0d17758a4eb61412a4b27e24f11e19d2bb431c2445120a4a62bb8d8b29b31f686632d5453de8073b9929acab2b7fc34286391c002b5390a275361c82f +DIST flow-0.49.1.tar.gz 2630020 SHA256 d72a3470e7e0879d37f242aa0ec561ed0e60ff9fba676156392e46fd5e27a180 SHA512 416773b9c2c9d4f50d4a86da5b00038b732bad8a4434c4aeed1a5e2d2cfe24ae190b1ba0912287ce6d4435a45502daa73ff7fc3f9cb0676b204d3ca2f98e66ba WHIRLPOOL b5a55b34507c9656e93541ada65d9d998d36b4d0ac5ae48501c95c97ffad6b1e2780c78764bdfa156ed9130a43f9e76572dba0b0395b6ff95df90b0ed0a0ae21 diff --git a/dev-ml/flow_parser/flow_parser-0.49.1.ebuild b/dev-ml/flow_parser/flow_parser-0.49.1.ebuild new file mode 100644 index 00000000000..a36131a0f03 --- /dev/null +++ b/dev-ml/flow_parser/flow_parser-0.49.1.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 +}