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: Wed, 04 Feb 2009 10:54:10
Message-Id: E1LUfOT-0002MK-8g@stork.gentoo.org
1 armin76 09/02/04 10:54:09
2
3 Modified: mozilla-launcher.eclass
4 Log:
5 Add seamonkey to possible symlinks
6
7 Revision Changes Path
8 1.23 eclass/mozilla-launcher.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozilla-launcher.eclass?rev=1.23&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozilla-launcher.eclass?rev=1.23&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozilla-launcher.eclass?r1=1.22&r2=1.23
13
14 Index: mozilla-launcher.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v
17 retrieving revision 1.22
18 retrieving revision 1.23
19 diff -u -r1.22 -r1.23
20 --- mozilla-launcher.eclass 18 Mar 2008 18:00:52 -0000 1.22
21 +++ mozilla-launcher.eclass 4 Feb 2009 10:54:09 -0000 1.23
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 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.22 2008/03/18 18:00:52 armin76 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.23 2009/02/04 10:54:09 armin76 Exp $
27
28 inherit nsplugins multilib
29
30 @@ -16,6 +16,7 @@
31 # thunderbird -> thunderbird-bin
32 # mozilla -> mozilla-bin
33 # sunbird -> sunbird-bin
34 +# seamonkey -> seamonkey-bin
35 #
36 # The symlinks are removed if they're found to be dangling. They are
37 # created according to the following rules:
38 @@ -35,7 +36,7 @@
39 # src_install so they are included in the package inventory.
40 #
41 update_mozilla_launcher_symlinks() {
42 - local f browsers="mozilla firefox thunderbird sunbird"
43 + local f browsers="mozilla firefox thunderbird sunbird seamonkey"
44 cd ${ROOT}/usr/bin
45
46 # Remove launcher symlinks that no longer apply