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