diff options
author | Jory Pratt <anarchy@gentoo.org> | 2009-12-20 18:32:11 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2009-12-20 18:32:11 +0000 |
commit | eb5b614100e28e75bd44a61fc05569b49aaa9925 (patch) | |
tree | 06661d618dbf01cbbd84f3314c77568ee051f9e1 /mail-client | |
parent | Add missing backslash in econf. Thanks to ssuominen for the pointer. (diff) | |
download | gentoo-2-eb5b614100e28e75bd44a61fc05569b49aaa9925.tar.gz gentoo-2-eb5b614100e28e75bd44a61fc05569b49aaa9925.tar.bz2 gentoo-2-eb5b614100e28e75bd44a61fc05569b49aaa9925.zip |
cleanup locale support
(Portage version: 2.1.7.15/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mozilla-thunderbird/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/mozilla-thunderbird/mozilla-thunderbird-3.0.ebuild | 11 |
2 files changed, 6 insertions, 11 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index 5ea13222bcd8..3d2050dccf82 100644 --- a/mail-client/mozilla-thunderbird/ChangeLog +++ b/mail-client/mozilla-thunderbird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mozilla-thunderbird # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.309 2009/12/20 17:54:14 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.310 2009/12/20 18:32:11 anarchy Exp $ + + 20 Dec 2009; Jory A. Pratt <anarchy@gentoo.org> + mozilla-thunderbird-3.0.ebuild: + cleanup locale support 20 Dec 2009; Jory A. Pratt <anarchy@gentoo.org> -mozilla-thunderbird-2.0.0.22.ebuild: diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-3.0.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-3.0.ebuild index d2f169b02d65..590a26666084 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-3.0.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-3.0.ebuild,v 1.3 2009/12/19 17:21:05 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-3.0.ebuild,v 1.4 2009/12/20 18:32:11 anarchy Exp $ EAPI="2" WANT_AUTOCONF="2.1" @@ -211,15 +211,6 @@ src_install() { [[ ${X} != "en" ]] && xpi_install "${WORKDIR}"/"${P}-${X}" done - local LANG=${linguas%% *} - if [[ -n ${LANG} && ${LANG} != "en" ]]; then - elog "Setting default locale to ${LANG}" - dosed -e "s:general.useragent.locale\", \"en-US\":general.useragent.locale\", \"${LANG}\":" \ - ${MOZILLA_FIVE_HOME}/defaults/pref/all-thunderbird.js \ - ${MOZILLA_FIVE_HOME}/defaults/pref/all-l10n.js || \ - die "sed failed to change locale" - fi - if ! use bindist; then newicon "${S}"/other-licenses/branding/thunderbird/content/icon48.png thunderbird-icon.png domenu "${FILESDIR}"/icon/${PN}.desktop |