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 6FF0D139694 for ; Thu, 27 Apr 2017 10:51:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 635FAE0D35; Thu, 27 Apr 2017 10:51:13 +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 3BC8BE0D35 for ; Thu, 27 Apr 2017 10:51:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DFE963416AE for ; Thu, 27 Apr 2017 10:51:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C38C7443 for ; Thu, 27 Apr 2017 10:51:10 +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: <1493289899.6cbd5e8b25ee9de62832bed16cb94c190f2ce7ab.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.44.1.ebuild X-VCS-Directories: dev-ml/flow_parser/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6cbd5e8b25ee9de62832bed16cb94c190f2ce7ab X-VCS-Branch: master Date: Thu, 27 Apr 2017 10:51:10 +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: 150cd597-ced9-48f6-85db-09b9d26bcf95 X-Archives-Hash: 7ee3704a032a625db20150f501bc2844 commit: 6cbd5e8b25ee9de62832bed16cb94c190f2ce7ab Author: Alexis Ballier gentoo org> AuthorDate: Thu Apr 27 10:44:59 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Apr 27 10:44:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cbd5e8b dev-ml/flow_parser: bump to 0.44.1 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ml/flow_parser/Manifest | 1 + dev-ml/flow_parser/flow_parser-0.44.1.ebuild | 36 ++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-ml/flow_parser/Manifest b/dev-ml/flow_parser/Manifest index ed2d60330aa..e02c0fb60c1 100644 --- a/dev-ml/flow_parser/Manifest +++ b/dev-ml/flow_parser/Manifest @@ -1 +1,2 @@ DIST flow-0.44.0.tar.gz 2435252 SHA256 5c20a20c500e2a29dbe2b53ecc0c4a5172c849417c8bff32b2fa478703bf382f SHA512 30b1149229fd85f71426330d848d2c085543f08d7ceeafcc4b477ec3ff978ff7b5d9580d3cc3856b7e8e5ab9afa667552ff148fee9dbf845278d60bf1918976d WHIRLPOOL d71af4d60cac7d64e42b6abc6a6be3fefc530bfd024779fd3864e21b40fb3d460fc13fca1a64afe31a544d047eed4b33fde976870ef359190e04c6032ad11f36 +DIST flow-0.44.1.tar.gz 2435277 SHA256 2dbe1c863ea8c594dfde8e2924b32033336f31f039d61ab07e276467195c2028 SHA512 56256c9a681dae050bed6b5822c6b57e0f5e7c5db0e850ad97f1fa8da5300494eea91a2b7a5fda1c702431c6d36da54bddf761b69332e0e6d3d5fd87f38208aa WHIRLPOOL 9737c61de732b0073b9b46adc6d558f35c06245f3d71527e92ba2e00a9aef28580cf9d87776e965e42956cf58416c2c2f3356e30db323aae45a4486287c0d547 diff --git a/dev-ml/flow_parser/flow_parser-0.44.1.ebuild b/dev-ml/flow_parser/flow_parser-0.44.1.ebuild new file mode 100644 index 00000000000..8460f51ef8b --- /dev/null +++ b/dev-ml/flow_parser/flow_parser-0.44.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 +}