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/bin-prot: bin-prot-112.01.00.ebuild ChangeLog
Date: Fri, 28 Nov 2014 17:44:02
Message-Id: 20141128174359.077EDB19C@oystercatcher.gentoo.org
1 aballier 14/11/28 17:43:59
2
3 Modified: bin-prot-112.01.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/bin-prot/bin-prot-112.01.00.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/bin-prot-112.01.00.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/bin-prot-112.01.00.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/bin-prot-112.01.00.ebuild?r1=1.1&r2=1.2
16
17 Index: bin-prot-112.01.00.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-112.01.00.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- bin-prot-112.01.00.ebuild 30 Oct 2014 16:42:06 -0000 1.1
24 +++ bin-prot-112.01.00.ebuild 28 Nov 2014 17:43:58 -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/bin-prot/bin-prot-112.01.00.ebuild,v 1.1 2014/10/30 16:42:06 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-112.01.00.ebuild,v 1.2 2014/11/28 17:43:58 aballier Exp $
30
31 EAPI=5
32
33 @@ -20,7 +20,8 @@
34 KEYWORDS="~amd64"
35 IUSE="doc"
36
37 -RDEPEND=">=dev-ml/type-conv-109.28.00:="
38 +RDEPEND=">=dev-ml/type-conv-109.28.00:=
39 + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
40 DEPEND="${RDEPEND}
41 test? ( >=dev-ml/ounit-1.1.2 )"
42
43
44
45
46 1.30 dev-ml/bin-prot/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/ChangeLog?rev=1.30&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/ChangeLog?rev=1.30&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/ChangeLog?r1=1.29&r2=1.30
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v
55 retrieving revision 1.29
56 retrieving revision 1.30
57 diff -u -r1.29 -r1.30
58 --- ChangeLog 30 Oct 2014 16:42:06 -0000 1.29
59 +++ ChangeLog 28 Nov 2014 17:43:58 -0000 1.30
60 @@ -1,6 +1,9 @@
61 # ChangeLog for dev-ml/bin-prot
62 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.29 2014/10/30 16:42:06 aballier Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.30 2014/11/28 17:43:58 aballier Exp $
65 +
66 + 28 Nov 2014; Alexis Ballier <aballier@g.o> bin-prot-112.01.00.ebuild:
67 + update deps for ocaml 4.02
68
69 *bin-prot-112.01.00 (30 Oct 2014)