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-ml/extlib: ChangeLog extlib-1.5.2.ebuild
Date: Sat, 30 Jun 2012 20:25:44
Message-Id: 20120630202534.9CD242004B@flycatcher.gentoo.org
1 aballier 12/06/30 20:25:34
2
3 Modified: ChangeLog extlib-1.5.2.ebuild
4 Log:
5 add patch from upstream for compatibility with ocaml 4.00
6
7 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 dev-ml/extlib/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 5 May 2012 14:20:12 -0000 1.16
23 +++ ChangeLog 30 Jun 2012 20:25:34 -0000 1.17
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ml/extlib
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.16 2012/05/05 14:20:12 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.17 2012/06/30 20:25:34 aballier Exp $
29 +
30 + 30 Jun 2012; Alexis Ballier <aballier@g.o> extlib-1.5.2.ebuild,
31 + +files/extlib-1.5.2-ocaml4.patch:
32 + add patch from upstream for compatibility with ocaml 4.00
33
34 05 May 2012; Alexis Ballier <aballier@g.o> -extlib-1.5.1.ebuild:
35 remove old
36
37
38
39 1.5 dev-ml/extlib/extlib-1.5.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild?r1=1.4&r2=1.5
44
45 Index: extlib-1.5.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- extlib-1.5.2.ebuild 8 Mar 2012 11:46:09 -0000 1.4
52 +++ extlib-1.5.2.ebuild 30 Jun 2012 20:25:34 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v 1.4 2012/03/08 11:46:09 phajdan.jr Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.2.ebuild,v 1.5 2012/06/30 20:25:34 aballier Exp $
58
59 EAPI="2"
60
61 @@ -16,6 +16,10 @@
62 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
63 IUSE="doc +ocamlopt"
64
65 +src_prepare() {
66 + epatch "${FILESDIR}/${P}-ocaml4.patch"
67 +}
68 +
69 src_compile() {
70 emake all || die "failed to build"
71 if use ocamlopt; then