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-4.02.1.ebuild ChangeLog
Date: Mon, 01 Dec 2014 16:33:23
Message-Id: 20141201163319.404D9B4C3@oystercatcher.gentoo.org
1 aballier 14/12/01 16:33:19
2
3 Modified: ocaml-4.02.1.ebuild ChangeLog
4 Log:
5 specify host & target to help cross-compiling, unfortunately it is not sufficient due to tryrun like constructs
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.2 dev-lang/ocaml/ocaml-4.02.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ocaml-4.02.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ocaml-4.02.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ocaml-4.02.1.ebuild?r1=1.1&r2=1.2
16
17 Index: ocaml-4.02.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-4.02.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ocaml-4.02.1.ebuild 28 Nov 2014 15:42:01 -0000 1.1
24 +++ ocaml-4.02.1.ebuild 1 Dec 2014 16:33:19 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-4.02.1.ebuild,v 1.1 2014/11/28 15:42:01 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-4.02.1.ebuild,v 1.2 2014/12/01 16:33:19 aballier Exp $
30
31 EAPI="5"
32
33 @@ -62,11 +62,13 @@
34 use X || myconf="${myconf} -no-graph"
35
36 # ocaml uses a home-brewn configure script, preventing it to use econf.
37 - RAW_LDFLAGS="$(raw-ldflags)" ./configure -prefix "${EPREFIX}"/usr \
38 + RAW_LDFLAGS="$(raw-ldflags)" ./configure \
39 + --prefix "${EPREFIX}"/usr \
40 --bindir "${EPREFIX}"/usr/bin \
41 --libdir "${EPREFIX}"/usr/$(get_libdir)/ocaml \
42 --mandir "${EPREFIX}"/usr/share/man \
43 - -host "${CHOST}" \
44 + -target "${CHOST}" \
45 + -host "${CBUILD}" \
46 -cc "$(tc-getCC)" \
47 -as "$(tc-getAS)" \
48 -aspp "$(tc-getCC) -c" \
49
50
51
52 1.222 dev-lang/ocaml/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.222&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.222&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.221&r2=1.222
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
61 retrieving revision 1.221
62 retrieving revision 1.222
63 diff -u -r1.221 -r1.222
64 --- ChangeLog 1 Dec 2014 10:36:11 -0000 1.221
65 +++ ChangeLog 1 Dec 2014 16:33:19 -0000 1.222
66 @@ -1,6 +1,10 @@
67 # ChangeLog for dev-lang/ocaml
68 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.221 2014/12/01 10:36:11 aballier Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.222 2014/12/01 16:33:19 aballier Exp $
71 +
72 + 01 Dec 2014; Alexis Ballier <aballier@g.o> ocaml-4.02.1.ebuild:
73 + specify host & target to help cross-compiling, unfortunately it is not
74 + sufficient due to tryrun like constructs
75
76 01 Dec 2014; Alexis Ballier <aballier@g.o> -ocaml-4.00.1-r1.ebuild:
77 remove old