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-lang/ocaml: ocaml-3.11.0.ebuild ChangeLog ocaml-3.10.2.ebuild ocaml-3.08.4.ebuild
Date: Tue, 20 Jan 2009 08:44:18
Message-Id: E1LPCDF-0001Hs-OS@stork.gentoo.org
1 aballier 09/01/20 08:43:57
2
3 Modified: ocaml-3.11.0.ebuild ChangeLog ocaml-3.10.2.ebuild
4 ocaml-3.08.4.ebuild
5 Log:
6 explicitly set RDEPEND to DEPEND
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-lang/ocaml/ocaml-3.11.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0.ebuild?r1=1.2&r2=1.3
15
16 Index: ocaml-3.11.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ocaml-3.11.0.ebuild 20 Jan 2009 08:23:31 -0000 1.2
23 +++ ocaml-3.11.0.ebuild 20 Jan 2009 08:43:57 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0.ebuild,v 1.2 2009/01/20 08:23:31 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0.ebuild,v 1.3 2009/01/20 08:43:57 aballier Exp $
29
30 inherit flag-o-matic eutils multilib versionator toolchain-funcs
31
32 @@ -20,6 +20,7 @@
33 ncurses? ( sys-libs/ncurses )
34 X? ( x11-libs/libX11 x11-proto/xproto )
35 gdbm? ( sys-libs/gdbm )"
36 +RDEPEND="${DEPEND}"
37
38 PDEPEND="emacs? ( app-emacs/ocaml-mode )
39 xemacs? ( app-xemacs/ocaml )"
40
41
42
43 1.160 dev-lang/ocaml/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.160&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.160&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.159&r2=1.160
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
52 retrieving revision 1.159
53 retrieving revision 1.160
54 diff -u -r1.159 -r1.160
55 --- ChangeLog 20 Jan 2009 08:37:43 -0000 1.159
56 +++ ChangeLog 20 Jan 2009 08:43:57 -0000 1.160
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-lang/ocaml
59 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.159 2009/01/20 08:37:43 aballier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.160 2009/01/20 08:43:57 aballier Exp $
62 +
63 + 20 Jan 2009; Alexis Ballier <aballier@g.o> ocaml-3.08.4.ebuild,
64 + ocaml-3.10.2.ebuild, ocaml-3.11.0.ebuild:
65 + explicitly set RDEPEND to DEPEND
66
67 20 Jan 2009; Alexis Ballier <aballier@g.o>
68 files/ocaml-3.11.0_beta1-yaccldflags.patch:
69
70
71
72 1.12 dev-lang/ocaml/ocaml-3.10.2.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.12&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.12&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?r1=1.11&r2=1.12
77
78 Index: ocaml-3.10.2.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v
81 retrieving revision 1.11
82 retrieving revision 1.12
83 diff -u -r1.11 -r1.12
84 --- ocaml-3.10.2.ebuild 20 Jan 2009 08:23:31 -0000 1.11
85 +++ ocaml-3.10.2.ebuild 20 Jan 2009 08:43:57 -0000 1.12
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2009 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.11 2009/01/20 08:23:31 aballier Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.12 2009/01/20 08:43:57 aballier Exp $
91
92 inherit flag-o-matic eutils multilib versionator toolchain-funcs
93
94 @@ -20,6 +20,7 @@
95 ncurses? ( sys-libs/ncurses )
96 X? ( x11-libs/libX11 x11-proto/xproto )
97 gdbm? ( sys-libs/gdbm )"
98 +RDEPEND="${DEPEND}"
99
100 PDEPEND="emacs? ( app-emacs/ocaml-mode )
101 xemacs? ( app-xemacs/ocaml )"
102
103
104
105 1.20 dev-lang/ocaml/ocaml-3.08.4.ebuild
106
107 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.08.4.ebuild?rev=1.20&view=markup
108 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.08.4.ebuild?rev=1.20&content-type=text/plain
109 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.08.4.ebuild?r1=1.19&r2=1.20
110
111 Index: ocaml-3.08.4.ebuild
112 ===================================================================
113 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.08.4.ebuild,v
114 retrieving revision 1.19
115 retrieving revision 1.20
116 diff -u -r1.19 -r1.20
117 --- ocaml-3.08.4.ebuild 16 Jun 2008 19:44:37 -0000 1.19
118 +++ ocaml-3.08.4.ebuild 20 Jan 2009 08:43:57 -0000 1.20
119 @@ -1,6 +1,6 @@
120 -# Copyright 1999-2008 Gentoo Foundation
121 +# Copyright 1999-2009 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.08.4.ebuild,v 1.19 2008/06/16 19:44:37 aballier Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.08.4.ebuild,v 1.20 2009/01/20 08:43:57 aballier Exp $
125
126 inherit flag-o-matic eutils multilib
127
128 @@ -15,6 +15,7 @@
129 IUSE="tk latex"
130
131 DEPEND="tk? ( >=dev-lang/tk-3.3.3 )"
132 +RDEPEND="${DEPEND}"
133
134 pkg_setup() {
135 ewarn