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/type-conv: type-conv-111.13.00.ebuild ChangeLog
Date: Fri, 28 Nov 2014 17:29:17
Message-Id: 20141128172913.6D4FDB199@oystercatcher.gentoo.org
1 aballier 14/11/28 17:29:13
2
3 Modified: type-conv-111.13.00.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/type-conv/type-conv-111.13.00.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-111.13.00.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-111.13.00.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-111.13.00.ebuild?r1=1.1&r2=1.2
16
17 Index: type-conv-111.13.00.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-111.13.00.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- type-conv-111.13.00.ebuild 30 Oct 2014 11:11:03 -0000 1.1
24 +++ type-conv-111.13.00.ebuild 28 Nov 2014 17:29:13 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-111.13.00.ebuild,v 1.1 2014/10/30 11:11:03 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-111.13.00.ebuild,v 1.2 2014/11/28 17:29:13 aballier Exp $
30
31 EAPI="5"
32
33 @@ -20,6 +20,7 @@
34
35 RDEPEND=""
36 DEPEND="${RDEPEND}
37 + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
38 >=dev-lang/ocaml-4.0[ocamlopt?]
39 >=dev-ml/findlib-1.3.2"
40
41
42
43
44 1.36 dev-ml/type-conv/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.36&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.36&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?r1=1.35&r2=1.36
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v
53 retrieving revision 1.35
54 retrieving revision 1.36
55 diff -u -r1.35 -r1.36
56 --- ChangeLog 30 Oct 2014 11:11:03 -0000 1.35
57 +++ ChangeLog 28 Nov 2014 17:29:13 -0000 1.36
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-ml/type-conv
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.35 2014/10/30 11:11:03 aballier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.36 2014/11/28 17:29:13 aballier Exp $
63 +
64 + 28 Nov 2014; Alexis Ballier <aballier@g.o> type-conv-111.13.00.ebuild:
65 + update deps for ocaml 4.02
66
67 *type-conv-111.13.00 (30 Oct 2014)