diff options
author | Jory Pratt <anarchy@gentoo.org> | 2012-01-05 23:33:34 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2012-01-05 23:33:34 +0000 |
commit | fbbce8e306f75699c5d6dd587d399f6409aa6df9 (patch) | |
tree | 514e365cc5e53d0f164b87cb264ef2942f498d80 /mail-client | |
parent | ppc stable (bug 343659) (diff) | |
download | gentoo-2-fbbce8e306f75699c5d6dd587d399f6409aa6df9.tar.gz gentoo-2-fbbce8e306f75699c5d6dd587d399f6409aa6df9.tar.bz2 gentoo-2-fbbce8e306f75699c5d6dd587d399f6409aa6df9.zip |
Add missing pref file bug #397773, drop the ppc/ppc64 keywords as Mark had done previously.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/thunderbird/ChangeLog | 7 | ||||
-rw-r--r-- | mail-client/thunderbird/files/thunderbird-gentoo-default-prefs-1.js-1 | 9 | ||||
-rw-r--r-- | mail-client/thunderbird/thunderbird-9.0.ebuild | 4 |
3 files changed, 17 insertions, 3 deletions
diff --git a/mail-client/thunderbird/ChangeLog b/mail-client/thunderbird/ChangeLog index 8e256a41547f..75322e3a3686 100644 --- a/mail-client/thunderbird/ChangeLog +++ b/mail-client/thunderbird/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/thunderbird # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.113 2012/01/05 14:00:43 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.114 2012/01/05 23:33:34 anarchy Exp $ + + 05 Jan 2012; Jory A. Pratt <anarchy@gentoo.org> + +files/thunderbird-gentoo-default-prefs-1.js-1: + Add missing file bug #397773, Remove ppc/ppc64 keywords as drop'd + by Mark Loeser. 05 Jan 2012; Nirbheek Chauhan <nirbheek@gentoo.org> Manifest: fix gpg manifest problems diff --git a/mail-client/thunderbird/files/thunderbird-gentoo-default-prefs-1.js-1 b/mail-client/thunderbird/files/thunderbird-gentoo-default-prefs-1.js-1 new file mode 100644 index 000000000000..97c5fd09b8a6 --- /dev/null +++ b/mail-client/thunderbird/files/thunderbird-gentoo-default-prefs-1.js-1 @@ -0,0 +1,9 @@ +pref("app.update.enabled", false); +pref("app.update.autoInstallEnabled", false); +pref("browser.display.use_system_colors", true); +pref("intl.locale.matchOS", true); +pref("general.useragent.locale", "chrome://global/locale/intl.properties"); +pref("mail.shell.checkDefaultClient", false); +# Do not switch to Smart Folders after upgrade to 3.0b4 +pref("mail.folder.views.version", "1"); +pref("extensions.autoDisableScopes", 0); diff --git a/mail-client/thunderbird/thunderbird-9.0.ebuild b/mail-client/thunderbird/thunderbird-9.0.ebuild index 7e459df6955d..8a091e4cf368 100644 --- a/mail-client/thunderbird/thunderbird-9.0.ebuild +++ b/mail-client/thunderbird/thunderbird-9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-9.0.ebuild,v 1.1 2012/01/05 13:48:34 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-9.0.ebuild,v 1.2 2012/01/05 23:33:34 anarchy Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -14,7 +14,7 @@ EMVER="1.3.4" DESCRIPTION="Thunderbird Mail Client" HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" SLOT="0" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="bindist gconf +crashreporter +crypt +ipc +lightning mozdom +webm" |