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: Thu, 29 Jun 2017 20:28:15 +0000 (UTC)	[thread overview]
Message-ID: <1498768079.b1a7707f549c11e594465c8740010ff71ca65ea5.aballier@gentoo> (raw)

commit:     b1a7707f549c11e594465c8740010ff71ca65ea5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 06:45:21 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 20:27:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a7707f

dev-ml/flow_parser: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/flow_parser/Manifest                  |  2 --
 dev-ml/flow_parser/flow_parser-0.46.0.ebuild | 39 ----------------------------
 dev-ml/flow_parser/flow_parser-0.47.0.ebuild | 39 ----------------------------
 3 files changed, 80 deletions(-)

diff --git a/dev-ml/flow_parser/Manifest b/dev-ml/flow_parser/Manifest
index bf5210a67d7..4dfae4bcad4 100644
--- a/dev-ml/flow_parser/Manifest
+++ b/dev-ml/flow_parser/Manifest
@@ -1,3 +1 @@
-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
 DIST flow-0.48.0.tar.gz 2612834 SHA256 8772896075dc4028e62720fe18a6608f278f471931b2a8fff280d0efc0fd4f29 SHA512 cad7c38cdb629113955c93480eb7e12a33e5048536d4ae43416998c75913bdb63df5047774e7ac6225ba8f9d56aa232949fcdad7dae26316f5724b4af5de762d WHIRLPOOL 817482d0d17758a4eb61412a4b27e24f11e19d2bb431c2445120a4a62bb8d8b29b31f686632d5453de8073b9929acab2b7fc34286391c002b5390a275361c82f

diff --git a/dev-ml/flow_parser/flow_parser-0.46.0.ebuild b/dev-ml/flow_parser/flow_parser-0.46.0.ebuild
deleted file mode 100644
index a36131a0f03..00000000000
--- a/dev-ml/flow_parser/flow_parser-0.46.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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
-}

diff --git a/dev-ml/flow_parser/flow_parser-0.47.0.ebuild b/dev-ml/flow_parser/flow_parser-0.47.0.ebuild
deleted file mode 100644
index a36131a0f03..00000000000
--- a/dev-ml/flow_parser/flow_parser-0.47.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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-06-29 20:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-29 20:28 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-25 13:36 Alexis Ballier
2017-07-15 14:46 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=1498768079.b1a7707f549c11e594465c8740010ff71ca65ea5.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