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, 27 Apr 2017 10:51:14
Message-Id: 1493289791.b29a3afc6e13c03eaadedceff25764c371975e73.aballier@gentoo
1 commit: b29a3afc6e13c03eaadedceff25764c371975e73
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 27 10:43:11 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 27 10:43:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29a3afc
7
8 dev-ml/flow_parser: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ml/flow_parser/Manifest | 2 --
13 dev-ml/flow_parser/flow_parser-0.42.0.ebuild | 36 ----------------------------
14 dev-ml/flow_parser/flow_parser-0.43.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 0349818f0fe..ed2d60330aa 100644
19 --- a/dev-ml/flow_parser/Manifest
20 +++ b/dev-ml/flow_parser/Manifest
21 @@ -1,3 +1 @@
22 -DIST flow-0.42.0.tar.gz 3202876 SHA256 5668a4a83242ac397239d001fbf071955a9e0a17ad255cb17b74345a434f7a93 SHA512 adcf4e2193eb1e2fcfea781efeac98abf3696d5684cb40224ff258d1246a2396649177ea77536c4c9ff5a610c4c7deea79305fe33157fb5e07b9c4c83a56600e WHIRLPOOL 58a2b392bc833c78b2690a75f6627f99082ae6f9e8405ef18421a50c2f531c4d3a009ae1740476c36863ffd8388b48aa9115fb1ea51971cbf36bf5d4f5b59ff0
23 -DIST flow-0.43.1.tar.gz 2428492 SHA256 235492eea867e3d2ea92733a369b4eea196d2404280415b72d8e6cdc1f41b879 SHA512 6e104edc976b7c0e21b91538d29a5674d7ce4969beb6ac839d87248e29bcf101769e620c990352b3a1cc46990d68c28ba848d56bfb8e6daa2a33598812f49de4 WHIRLPOOL f6bf95c40ab85dccf1dd82b5e2e8f6f9d19356eb12e951200a7a534a7e9d0979d3b86a39ac7cc0e8d93fd58e9c800479d44dbfc44982d6980213767b2ee99a6a
24 DIST flow-0.44.0.tar.gz 2435252 SHA256 5c20a20c500e2a29dbe2b53ecc0c4a5172c849417c8bff32b2fa478703bf382f SHA512 30b1149229fd85f71426330d848d2c085543f08d7ceeafcc4b477ec3ff978ff7b5d9580d3cc3856b7e8e5ab9afa667552ff148fee9dbf845278d60bf1918976d WHIRLPOOL d71af4d60cac7d64e42b6abc6a6be3fefc530bfd024779fd3864e21b40fb3d460fc13fca1a64afe31a544d047eed4b33fde976870ef359190e04c6032ad11f36
25
26 diff --git a/dev-ml/flow_parser/flow_parser-0.42.0.ebuild b/dev-ml/flow_parser/flow_parser-0.42.0.ebuild
27 deleted file mode 100644
28 index 8460f51ef8b..00000000000
29 --- a/dev-ml/flow_parser/flow_parser-0.42.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.43.1.ebuild b/dev-ml/flow_parser/flow_parser-0.43.1.ebuild
70 deleted file mode 100644
71 index 8460f51ef8b..00000000000
72 --- a/dev-ml/flow_parser/flow_parser-0.43.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 -}