Little fix to the LINGUAS stuff
authorAndreas Proschofsky <suka@gentoo.org>
Tue, 20 Jun 2006 18:55:58 +0000 (18:55 +0000)
committerAndreas Proschofsky <suka@gentoo.org>
Tue, 20 Jun 2006 18:55:58 +0000 (18:55 +0000)
Package-Manager: portage-2.1.1_pre1-r1

app-office/openoffice-bin/ChangeLog
app-office/openoffice-bin/openoffice-bin-2.0.3_rc6.ebuild

index 1dc2ba2ee73cc3b538021e8cac556b55f9de9898..5941b882f0a5633536e344e6681b36f018e8ea53 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/openoffice-bin
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.132 2006/06/20 17:48:55 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.133 2006/06/20 18:55:58 suka Exp $
+
+  20 Jun 2006; Andreas Proschofsky <suka@gentoo.org>
+  openoffice-bin-2.0.3_rc6.ebuild:
+  Little fix to the LINGUAS stuff
 
 *openoffice-bin-2.0.3_rc6 (20 Jun 2006)
 
index f337e5ac761677ed6e5ef7728fd68c8089a32897..96f3d23bbec3be9005f8c87c1709f062a1845899 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-2.0.3_rc6.ebuild,v 1.1 2006/06/20 17:48:55 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-2.0.3_rc6.ebuild,v 1.2 2006/06/20 18:55:58 suka Exp $
 
 inherit eutils fdo-mime rpm multilib
 
@@ -16,10 +16,10 @@ DESCRIPTION="OpenOffice productivity suite"
 
 SRC_URI="mirror://openoffice/contrib/rc/${MY_PV}/OOo_${MY_PV2}_LinuxIntel_install.tar.gz"
 
-LANGS="af as_IN be_BY bg bs ca cs cy da de el en_GB en_ZA es et fa fi fr gu_IN he hi_IN hr hu it ja km ko lt mk ml_IN mr_IN nb nl nn ns or_IN pa_IN pl pt_BR ru rw sh_YU sk sl sr_CS st sv sw_TZ ta_IN te_IN tg th ti_ER tr ur_IN vi xh zh_CN zh_TW zu"
+LANGS="af as_IN be_BY bg bs ca cs cy da de el en en_GB en_ZA es et fa fi fr gu_IN he hi_IN hr hu it ja km ko lt mk ml_IN mr_IN nb nl nn ns or_IN pa_IN pl pt_BR ru rw sh_YU sk sl sr_CS st sv sw_TZ ta_IN te_IN tg th ti_ER tr ur_IN vi xh zh_CN zh_TW zu"
 
 for X in ${LANGS} ; do
-       SRC_URI="${SRC_URI} linguas_${X}? ( http://oootranslation.services.openoffice.org/pub/OpenOffice.org/${MY_PV}/OOo_${MY_PV2}_LinuxIntel_langpack_${X/_/-}.tar.gz )"
+       [ ${X} != "en" ] && SRC_URI="${SRC_URI} linguas_${X}? ( http://oootranslation.services.openoffice.org/pub/OpenOffice.org/${MY_PV}/OOo_${MY_PV2}_LinuxIntel_langpack_${X/_/-}.tar.gz )"
        IUSE="${IUSE} linguas_${X}"
 done