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/ocamldsort: ChangeLog ocamldsort-0.16.0.ebuild
Date: Fri, 28 Nov 2014 19:10:00
Message-Id: 20141128190956.83997B1AD@oystercatcher.gentoo.org
1 aballier 14/11/28 19:09:56
2
3 Modified: ChangeLog ocamldsort-0.16.0.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.17 dev-ml/ocamldsort/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldsort/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldsort/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldsort/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 19 Aug 2013 13:43:16 -0000 1.16
24 +++ ChangeLog 28 Nov 2014 19:09:56 -0000 1.17
25 @@ -1,6 +1,9 @@
26 # ChangeLog for dev-ml/ocamldsort
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.16 2013/08/19 13:43:16 aballier Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.17 2014/11/28 19:09:56 aballier Exp $
31 +
32 + 28 Nov 2014; Alexis Ballier <aballier@g.o> ocamldsort-0.16.0.ebuild:
33 + update deps for ocaml 4.02
34
35 19 Aug 2013; Alexis Ballier <aballier@g.o> -ocamldsort-0.15.0.ebuild:
36 remove old
37
38
39
40 1.5 dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild?r1=1.4&r2=1.5
45
46 Index: ocamldsort-0.16.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- ocamldsort-0.16.0.ebuild 19 Mar 2013 10:34:08 -0000 1.4
53 +++ ocamldsort-0.16.0.ebuild 28 Nov 2014 19:09:56 -0000 1.5
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/ocamldsort/ocamldsort-0.16.0.ebuild,v 1.4 2013/03/19 10:34:08 ago Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild,v 1.5 2014/11/28 19:09:56 aballier Exp $
60
61 EAPI=5
62
63 @@ -13,7 +13,8 @@
64 KEYWORDS="~amd64 ppc x86"
65 IUSE=""
66
67 -DEPEND=">=dev-lang/ocaml-3.12:="
68 +DEPEND=">=dev-lang/ocaml-3.12:=
69 + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
70 RDEPEND="${DEPEND}"
71
72 src_compile() {