Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/mozilla-firefox: ChangeLog mozilla-firefox-2.0.0.12.ebuild mozilla-firefox-2.0.0.11.ebuild
Date: Fri, 29 Feb 2008 15:03:01
Message-Id: E1JV6lH-0004gp-DJ@stork.gentoo.org
1 armin76 08/02/29 15:02:59
2
3 Modified: ChangeLog mozilla-firefox-2.0.0.12.ebuild
4 mozilla-firefox-2.0.0.11.ebuild
5 Log:
6 Use icons in the tarball instead, bug #204312, and report correct browser name when iceweasel is enabled, bug #210308
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.378 www-client/mozilla-firefox/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/mozilla-firefox/ChangeLog?rev=1.378&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/mozilla-firefox/ChangeLog?rev=1.378&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/mozilla-firefox/ChangeLog?r1=1.377&r2=1.378
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v
19 retrieving revision 1.377
20 retrieving revision 1.378
21 diff -u -r1.377 -r1.378
22 --- ChangeLog 14 Feb 2008 14:18:09 -0000 1.377
23 +++ ChangeLog 29 Feb 2008 15:02:58 -0000 1.378
24 @@ -1,6 +1,12 @@
25 # ChangeLog for www-client/mozilla-firefox
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.377 2008/02/14 14:18:09 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.378 2008/02/29 15:02:58 armin76 Exp $
29 +
30 + 29 Feb 2008; Raúl Porcel <armin76@g.o>
31 + -files/icon/firefox-icon.png, -files/icon/firefox-icon-unbranded.png,
32 + mozilla-firefox-2.0.0.11.ebuild, mozilla-firefox-2.0.0.12.ebuild:
33 + Use icons in the tarball instead, bug #204312, and report correct browser
34 + name when iceweasel is enabled, bug #210308
35
36 14 Feb 2008; Raúl Porcel <armin76@g.o>
37 files/icon/mozilla-firefox-1.5-unbranded.desktop,
38
39
40
41 1.7 www-client/mozilla-firefox/mozilla-firefox-2.0.0.12.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.12.ebuild?rev=1.7&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.12.ebuild?rev=1.7&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.12.ebuild?r1=1.6&r2=1.7
46
47 Index: mozilla-firefox-2.0.0.12.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.12.ebuild,v
50 retrieving revision 1.6
51 retrieving revision 1.7
52 diff -u -r1.6 -r1.7
53 --- mozilla-firefox-2.0.0.12.ebuild 11 Feb 2008 00:17:30 -0000 1.6
54 +++ mozilla-firefox-2.0.0.12.ebuild 29 Feb 2008 15:02:58 -0000 1.7
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.12.ebuild,v 1.6 2008/02/11 00:17:30 tester Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.12.ebuild,v 1.7 2008/02/29 15:02:58 armin76 Exp $
60
61 WANT_AUTOCONF="2.1"
62
63 @@ -129,6 +129,7 @@
64
65 if use iceweasel; then
66 sed -i -e "s|Bon Echo|Iceweasel|" browser/locales/en-US/chrome/branding/brand.*
67 + sed -i -e "s|BonEcho|Iceweasel|" configure.in
68 fi
69
70 eautoreconf
71 @@ -247,11 +248,11 @@
72 newmenu "${FILESDIR}"/icon/iceweasel.desktop \
73 mozilla-firefox-2.0.desktop
74 elif ! use bindist; then
75 - doicon "${FILESDIR}"/icon/firefox-icon.png
76 + newicon "${S}"/other-licenses/branding/firefox/content/icon48.png firefox-icon.png
77 newmenu "${FILESDIR}"/icon/mozilla-firefox-1.5.desktop \
78 mozilla-firefox-2.0.desktop
79 else
80 - doicon "${FILESDIR}"/icon/firefox-icon-unbranded.png
81 + newicon "${S}"/browser/base/branding/icon48.png firefox-icon-unbranded.png
82 newmenu "${FILESDIR}"/icon/mozilla-firefox-1.5-unbranded.desktop \
83 mozilla-firefox-2.0.desktop
84 fi
85
86
87
88 1.16 www-client/mozilla-firefox/mozilla-firefox-2.0.0.11.ebuild
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.11.ebuild?rev=1.16&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.11.ebuild?rev=1.16&content-type=text/plain
92 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.11.ebuild?r1=1.15&r2=1.16
93
94 Index: mozilla-firefox-2.0.0.11.ebuild
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.11.ebuild,v
97 retrieving revision 1.15
98 retrieving revision 1.16
99 diff -u -r1.15 -r1.16
100 --- mozilla-firefox-2.0.0.11.ebuild 2 Feb 2008 17:11:22 -0000 1.15
101 +++ mozilla-firefox-2.0.0.11.ebuild 29 Feb 2008 15:02:58 -0000 1.16
102 @@ -1,6 +1,6 @@
103 # Copyright 1999-2008 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.11.ebuild,v 1.15 2008/02/02 17:11:22 armin76 Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.11.ebuild,v 1.16 2008/02/29 15:02:58 armin76 Exp $
107
108 WANT_AUTOCONF="2.1"
109
110 @@ -247,11 +247,11 @@
111 newmenu "${FILESDIR}"/icon/iceweasel.desktop \
112 mozilla-firefox-2.0.desktop
113 elif ! use bindist; then
114 - doicon "${FILESDIR}"/icon/firefox-icon.png
115 + newicon "${S}"/other-licenses/branding/firefox/content/icon48.png firefox-icon.png
116 newmenu "${FILESDIR}"/icon/mozilla-firefox-1.5.desktop \
117 mozilla-firefox-2.0.desktop
118 else
119 - doicon "${FILESDIR}"/icon/firefox-icon-unbranded.png
120 + newicon "${S}"/browser/base/branding/icon48.png firefox-icon-unbranded.png
121 newmenu "${FILESDIR}"/icon/mozilla-firefox-1.5-unbranded.desktop \
122 mozilla-firefox-2.0.desktop
123 fi
124
125
126
127 --
128 gentoo-commits@l.g.o mailing list