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: mozilla-launcher.eclass
Date: Thu, 10 Jan 2008 12:35:01
Message-Id: E1JCwMH-0000a1-JE@stork.gentoo.org
1 armin76 08/01/10 12:18:05
2
3 Modified: mozilla-launcher.eclass
4 Log:
5 Fix when we don't have firefox3 but we have the xulrunner USE-flag enabled
6
7 Revision Changes Path
8 1.17 eclass/mozilla-launcher.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozilla-launcher.eclass?rev=1.17&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozilla-launcher.eclass?rev=1.17&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozilla-launcher.eclass?r1=1.16&r2=1.17
13
14 Index: mozilla-launcher.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v
17 retrieving revision 1.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- mozilla-launcher.eclass 6 Jan 2008 19:43:49 -0000 1.16
21 +++ mozilla-launcher.eclass 10 Jan 2008 12:18:05 -0000 1.17
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2004 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.16 2008/01/06 19:43:49 armin76 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.17 2008/01/10 12:18:05 armin76 Exp $
27
28 inherit nsplugins multilib
29
30 @@ -69,7 +69,7 @@
31 declare libdir=$2
32
33 # If we use xulrunner, the name of the binary should be the same
34 - if use xulrunner; then
35 + if [[ ! ${PV} < 3.0_pre20070202 ]] && use xulrunner ; then
36 declare appname=xulrunner
37 declare xulparams="export XUL_PARAMS=${libdir}/application.ini"
38 declare libdir="/usr/$(get_libdir)/xulrunner"
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list