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/bolt: bolt-1.4.ebuild ChangeLog
Date: Fri, 28 Nov 2014 17:39:39
Message-Id: 20141128173936.1C129B199@oystercatcher.gentoo.org
1 aballier 14/11/28 17:39:36
2
3 Modified: bolt-1.4.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.3 dev-ml/bolt/bolt-1.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bolt/bolt-1.4.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bolt/bolt-1.4.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bolt/bolt-1.4.ebuild?r1=1.2&r2=1.3
16
17 Index: bolt-1.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/bolt/bolt-1.4.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- bolt-1.4.ebuild 16 Aug 2013 23:06:22 -0000 1.2
24 +++ bolt-1.4.ebuild 28 Nov 2014 17:39:36 -0000 1.3
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/bolt/bolt-1.4.ebuild,v 1.2 2013/08/16 23:06:22 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bolt/bolt-1.4.ebuild,v 1.3 2014/11/28 17:39:36 aballier Exp $
31
32 EAPI=5
33
34 @@ -15,7 +15,8 @@
35 KEYWORDS="~amd64"
36 IUSE="doc"
37
38 -DEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]"
39 +DEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]
40 + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
41 RDEPEND="${DEPEND}"
42
43 src_configure() {
44
45
46
47 1.6 dev-ml/bolt/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bolt/ChangeLog?rev=1.6&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bolt/ChangeLog?rev=1.6&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bolt/ChangeLog?r1=1.5&r2=1.6
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-ml/bolt/ChangeLog,v
56 retrieving revision 1.5
57 retrieving revision 1.6
58 diff -u -r1.5 -r1.6
59 --- ChangeLog 16 Aug 2013 23:06:22 -0000 1.5
60 +++ ChangeLog 28 Nov 2014 17:39:36 -0000 1.6
61 @@ -1,6 +1,9 @@
62 # ChangeLog for dev-ml/bolt
63 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bolt/ChangeLog,v 1.5 2013/08/16 23:06:22 aballier Exp $
65 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bolt/ChangeLog,v 1.6 2014/11/28 17:39:36 aballier Exp $
67 +
68 + 28 Nov 2014; Alexis Ballier <aballier@g.o> bolt-1.4.ebuild:
69 + update deps for ocaml 4.02
70
71 16 Aug 2013; Alexis Ballier <aballier@g.o> bolt-1.4.ebuild:
72 eapi5, define subslot and add := dep on ocaml