Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-2.eclass mozconfig.eclass
Date: Wed, 29 Apr 2009 09:34:12
Message-Id: E1Lz6B7-0000Na-Vh@stork.gentoo.org
1 armin76 09/04/29 09:34:09
2
3 Modified: mozconfig-2.eclass mozconfig.eclass
4 Log:
5 Punt xprint
6
7 Revision Changes Path
8 1.20 eclass/mozconfig-2.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-2.eclass?rev=1.20&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-2.eclass?rev=1.20&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-2.eclass?r1=1.19&r2=1.20
13
14 Index: mozconfig-2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-2.eclass,v
17 retrieving revision 1.19
18 retrieving revision 1.20
19 diff -u -r1.19 -r1.20
20 --- mozconfig-2.eclass 29 Jul 2008 20:50:24 -0000 1.19
21 +++ mozconfig-2.eclass 29 Apr 2009 09:34:09 -0000 1.20
22 @@ -1,12 +1,12 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-2.eclass,v 1.19 2008/07/29 20:50:24 armin76 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-2.eclass,v 1.20 2009/04/29 09:34:09 armin76 Exp $
27 #
28 # mozconfig.eclass: the new mozilla.eclass
29
30 inherit multilib flag-o-matic mozcoreconf
31
32 -IUSE="debug gnome ipv6 xinerama xprint"
33 +IUSE="debug gnome ipv6 xinerama"
34
35 RDEPEND="x11-libs/libXrender
36 x11-libs/libXt
37 @@ -29,13 +29,11 @@
38
39
40 DEPEND="${RDEPEND}
41 - xinerama? ( x11-proto/xineramaproto )
42 - xprint? ( x11-proto/printproto )"
43 + xinerama? ( x11-proto/xineramaproto )"
44
45 mozconfig_config() {
46 mozconfig_use_enable ipv6
47 mozconfig_use_enable xinerama
48 - mozconfig_use_enable xprint
49
50 # We use --enable-pango to do truetype fonts, and currently pango
51 # is required for it to build
52
53
54
55 1.32 eclass/mozconfig.eclass
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig.eclass?rev=1.32&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig.eclass?rev=1.32&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig.eclass?r1=1.31&r2=1.32
60
61 Index: mozconfig.eclass
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v
64 retrieving revision 1.31
65 retrieving revision 1.32
66 diff -u -r1.31 -r1.32
67 --- mozconfig.eclass 4 Jan 2009 22:09:06 -0000 1.31
68 +++ mozconfig.eclass 29 Apr 2009 09:34:09 -0000 1.32
69 @@ -1,12 +1,12 @@
70 # Copyright 1999-2007 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.31 2009/01/04 22:09:06 ulm Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.32 2009/04/29 09:34:09 armin76 Exp $
74 #
75 # mozconfig.eclass: the new mozilla.eclass
76
77 inherit multilib flag-o-matic
78
79 -IUSE="debug gnome ipv6 moznoxft truetype xinerama xprint"
80 +IUSE="debug gnome ipv6 moznoxft truetype xinerama"
81
82 RDEPEND="x11-libs/libXrender
83 x11-libs/libXt
84 @@ -31,8 +31,7 @@
85 DEPEND="${RDEPEND}
86 dev-util/pkgconfig
87 x11-proto/xextproto
88 - xinerama? ( x11-proto/xineramaproto )
89 - xprint? ( x11-proto/printproto )"
90 + xinerama? ( x11-proto/xineramaproto )"
91
92 # Set by configure (plus USE_AUTOCONF=1), but useful for NSPR
93 export MOZILLA_CLIENT=1
94 @@ -186,7 +185,6 @@
95 --enable-default-toolkit=gtk2
96 mozconfig_use_enable ipv6
97 mozconfig_use_enable xinerama
98 - mozconfig_use_enable xprint
99
100 if [[ ${MOZ_FREETYPE2} == "no" ]] ; then
101 # Newer mozilla/firefox builds should use xft and not freetype.