diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-19 19:27:56 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-19 19:27:56 +0000 |
commit | a22899a727a91653b6815a6ec9b08e85e5a4c5e8 (patch) | |
tree | f04a0f2480e0d92012b2b4fe1a6a05e8a37ea2cd /mail-client | |
parent | Fix the location of src.zip to match Sun specified JDK directory layout. See ... (diff) | |
download | gentoo-2-a22899a727a91653b6815a6ec9b08e85e5a4c5e8.tar.gz gentoo-2-a22899a727a91653b6815a6ec9b08e85e5a4c5e8.tar.bz2 gentoo-2-a22899a727a91653b6815a6ec9b08e85e5a4c5e8.zip |
Fix NOSHORTLANG variable, bug 175236
(Portage version: 2.1.2.4)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mozilla-thunderbird/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index c81d510cdbee..603bd58f3938 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.184 2007/04/18 21:47:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.185 2007/04/19 19:27:56 armin76 Exp $ + + 19 Apr 2007; Raúl Porcel <armin76@gentoo.org> + mozilla-thunderbird-2.0.0.0.ebuild: + Fix NOSHORTLANG variable, bug 175236 *mozilla-thunderbird-2.0.0.0 (18 Apr 2007) diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild index 79a964125514..f902c9051e5e 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild,v 1.1 2007/04/18 21:47:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.0.ebuild,v 1.2 2007/04/19 19:27:56 armin76 Exp $ WANT_AUTOCONF="2.1" inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib mozextension autotools LANGS="be bg ca cs da de el en-GB es-AR es-ES eu fi fr ga-IE hu it ja lt mk nb-NO nl pa-IN pl pt-BR pt-PT ru sk sl sv-SE tr zh-CN zh-TW" -SHORTLANGS="es-ES nb-NO pt-BR sv-SE zh-TW" +NOSHORTLANGS="en-GB es-AR pt-BR zh-TW" PATCH="${PN}-2.0_beta2-patches-0.5" MY_PV=${PV/_/} @@ -85,7 +85,7 @@ pkg_setup() { } src_unpack() { - unpack ${A} +# unpack ${A} linguas for X in ${linguas}; do |