Gentoo Archives: gentoo-commits

From: "Roy Marples (uberlord)" <uberlord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/facile: facile-1.1.ebuild ChangeLog
Date: Tue, 23 Oct 2007 12:21:33
Message-Id: E1IkIl4-00043y-Mn@stork.gentoo.org
1 uberlord 07/10/23 12:21:18
2
3 Modified: facile-1.1.ebuild ChangeLog
4 Log:
5 Fix building on non GNU platforms and keyword ~x86-fbsd, #192065
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.6 dev-ml/facile/facile-1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/facile-1.1.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/facile-1.1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/facile-1.1.ebuild?r1=1.5&r2=1.6
14
15 Index: facile-1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ml/facile/facile-1.1.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- facile-1.1.ebuild 13 Oct 2007 10:26:45 -0000 1.5
22 +++ facile-1.1.ebuild 23 Oct 2007 12:21:18 -0000 1.6
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/facile-1.1.ebuild,v 1.5 2007/10/13 10:26:45 corsair Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/facile-1.1.ebuild,v 1.6 2007/10/23 12:21:18 uberlord Exp $
28 +
29 +inherit eutils
30
31 DESCRIPTION="FaCiLe is a constraint programming library on integer and integer set finite domains written in OCaml."
32 HOMEPAGE="http://www.recherche.enac.fr/log/facile/"
33 @@ -16,6 +18,14 @@
34 DEPEND=">=dev-lang/ocaml-3.09.3-r1"
35 RDEPEND="${DEPEND}"
36
37 +src_unpack() {
38 + unpack ${A}
39 + cd "${S}"
40 +
41 + # Fix building on FreeBSD
42 + epatch "${FILESDIR}/${P}"-make.patch
43 +}
44 +
45 src_compile(){
46 # This is a custom configure script and it does not support standard options
47 ./configure --faciledir ${D}$(ocamlc -where)/facile/
48
49
50
51 1.6 dev-ml/facile/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/ChangeLog?rev=1.6&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/ChangeLog?rev=1.6&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/ChangeLog?r1=1.5&r2=1.6
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v
60 retrieving revision 1.5
61 retrieving revision 1.6
62 diff -u -r1.5 -r1.6
63 --- ChangeLog 13 Oct 2007 10:26:45 -0000 1.5
64 +++ ChangeLog 23 Oct 2007 12:21:18 -0000 1.6
65 @@ -1,6 +1,10 @@
66 # ChangeLog for dev-ml/facile
67 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v 1.5 2007/10/13 10:26:45 corsair Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v 1.6 2007/10/23 12:21:18 uberlord Exp $
70 +
71 + 23 Oct 2007; Roy Marples <uberlord@g.o>
72 + +files/facile-1.1-make.patch, facile-1.1.ebuild:
73 + Fix building on non GNU platforms and keyword ~x86-fbsd, #192065
74
75 13 Oct 2007; Markus Rothe <corsair@g.o> facile-1.1.ebuild:
76 Added ~ppc64; bug #192065
77
78
79
80 --
81 gentoo-commits@g.o mailing list