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