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.12.0.ebuild
Date: Sun, 27 Feb 2011 13:09:20
Message-Id: 20110227130910.90DB420054@flycatcher.gentoo.org
1 aballier 11/02/27 13:09:10
2
3 Modified: ChangeLog ocaml-3.12.0.ebuild
4 Log:
5 Add a patch to pass libs as last argument to the linker when linking, fixes our as-needed problems: bug #331377 and bug #331075
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.189 dev-lang/ocaml/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.189&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.189&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.188&r2=1.189
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
19 retrieving revision 1.188
20 retrieving revision 1.189
21 diff -u -r1.188 -r1.189
22 --- ChangeLog 24 Jan 2011 09:22:53 -0000 1.188
23 +++ ChangeLog 27 Feb 2011 13:09:10 -0000 1.189
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-lang/ocaml
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.188 2011/01/24 09:22:53 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.189 2011/02/27 13:09:10 aballier Exp $
29 +
30 + 27 Feb 2011; Alexis Ballier <aballier@g.o> ocaml-3.12.0.ebuild:
31 + Add a patch to pass libs as last argument to the linker when linking, fixes
32 + our as-needed problems: bug #331377 and bug #331075
33
34 24 Jan 2011; Alexis Ballier <aballier@g.o>
35 -files/ocaml-3.10.0-automagic.patch,
36
37
38
39 1.2 dev-lang/ocaml/ocaml-3.12.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ocaml-3.12.0.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ocaml-3.12.0.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ocaml-3.12.0.ebuild?r1=1.1&r2=1.2
44
45 Index: ocaml-3.12.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.12.0.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- ocaml-3.12.0.ebuild 2 Aug 2010 15:38:50 -0000 1.1
52 +++ ocaml-3.12.0.ebuild 27 Feb 2011 13:09:10 -0000 1.2
53 @@ -1,12 +1,12 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.12.0.ebuild,v 1.1 2010/08/02 15:38:50 aballier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.12.0.ebuild,v 1.2 2011/02/27 13:09:10 aballier Exp $
59
60 EAPI="1"
61
62 inherit flag-o-matic eutils multilib versionator toolchain-funcs
63
64 -PATCHLEVEL="2"
65 +PATCHLEVEL="3"
66 MY_P="${P/_/+}"
67 DESCRIPTION="Fast modern type-inferring functional programming language descended from the ML family"
68 HOMEPAGE="http://www.ocaml.org/"