Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: ChangeLog webkit-gtk-0_p35417.ebuild
Date: Thu, 31 Jul 2008 14:15:10
Message-Id: E1KOYvo-0007IX-Cq@stork.gentoo.org
1 armin76 08/07/31 14:15:04
2
3 Modified: ChangeLog webkit-gtk-0_p35417.ebuild
4 Log:
5 Add ~alpha/~ia64/-sparc
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.9 net-libs/webkit-gtk/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 30 Jul 2008 18:08:05 -0000 1.8
22 +++ ChangeLog 31 Jul 2008 14:15:03 -0000 1.9
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-libs/webkit-gtk
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.8 2008/07/30 18:08:05 jokey Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.9 2008/07/31 14:15:03 armin76 Exp $
28 +
29 + 31 Jul 2008; Raúl Porcel <armin76@g.o> webkit-gtk-0_p35417.ebuild:
30 + Add ~alpha/~ia64/-sparc
31
32 30 Jul 2008; Markus Ullmann <jokey@g.o> webkit-gtk-0_p35417.ebuild:
33 drop hildon from IUSE
34
35
36
37 1.3 net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild?r1=1.2&r2=1.3
42
43 Index: webkit-gtk-0_p35417.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- webkit-gtk-0_p35417.ebuild 30 Jul 2008 18:08:05 -0000 1.2
50 +++ webkit-gtk-0_p35417.ebuild 31 Jul 2008 14:15:03 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild,v 1.2 2008/07/30 18:08:05 jokey Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild,v 1.3 2008/07/31 14:15:03 armin76 Exp $
56
57 inherit autotools
58
59 @@ -11,7 +11,7 @@
60
61 LICENSE="LGPL-2 LGPL-2.1 BSD"
62 SLOT="0"
63 -KEYWORDS="~amd64 ~ppc ~x86"
64 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc -sparc ~x86"
65 IUSE="coverage debug gstreamer pango soup sqlite svg xslt"
66
67 RDEPEND=">=x11-libs/gtk+-2.8
68 @@ -44,6 +44,10 @@
69 }
70
71 src_compile() {
72 + # It doesn't compile on alpha without this LDFLAGS
73 + use alpha && append-ldflags "-Wl,--no-relax"
74 +
75 +
76 local myconf
77 use pango && myconf="${myconf} --with-font-backend=pango"
78 use soup && myconf="${myconf} --with-http-backend=soup"