public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/flow_parser/
Date: Tue, 25 Jul 2017 13:36:49 +0000 (UTC)	[thread overview]
Message-ID: <1500988341.eb09c13023a40e47c5d965630dde6c2f11a2dfd2.aballier@gentoo> (raw)

commit:     eb09c13023a40e47c5d965630dde6c2f11a2dfd2
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 12:42:04 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 13:12:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb09c130

dev-ml/flow_parser: bump to 0.51.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-ml/flow_parser/Manifest                  |  1 +
 dev-ml/flow_parser/flow_parser-0.51.0.ebuild | 39 ++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-ml/flow_parser/Manifest b/dev-ml/flow_parser/Manifest
index 5a9dfdb2097..4f0f6fbb092 100644
--- a/dev-ml/flow_parser/Manifest
+++ b/dev-ml/flow_parser/Manifest
@@ -1,3 +1,4 @@
 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
 DIST flow-0.50.0.tar.gz 2664071 SHA256 859b6f5e1fce4d5813591fbc08e60605630d0b15e1825f877876ecd1476b8fdd SHA512 757adc6c07461ca71a132715a3f19e3dc36a08a165519793b94c667d116563eca9937593700db3efdd8d5cbb5709d5778a49345052de2392697f7bb2221e43e5 WHIRLPOOL ce930a138e5039e58952002f9c961ce366be47d5491bc572f058735f57cff69d2b8367f83f3c4a3a4d06f8fe00f7ad1cd95eb3b9dac8ad3808716411377c06d9
+DIST flow-0.51.0.tar.gz 2701608 SHA256 fdca12cbce9312b413a277161f1fd6a6fdd2078c47c5c41af7df9676ded4d398 SHA512 82422ff5e49b72c21a875461aa839e1217d369e632369f9c8fa375207da90d92eebbf653b2a0869ef08c8c1ffc07e11f729b77e8a791c9b44f5fc7daf71ec50a WHIRLPOOL 2bc8ff0e9d8a914e490a3b148b017cecbfd5bfac10b7ce3a00fb483e9227b76c5baab8a4253640e3662491ac76a46d463c6679b1d898cd07e5ff55a7de15156e

diff --git a/dev-ml/flow_parser/flow_parser-0.51.0.ebuild b/dev-ml/flow_parser/flow_parser-0.51.0.ebuild
new file mode 100644
index 00000000000..a36131a0f03
--- /dev/null
+++ b/dev-ml/flow_parser/flow_parser-0.51.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
+}


             reply	other threads:[~2017-07-25 13:36 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-25 13:36 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-06  7:40 [gentoo-commits] repo/gentoo:master commit in: dev-ml/flow_parser/ Alexis Ballier
2017-07-25 13:36 Alexis Ballier
2017-07-15 14:46 Alexis Ballier
2017-06-29 20:28 Alexis Ballier
2017-06-29 20:28 Alexis Ballier
2017-06-14  9:34 Alexis Ballier
2017-05-26 13:53 Alexis Ballier
2017-05-26 13:53 Alexis Ballier
2017-05-15 14:45 Alexis Ballier
2017-04-27 10:51 Alexis Ballier
2017-04-27 10:51 Alexis Ballier
2017-04-27 10:51 Alexis Ballier
2017-04-18  9:25 Alexis Ballier
2017-04-06  8:21 Alexis Ballier
2017-04-03  9:23 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1500988341.eb09c13023a40e47c5d965630dde6c2f11a2dfd2.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox