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: ChangeLog ocaml-3.11.0_beta1.ebuild
Date: Fri, 07 Nov 2008 09:59:12
Message-Id: E1KyO7S-0004Sa-AS@stork.gentoo.org
1 aballier 08/11/07 09:59:10
2
3 Modified: ChangeLog ocaml-3.11.0_beta1.ebuild
4 Log:
5 merge similar patches and make it honour better ldflags
6 (Portage version: 2.2_rc13/cvs/Linux 2.6.27.4 x86_64)
7
8 Revision Changes Path
9 1.151 dev-lang/ocaml/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.151&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.151&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.150&r2=1.151
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
18 retrieving revision 1.150
19 retrieving revision 1.151
20 diff -u -r1.150 -r1.151
21 --- ChangeLog 15 Oct 2008 16:08:56 -0000 1.150
22 +++ ChangeLog 7 Nov 2008 09:59:10 -0000 1.151
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-lang/ocaml
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.150 2008/10/15 16:08:56 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.151 2008/11/07 09:59:10 aballier Exp $
28 +
29 + 07 Nov 2008; Alexis Ballier <aballier@g.o>
30 + -files/ocaml-3.11.0_beta1-call-ld-with-proper-ldflags.patch,
31 + files/ocaml-3.11.0_beta1-configure.patch, ocaml-3.11.0_beta1.ebuild:
32 + merge similar patches and make it honour better ldflags
33
34 *ocaml-3.11.0_beta1 (15 Oct 2008)
35
36
37
38
39 1.2 dev-lang/ocaml/ocaml-3.11.0_beta1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0_beta1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0_beta1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0_beta1.ebuild?r1=1.1&r2=1.2
44
45 Index: ocaml-3.11.0_beta1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0_beta1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- ocaml-3.11.0_beta1.ebuild 15 Oct 2008 16:08:56 -0000 1.1
52 +++ ocaml-3.11.0_beta1.ebuild 7 Nov 2008 09:59:10 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0_beta1.ebuild,v 1.1 2008/10/15 16:08:56 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0_beta1.ebuild,v 1.2 2008/11/07 09:59:10 aballier Exp $
58
59 inherit flag-o-matic eutils multilib versionator toolchain-funcs
60
61 @@ -51,11 +51,6 @@
62 # ocaml has automagics on libX11 and gdbm
63 # http://caml.inria.fr/mantis/view.php?id=4278
64 epatch "${FILESDIR}/${PN}-3.10.0-automagic.patch"
65 -
66 - # Call ld with proper flags, different from gcc ones
67 - # This happens when calling ocamlc -pack
68 - # See comment in the patch
69 - epatch "${FILESDIR}/${PN}-3.11.0_beta1-call-ld-with-proper-ldflags.patch"
70 }
71
72 src_compile() {