Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@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 21:17:57
Message-Id: E1IkR8K-0008VG-Lj@stork.gentoo.org
1 jer 07/10/23 21:17:52
2
3 Modified: facile-1.1.ebuild ChangeLog
4 Log:
5 Marked ~hppa (bug #196551). Added src_test (because it works).
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.7 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.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/facile-1.1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/facile-1.1.ebuild?r1=1.6&r2=1.7
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.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- facile-1.1.ebuild 23 Oct 2007 12:21:18 -0000 1.6
22 +++ facile-1.1.ebuild 23 Oct 2007 21:17:52 -0000 1.7
23 @@ -1,6 +1,6 @@
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.6 2007/10/23 12:21:18 uberlord Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/facile-1.1.ebuild,v 1.7 2007/10/23 21:17:52 jer Exp $
28
29 inherit eutils
30
31 @@ -12,7 +12,7 @@
32 LICENSE="LGPL-2.1"
33 SLOT="0"
34
35 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
36 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
37 IUSE=""
38
39 DEPEND=">=dev-lang/ocaml-3.09.3-r1"
40 @@ -28,10 +28,14 @@
41
42 src_compile(){
43 # This is a custom configure script and it does not support standard options
44 - ./configure --faciledir ${D}$(ocamlc -where)/facile/
45 + ./configure --faciledir "${D}"$(ocamlc -where)/facile/
46 emake || die "Compilation failed"
47 }
48
49 +src_test() {
50 + emake check || die "emake check failed"
51 +}
52 +
53 src_install(){
54 dodir $(ocamlc -where)
55 emake install || die "Installation failed"
56
57
58
59 1.7 dev-ml/facile/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/ChangeLog?rev=1.7&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/ChangeLog?rev=1.7&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/facile/ChangeLog?r1=1.6&r2=1.7
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v
68 retrieving revision 1.6
69 retrieving revision 1.7
70 diff -u -r1.6 -r1.7
71 --- ChangeLog 23 Oct 2007 12:21:18 -0000 1.6
72 +++ ChangeLog 23 Oct 2007 21:17:52 -0000 1.7
73 @@ -1,6 +1,9 @@
74 # ChangeLog for dev-ml/facile
75 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v 1.6 2007/10/23 12:21:18 uberlord Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v 1.7 2007/10/23 21:17:52 jer Exp $
78 +
79 + 23 Oct 2007; Jeroen Roovers <jer@g.o> facile-1.1.ebuild:
80 + Marked ~hppa (bug #196551). Added src_test (because it works).
81
82 23 Oct 2007; Roy Marples <uberlord@g.o>
83 +files/facile-1.1-make.patch, facile-1.1.ebuild:
84
85
86
87 --
88 gentoo-commits@g.o mailing list