Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/camlidl: ChangeLog camlidl-1.05.ebuild
Date: Thu, 25 Feb 2010 18:56:09
Message-Id: E1NkisX-0006mv-VE@stork.gentoo.org
1 zmedico 10/02/25 18:56:05
2
3 Modified: ChangeLog camlidl-1.05.ebuild
4 Log:
5 Bug #306677 - Fix invalid conditional USE dep.
6 (Portage version: 2.2_rc63_p15454/cvs/Linux i686)
7
8 Revision Changes Path
9 1.6 dev-ml/camlidl/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlidl/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlidl/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlidl/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlidl/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 28 Sep 2009 16:45:42 -0000 1.5
22 +++ ChangeLog 25 Feb 2010 18:56:05 -0000 1.6
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-ml/camlidl
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlidl/ChangeLog,v 1.5 2009/09/28 16:45:42 betelgeuse Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlidl/ChangeLog,v 1.6 2010/02/25 18:56:05 zmedico Exp $
29 +
30 + 25 Feb 2010; Zac Medico <zmedico@g.o> camlidl-1.05.ebuild:
31 + Bug #306677 - Fix invalid conditional USE dep.
32
33 28 Sep 2009; Petteri Räty <betelgeuse@g.o> camlidl-1.05.ebuild:
34 Migrate to EAPI 2 in order to nuke built_with_use.
35
36
37
38 1.5 dev-ml/camlidl/camlidl-1.05.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlidl/camlidl-1.05.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlidl/camlidl-1.05.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlidl/camlidl-1.05.ebuild?r1=1.4&r2=1.5
43
44 Index: camlidl-1.05.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlidl/camlidl-1.05.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- camlidl-1.05.ebuild 28 Sep 2009 16:45:42 -0000 1.4
51 +++ camlidl-1.05.ebuild 25 Feb 2010 18:56:05 -0000 1.5
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlidl/camlidl-1.05.ebuild,v 1.4 2009/09/28 16:45:42 betelgeuse Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlidl/camlidl-1.05.ebuild,v 1.5 2010/02/25 18:56:05 zmedico Exp $
58
59 EAPI="2"
60
61 @@ -13,7 +13,7 @@
62 SLOT="0"
63 KEYWORDS="~x86 ~ppc ~amd64"
64 IUSE=""
65 -DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
66 +DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt]"
67
68 src_prepare() {
69 epatch "${FILESDIR}/tests.patch"