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/ocaml-data-notation/
Date: Fri, 24 Jun 2016 09:57:22
Message-Id: 1466762027.3ad2886bc3058a93ae7e8b753a6d1d526f5050cf.aballier@gentoo
1 commit: 3ad2886bc3058a93ae7e8b753a6d1d526f5050cf
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 09:53:47 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 09:53:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad2886b
7
8 dev-ml/ocaml-data-notation: drop backward compat dep on camlp4
9
10 Package-Manager: portage-2.3.0
11
12 ...a-notation-0.0.11.ebuild => ocaml-data-notation-0.0.11-r1.ebuild} | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
16 similarity index 86%
17 rename from dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild
18 rename to dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
19 index 168330a..0fc2510 100644
20 --- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild
21 +++ b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -18,7 +18,8 @@ KEYWORDS="~amd64"
29 IUSE=""
30
31 RDEPEND=">=dev-ml/type-conv-108.07.01:=
32 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
33 + dev-ml/camlp4:=
34 + "
35 DEPEND="${RDEPEND}
36 test? ( >=dev-ml/ounit-2.0.0[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )"