Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/flow_parser/
Date: Thu, 29 Jun 2017 20:28:25
Message-Id: 1498768079.b1a7707f549c11e594465c8740010ff71ca65ea5.aballier@gentoo
1 commit: b1a7707f549c11e594465c8740010ff71ca65ea5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 06:45:21 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 20:27:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a7707f
7
8 dev-ml/flow_parser: Remove old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/flow_parser/Manifest | 2 --
13 dev-ml/flow_parser/flow_parser-0.46.0.ebuild | 39 ----------------------------
14 dev-ml/flow_parser/flow_parser-0.47.0.ebuild | 39 ----------------------------
15 3 files changed, 80 deletions(-)
16
17 diff --git a/dev-ml/flow_parser/Manifest b/dev-ml/flow_parser/Manifest
18 index bf5210a67d7..4dfae4bcad4 100644
19 --- a/dev-ml/flow_parser/Manifest
20 +++ b/dev-ml/flow_parser/Manifest
21 @@ -1,3 +1 @@
22 -DIST flow-0.46.0.tar.gz 2471636 SHA256 f6991604d95285c0944cab4b1b075facae53a4dd59bd836ee24cacd7f85b42a7 SHA512 36dd8c4267c95d8d2ee622febafa9e439339d80701a0867e042261ad7a8dc6306e5ac0ecb8fdd89bd494b475cf12f54bc98db6bdfa07aedfd0a46675f425e794 WHIRLPOOL fe8d9a5de8fe34ced9209013e23c79782ed288166f01bfa317e2e05aaaf734b13d80c141da6a9648d5db5d3b1580ca22deb2d55c2ada484a4097775408eb3464
23 -DIST flow-0.47.0.tar.gz 2585031 SHA256 cf4bda660731c6d0731d1193fac458f590a1313172989b4a4561f64fbcc2cc1c SHA512 0d7eff4eba3ac799c92753dbc8136b805b56b510ba03713d7ae85051657ab7ec51d1aec1b7816eefec2733ef4b67f12be9b767f2ecfadabc5dd549836e53e102 WHIRLPOOL eda480cc6b0430f2e66650e1b114f2e5ea547b4f95f87caafede44c07a3f2c46ec18cfe754dfa8d2dc0b56ca6c0606034407c1845496a17564a3c94e22955e2d
24 DIST flow-0.48.0.tar.gz 2612834 SHA256 8772896075dc4028e62720fe18a6608f278f471931b2a8fff280d0efc0fd4f29 SHA512 cad7c38cdb629113955c93480eb7e12a33e5048536d4ae43416998c75913bdb63df5047774e7ac6225ba8f9d56aa232949fcdad7dae26316f5724b4af5de762d WHIRLPOOL 817482d0d17758a4eb61412a4b27e24f11e19d2bb431c2445120a4a62bb8d8b29b31f686632d5453de8073b9929acab2b7fc34286391c002b5390a275361c82f
25
26 diff --git a/dev-ml/flow_parser/flow_parser-0.46.0.ebuild b/dev-ml/flow_parser/flow_parser-0.46.0.ebuild
27 deleted file mode 100644
28 index a36131a0f03..00000000000
29 --- a/dev-ml/flow_parser/flow_parser-0.46.0.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit findlib
38 -
39 -DESCRIPTION="JavaScript parser written in OCaml"
40 -HOMEPAGE="https://github.com/facebook/flow/tree/master/src/parser"
41 -SRC_URI="https://github.com/facebook/flow/archive/v${PV}.tar.gz -> flow-${PV}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0/${PV}"
45 -KEYWORDS="~amd64"
46 -IUSE=""
47 -
48 -DEPEND="
49 - dev-lang/ocaml:=
50 - dev-ml/sedlex:=
51 -"
52 -RDEPEND="${DEPEND}"
53 -DEPEND="${DEPEND}
54 - dev-ml/ocamlbuild"
55 -
56 -S="${WORKDIR}/flow-${PV}/src/parser"
57 -
58 -src_compile() {
59 - emake build-parser
60 -}
61 -
62 -src_test() {
63 - emake test-ocaml
64 -}
65 -
66 -src_install() {
67 - findlib_src_preinst
68 - emake ocamlfind-install
69 - dodoc README.md
70 -}
71
72 diff --git a/dev-ml/flow_parser/flow_parser-0.47.0.ebuild b/dev-ml/flow_parser/flow_parser-0.47.0.ebuild
73 deleted file mode 100644
74 index a36131a0f03..00000000000
75 --- a/dev-ml/flow_parser/flow_parser-0.47.0.ebuild
76 +++ /dev/null
77 @@ -1,39 +0,0 @@
78 -# Copyright 1999-2017 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=6
82 -
83 -inherit findlib
84 -
85 -DESCRIPTION="JavaScript parser written in OCaml"
86 -HOMEPAGE="https://github.com/facebook/flow/tree/master/src/parser"
87 -SRC_URI="https://github.com/facebook/flow/archive/v${PV}.tar.gz -> flow-${PV}.tar.gz"
88 -
89 -LICENSE="BSD"
90 -SLOT="0/${PV}"
91 -KEYWORDS="~amd64"
92 -IUSE=""
93 -
94 -DEPEND="
95 - dev-lang/ocaml:=
96 - dev-ml/sedlex:=
97 -"
98 -RDEPEND="${DEPEND}"
99 -DEPEND="${DEPEND}
100 - dev-ml/ocamlbuild"
101 -
102 -S="${WORKDIR}/flow-${PV}/src/parser"
103 -
104 -src_compile() {
105 - emake build-parser
106 -}
107 -
108 -src_test() {
109 - emake test-ocaml
110 -}
111 -
112 -src_install() {
113 - findlib_src_preinst
114 - emake ocamlfind-install
115 - dodoc README.md
116 -}