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/extlib: extlib-1.6.1.ebuild ChangeLog
Date: Fri, 28 Nov 2014 17:32:29
Message-Id: 20141128173224.37B27B19A@oystercatcher.gentoo.org
1 aballier 14/11/28 17:32:24
2
3 Modified: extlib-1.6.1.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.5 dev-ml/extlib/extlib-1.6.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/extlib-1.6.1.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/extlib-1.6.1.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/extlib-1.6.1.ebuild?r1=1.4&r2=1.5
16
17 Index: extlib-1.6.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.6.1.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- extlib-1.6.1.ebuild 13 Apr 2014 16:20:44 -0000 1.4
24 +++ extlib-1.6.1.ebuild 28 Nov 2014 17:32:24 -0000 1.5
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/extlib/extlib-1.6.1.ebuild,v 1.4 2014/04/13 16:20:44 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.6.1.ebuild,v 1.5 2014/11/28 17:32:24 aballier Exp $
30
31 EAPI=5
32
33 @@ -10,7 +10,10 @@
34 HOMEPAGE="http://code.google.com/p/ocaml-extlib/"
35 SRC_URI="http://ocaml-extlib.googlecode.com/files/${P}.tar.gz"
36 LICENSE="LGPL-2.1"
37 -DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]"
38 +DEPEND="
39 + >=dev-lang/ocaml-3.10.2:=[ocamlopt?]
40 + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
41 +"
42 RDEPEND="${DEPEND}"
43 SLOT="0/${PV}"
44 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
45
46
47
48 1.33 dev-ml/extlib/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/ChangeLog?rev=1.33&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/ChangeLog?rev=1.33&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/ChangeLog?r1=1.32&r2=1.33
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v
57 retrieving revision 1.32
58 retrieving revision 1.33
59 diff -u -r1.32 -r1.33
60 --- ChangeLog 13 Apr 2014 16:20:44 -0000 1.32
61 +++ ChangeLog 28 Nov 2014 17:32:24 -0000 1.33
62 @@ -1,6 +1,9 @@
63 # ChangeLog for dev-ml/extlib
64 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.32 2014/04/13 16:20:44 ago Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.33 2014/11/28 17:32:24 aballier Exp $
67 +
68 + 28 Nov 2014; Alexis Ballier <aballier@g.o> extlib-1.6.1.ebuild:
69 + update deps for ocaml 4.02
70
71 13 Apr 2014; Agostino Sarubbo <ago@g.o> extlib-1.6.1.ebuild:
72 Stable for ppc, wrt bug #502730