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/fmt/
Date: Sat, 01 Apr 2017 12:25:20
Message-Id: 1491049482.f5a56b6360eee1a9b884ce59c385e4e69fc6fdbc.aballier@gentoo
1 commit: f5a56b6360eee1a9b884ce59c385e4e69fc6fdbc
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 11:04:12 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 12:24:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a56b63
7
8 dev-ml/fmt: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ml/fmt/Manifest | 2 --
13 dev-ml/fmt/fmt-0.8.0.ebuild | 43 -------------------------------------------
14 dev-ml/fmt/fmt-0.8.1.ebuild | 42 ------------------------------------------
15 3 files changed, 87 deletions(-)
16
17 diff --git a/dev-ml/fmt/Manifest b/dev-ml/fmt/Manifest
18 index eaec3126a1b..ba10cd5732d 100644
19 --- a/dev-ml/fmt/Manifest
20 +++ b/dev-ml/fmt/Manifest
21 @@ -1,3 +1 @@
22 -DIST fmt-0.8.0.tbz 14965 SHA256 fd221052a9d2c9be0a8f32d14b2cb35d72ec6f7cd828244759392adbec8ac79b SHA512 5287ff80343ab7f2b33e87b48ff4301e1152b54da1f1de6d8ac235f909cd83e8c9219fd46dbbe239aa6736b406c884141b3ab7578d6a3b2ff289d7756a09ec44 WHIRLPOOL 06eac9e3c3f97f196d2727bd07bf06ccbe4761b77c51fa25bab90575b40db612caf58f4b7685905f67a0ad36c82aa241c2db215c85e574930d1c19e2a6ee5176
23 -DIST fmt-0.8.1.tbz 13639 SHA256 db0b97e88801f8e7e365a929e311a64835e27ab669cdef76811555b2da3d2c0f SHA512 21cf0a89928999bc23de676763ade41d263ce4a9364c8f77fe693ff8941de492d5f71290d30bcfcdd786612fa3af7bf78921a30a26f3fff3969396a728e8e66e WHIRLPOOL 3492f8d20524512c9c0da6c77cdb28cc3f23e60f7708b14123783c4bfc2e62aa49b8dd34bc11d6c34660c471f0fa88c0525ea966595241936a1c5f7f6aae8b40
24 DIST fmt-0.8.2.tbz 13668 SHA256 11a1b12037aea444b1ead54143bd0abde43752a57e1ac77dfeab98cac8f91808 SHA512 38f567a988176bb4628665e6f5e47dba4917a2f65310d222dcd7f14809a38fbd824e9ee05ba4de97a20aa2c57a813541c587c8c438b2ac1f93199dddaa441ae0 WHIRLPOOL 159c7d9dfe389707e6a566ae75c52cf4fb890d253c978baecb2ae9d93d03a06094e4e3098141bea9c6686143c53445449bc07bfec35922374cd3ae9774cccd98
25
26 diff --git a/dev-ml/fmt/fmt-0.8.0.ebuild b/dev-ml/fmt/fmt-0.8.0.ebuild
27 deleted file mode 100644
28 index e8d40cd73fc..00000000000
29 --- a/dev-ml/fmt/fmt-0.8.0.ebuild
30 +++ /dev/null
31 @@ -1,43 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="5"
36 -
37 -inherit findlib
38 -
39 -DESCRIPTION="Combinators to devise OCaml Format pretty-printing functions"
40 -HOMEPAGE="http://erratique.ch/software/fmt https://github.com/dbuenzli/fmt"
41 -SRC_URI="http://erratique.ch/software/fmt/releases/${P}.tbz"
42 -
43 -LICENSE="ISC"
44 -SLOT="0/${PV}"
45 -KEYWORDS="~amd64"
46 -IUSE=""
47 -
48 -RDEPEND="dev-ml/result:=[ocamlopt]
49 - dev-lang/ocaml:=[ocamlopt]
50 - dev-ml/cmdliner:=[ocamlopt]"
51 -DEPEND="${RDEPEND}
52 - dev-ml/opam
53 - dev-ml/topkg
54 - dev-ml/ocamlbuild
55 - dev-ml/findlib"
56 -
57 -src_compile() {
58 - ocaml pkg/pkg.ml build || die
59 -}
60 -
61 -src_test() {
62 - ocamlbuild -use-ocamlfind test/tests.otarget || die
63 - ./test.native || die
64 - ./test.byte || die
65 -}
66 -
67 -src_install() {
68 - opam-installer -i \
69 - --prefix="${ED}/usr" \
70 - --libdir="${D}/$(ocamlc -where)" \
71 - --docdir="${ED}/usr/share/doc/${PF}" \
72 - ${PN}.install || die
73 - dodoc CHANGES.md README.md
74 -}
75
76 diff --git a/dev-ml/fmt/fmt-0.8.1.ebuild b/dev-ml/fmt/fmt-0.8.1.ebuild
77 deleted file mode 100644
78 index 8e0f58572e5..00000000000
79 --- a/dev-ml/fmt/fmt-0.8.1.ebuild
80 +++ /dev/null
81 @@ -1,42 +0,0 @@
82 -# Copyright 1999-2017 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI="5"
86 -
87 -inherit findlib
88 -
89 -DESCRIPTION="Combinators to devise OCaml Format pretty-printing functions"
90 -HOMEPAGE="http://erratique.ch/software/fmt https://github.com/dbuenzli/fmt"
91 -SRC_URI="http://erratique.ch/software/fmt/releases/${P}.tbz"
92 -
93 -LICENSE="ISC"
94 -SLOT="0/${PV}"
95 -KEYWORDS="~amd64"
96 -IUSE="test"
97 -
98 -RDEPEND="dev-ml/result:=[ocamlopt]
99 - dev-lang/ocaml:=[ocamlopt]
100 - dev-ml/uchar:=[ocamlopt]
101 - dev-ml/cmdliner:=[ocamlopt]"
102 -DEPEND="${RDEPEND}
103 - dev-ml/opam
104 - >=dev-ml/topkg-0.9
105 - dev-ml/ocamlbuild
106 - dev-ml/findlib"
107 -
108 -src_compile() {
109 - ocaml pkg/pkg.ml build --tests $(usex test 'true' 'false') || die
110 -}
111 -
112 -src_test() {
113 - ocaml pkg/pkg.ml test || die
114 -}
115 -
116 -src_install() {
117 - opam-installer -i \
118 - --prefix="${ED}/usr" \
119 - --libdir="${D}/$(ocamlc -where)" \
120 - --docdir="${ED}/usr/share/doc/${PF}" \
121 - ${PN}.install || die
122 - dodoc CHANGES.md README.md
123 -}