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/typehashlib: ChangeLog typehashlib-109.15.02.ebuild
Date: Fri, 28 Nov 2014 17:50:59
Message-Id: 20141128175056.CC09CB19D@oystercatcher.gentoo.org
1 aballier 14/11/28 17:50:56
2
3 Modified: ChangeLog typehashlib-109.15.02.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.6 dev-ml/typehashlib/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/typehashlib/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/typehashlib/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/typehashlib/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 19 Aug 2013 14:01:20 -0000 1.5
24 +++ ChangeLog 28 Nov 2014 17:50:56 -0000 1.6
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-ml/typehashlib
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/ChangeLog,v 1.5 2013/08/19 14:01:20 aballier Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/ChangeLog,v 1.6 2014/11/28 17:50:56 aballier Exp $
31 +
32 + 28 Nov 2014; Alexis Ballier <aballier@g.o>
33 + typehashlib-109.15.02.ebuild:
34 + update deps for ocaml 4.02
35
36 19 Aug 2013; Alexis Ballier <aballier@g.o>
37 -typehashlib-109.11.00.ebuild, -typehashlib-109.14.00.ebuild,
38
39
40
41 1.2 dev-ml/typehashlib/typehashlib-109.15.02.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/typehashlib/typehashlib-109.15.02.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/typehashlib/typehashlib-109.15.02.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/typehashlib/typehashlib-109.15.02.ebuild?r1=1.1&r2=1.2
46
47 Index: typehashlib-109.15.02.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/typehashlib-109.15.02.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- typehashlib-109.15.02.ebuild 24 May 2013 17:18:21 -0000 1.1
54 +++ typehashlib-109.15.02.ebuild 28 Nov 2014 17:50:56 -0000 1.2
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2013 Gentoo Foundation
57 +# Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/typehashlib-109.15.02.ebuild,v 1.1 2013/05/24 17:18:21 aballier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/typehashlib-109.15.02.ebuild,v 1.2 2014/11/28 17:50:56 aballier Exp $
61
62 EAPI="5"
63
64 @@ -18,7 +18,8 @@
65 IUSE=""
66
67 DEPEND=">=dev-lang/ocaml-4.00.0:=
68 - >=dev-ml/type-conv-${PV}:="
69 + >=dev-ml/type-conv-${PV}:=
70 + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
71 RDEPEND="${DEPEND}"
72
73 S="${WORKDIR}/${MY_P}"