Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-data-notation: ocaml-data-notation-0.0.11.ebuild ChangeLog
Date: Fri, 28 Nov 2014 17:49:36
Message-Id: 20141128174931.D0D78B19D@oystercatcher.gentoo.org
1 aballier 14/11/28 17:49:31
2
3 Modified: ocaml-data-notation-0.0.11.ebuild ChangeLog
4 Log:
5 update deps for ocaml 4.02
6
7 Signed-off-by: aballier@g.o
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.2 dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild?r1=1.1&r2=1.2
16
17 Index: ocaml-data-notation-0.0.11.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ocaml-data-notation-0.0.11.ebuild 11 Dec 2013 19:33:11 -0000 1.1
24 +++ ocaml-data-notation-0.0.11.ebuild 28 Nov 2014 17:49:31 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild,v 1.1 2013/12/11 19:33:11 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild,v 1.2 2014/11/28 17:49:31 aballier Exp $
31
32 EAPI=5
33
34 @@ -17,7 +17,8 @@
35 KEYWORDS="~amd64"
36 IUSE=""
37
38 -RDEPEND=">=dev-ml/type-conv-108.07.01:="
39 +RDEPEND=">=dev-ml/type-conv-108.07.01:=
40 + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
41 DEPEND="${RDEPEND}
42 test? ( >=dev-ml/ounit-2.0.0[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )"
43
44
45
46
47 1.16 dev-ml/ocaml-data-notation/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog?rev=1.16&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog?rev=1.16&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog?r1=1.15&r2=1.16
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v
56 retrieving revision 1.15
57 retrieving revision 1.16
58 diff -u -r1.15 -r1.16
59 --- ChangeLog 11 Dec 2013 19:33:11 -0000 1.15
60 +++ ChangeLog 28 Nov 2014 17:49:31 -0000 1.16
61 @@ -1,6 +1,10 @@
62 # ChangeLog for dev-ml/ocaml-data-notation
63 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.15 2013/12/11 19:33:11 aballier Exp $
65 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.16 2014/11/28 17:49:31 aballier Exp $
67 +
68 + 28 Nov 2014; Alexis Ballier <aballier@g.o>
69 + ocaml-data-notation-0.0.11.ebuild:
70 + update deps for ocaml 4.02
71
72 *ocaml-data-notation-0.0.11 (11 Dec 2013)