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: Fri, 26 May 2017 13:53:15
Message-Id: 1495806778.934a255f44a59566fe843d9f31ed0db853e4fc2a.aballier@gentoo
1 commit: 934a255f44a59566fe843d9f31ed0db853e4fc2a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 13:51:23 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 13:52:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934a255f
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.44.0.ebuild | 36 ----------------------------
14 dev-ml/flow_parser/flow_parser-0.44.1.ebuild | 36 ----------------------------
15 3 files changed, 74 deletions(-)
16
17 diff --git a/dev-ml/flow_parser/Manifest b/dev-ml/flow_parser/Manifest
18 index a878f5bf8ca..30565d974ea 100644
19 --- a/dev-ml/flow_parser/Manifest
20 +++ b/dev-ml/flow_parser/Manifest
21 @@ -1,3 +1 @@
22 -DIST flow-0.44.0.tar.gz 2435252 SHA256 5c20a20c500e2a29dbe2b53ecc0c4a5172c849417c8bff32b2fa478703bf382f SHA512 30b1149229fd85f71426330d848d2c085543f08d7ceeafcc4b477ec3ff978ff7b5d9580d3cc3856b7e8e5ab9afa667552ff148fee9dbf845278d60bf1918976d WHIRLPOOL d71af4d60cac7d64e42b6abc6a6be3fefc530bfd024779fd3864e21b40fb3d460fc13fca1a64afe31a544d047eed4b33fde976870ef359190e04c6032ad11f36
23 -DIST flow-0.44.1.tar.gz 2435277 SHA256 2dbe1c863ea8c594dfde8e2924b32033336f31f039d61ab07e276467195c2028 SHA512 56256c9a681dae050bed6b5822c6b57e0f5e7c5db0e850ad97f1fa8da5300494eea91a2b7a5fda1c702431c6d36da54bddf761b69332e0e6d3d5fd87f38208aa WHIRLPOOL 9737c61de732b0073b9b46adc6d558f35c06245f3d71527e92ba2e00a9aef28580cf9d87776e965e42956cf58416c2c2f3356e30db323aae45a4486287c0d547
24 DIST flow-0.46.0.tar.gz 2471636 SHA256 f6991604d95285c0944cab4b1b075facae53a4dd59bd836ee24cacd7f85b42a7 SHA512 36dd8c4267c95d8d2ee622febafa9e439339d80701a0867e042261ad7a8dc6306e5ac0ecb8fdd89bd494b475cf12f54bc98db6bdfa07aedfd0a46675f425e794 WHIRLPOOL fe8d9a5de8fe34ced9209013e23c79782ed288166f01bfa317e2e05aaaf734b13d80c141da6a9648d5db5d3b1580ca22deb2d55c2ada484a4097775408eb3464
25
26 diff --git a/dev-ml/flow_parser/flow_parser-0.44.0.ebuild b/dev-ml/flow_parser/flow_parser-0.44.0.ebuild
27 deleted file mode 100644
28 index 8460f51ef8b..00000000000
29 --- a/dev-ml/flow_parser/flow_parser-0.44.0.ebuild
30 +++ /dev/null
31 @@ -1,36 +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="dev-lang/ocaml:="
49 -RDEPEND="${DEPEND}"
50 -DEPEND="${DEPEND}
51 - dev-ml/ocamlbuild"
52 -
53 -S="${WORKDIR}/flow-${PV}/src/parser"
54 -
55 -src_compile() {
56 - ocamlbuild parser_flow.cma parser_flow.cmxa || die
57 -}
58 -
59 -src_test() {
60 - emake test-ocaml
61 -}
62 -
63 -src_install() {
64 - findlib_src_preinst
65 - emake ocamlfind-install
66 - dodoc README.md
67 -}
68
69 diff --git a/dev-ml/flow_parser/flow_parser-0.44.1.ebuild b/dev-ml/flow_parser/flow_parser-0.44.1.ebuild
70 deleted file mode 100644
71 index 8460f51ef8b..00000000000
72 --- a/dev-ml/flow_parser/flow_parser-0.44.1.ebuild
73 +++ /dev/null
74 @@ -1,36 +0,0 @@
75 -# Copyright 1999-2017 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=6
79 -
80 -inherit findlib
81 -
82 -DESCRIPTION="JavaScript parser written in OCaml"
83 -HOMEPAGE="https://github.com/facebook/flow/tree/master/src/parser"
84 -SRC_URI="https://github.com/facebook/flow/archive/v${PV}.tar.gz -> flow-${PV}.tar.gz"
85 -
86 -LICENSE="BSD"
87 -SLOT="0/${PV}"
88 -KEYWORDS="~amd64"
89 -IUSE=""
90 -
91 -DEPEND="dev-lang/ocaml:="
92 -RDEPEND="${DEPEND}"
93 -DEPEND="${DEPEND}
94 - dev-ml/ocamlbuild"
95 -
96 -S="${WORKDIR}/flow-${PV}/src/parser"
97 -
98 -src_compile() {
99 - ocamlbuild parser_flow.cma parser_flow.cmxa || die
100 -}
101 -
102 -src_test() {
103 - emake test-ocaml
104 -}
105 -
106 -src_install() {
107 - findlib_src_preinst
108 - emake ocamlfind-install
109 - dodoc README.md
110 -}