Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/mozilla-thunderbird-bin: ChangeLog mozilla-thunderbird-bin-3.0_beta4.ebuild
Date: Mon, 02 Nov 2009 08:20:42
Message-Id: E1N4s9V-0005ic-G1@stork.gentoo.org
1 nirbheek 09/11/02 08:20:37
2
3 Modified: ChangeLog mozilla-thunderbird-bin-3.0_beta4.ebuild
4 Log:
5 Iron out some missing changes in the new xpi fetch/install mechanism
6 (Portage version: 2.1.7.2/cvs/Linux i686)
7
8 Revision Changes Path
9 1.134 mail-client/mozilla-thunderbird-bin/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog?rev=1.134&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog?rev=1.134&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog?r1=1.133&r2=1.134
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v
18 retrieving revision 1.133
19 retrieving revision 1.134
20 diff -u -r1.133 -r1.134
21 --- ChangeLog 31 Oct 2009 14:53:46 -0000 1.133
22 +++ ChangeLog 2 Nov 2009 08:20:36 -0000 1.134
23 @@ -1,6 +1,10 @@
24 # ChangeLog for mail-client/mozilla-thunderbird-bin
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.133 2009/10/31 14:53:46 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.134 2009/11/02 08:20:36 nirbheek Exp $
28 +
29 + 02 Nov 2009; Nirbheek Chauhan <nirbheek@g.o>
30 + mozilla-thunderbird-bin-3.0_beta4.ebuild:
31 + Iron out some missing changes in the new xpi fetch/install mechanism
32
33 *mozilla-thunderbird-bin-3.0_beta4 (31 Oct 2009)
34
35
36
37
38 1.3 mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-3.0_beta4.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-3.0_beta4.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-3.0_beta4.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-3.0_beta4.ebuild?r1=1.2&r2=1.3
43
44 Index: mozilla-thunderbird-bin-3.0_beta4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-3.0_beta4.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- mozilla-thunderbird-bin-3.0_beta4.ebuild 1 Nov 2009 01:24:13 -0000 1.2
51 +++ mozilla-thunderbird-bin-3.0_beta4.ebuild 2 Nov 2009 08:20:36 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-3.0_beta4.ebuild,v 1.2 2009/11/01 01:24:13 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-3.0_beta4.ebuild,v 1.3 2009/11/02 08:20:36 nirbheek Exp $
57 EAPI="2"
58
59 inherit eutils mozilla-launcher multilib mozextension
60 @@ -87,7 +87,7 @@
61
62 linguas
63 for X in ${linguas}; do
64 - [[ ${X} != en ]] && xpi_unpack ${MY_P/-bin}-${X}.xpi
65 + [[ ${X} != en ]] && xpi_unpack "${P/-bin}-${X}.xpi"
66 done
67 if [[ ${linguas} != "" && ${linguas} != "en" ]]; then
68 einfo "Selected language packs (first will be default): ${linguas}"
69 @@ -103,7 +103,7 @@
70
71 linguas
72 for X in ${linguas}; do
73 - [[ ${X} != en ]] && xpi_install ${WORKDIR}/${MY_P/-bin}-${X}
74 + [[ ${X} != en ]] && xpi_install ${WORKDIR}/${P/-bin}-${X}
75 done
76
77 local LANG=${linguas%% *}