diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2007-01-25 08:24:51 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2007-01-25 08:24:51 +0000 |
commit | d3fbecdb0678d418ac3c1e24571527a413c17733 (patch) | |
tree | 438db119bce82b2cf62adb696cd78eb6bb352550 /app-office | |
parent | stable x86; bugs #163644 and #163642 (diff) | |
download | gentoo-2-d3fbecdb0678d418ac3c1e24571527a413c17733.tar.gz gentoo-2-d3fbecdb0678d418ac3c1e24571527a413c17733.tar.bz2 gentoo-2-d3fbecdb0678d418ac3c1e24571527a413c17733.zip |
Obviously we still need the l10n-tarball for german users, otherwise help does not get translated, see bug #16280
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-2.1.0.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog index 73d07b0ffb6a..215d207459a5 100644 --- a/app-office/openoffice/ChangeLog +++ b/app-office/openoffice/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/openoffice # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.299 2007/01/25 05:31:42 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.300 2007/01/25 08:24:51 suka Exp $ + + 25 Jan 2007; Andreas Proschofsky <suka@gentoo.org> + openoffice-2.1.0.ebuild: + Obviously we still need the l10n-tarball for german users, otherwise + help does not get translated, see bug #162803 25 Jan 2007; Marius Mauch <genone@gentoo.org> openoffice-2.0.4.ebuild, openoffice-2.1.0.ebuild: diff --git a/app-office/openoffice/openoffice-2.1.0.ebuild b/app-office/openoffice/openoffice-2.1.0.ebuild index d5006b96b5ff..595073f60c44 100644 --- a/app-office/openoffice/openoffice-2.1.0.ebuild +++ b/app-office/openoffice/openoffice-2.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-2.1.0.ebuild,v 1.12 2007/01/25 05:31:42 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-2.1.0.ebuild,v 1.13 2007/01/25 08:24:51 suka Exp $ WANT_AUTOCONF="2.5" WANT_AUTOMAKE="1.9" @@ -28,8 +28,8 @@ SRC_URI="mirror://openoffice/stable/${PV}/${SRC}_core.tar.bz2 http://go-oo.org/packages/xt/xt-20051206-src-only.zip http://go-oo.org/packages/SRC680/lp_solve_5.5.tar.gz" -LANGS1="af ar as_IN be_BY bg bn bs ca cs cy da el en_GB en_ZA es et fa fi fr gu_IN he hi_IN hr hu it ja km ko lt lv mk nb nl nn nr ns or_IN pa_IN pl pt pt_BR ru rw sh_YU sk sl sr_CS st sv sw_TZ ta_IN te_IN tg th ti_ER tn tr ts ur_IN ve vi xh zh_CN zh_TW zu" -LANGS="${LANGS1} de en en_US" +LANGS1="af ar as_IN be_BY bg bn 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 lv mk nb nl nn nr ns or_IN pa_IN pl pt pt_BR ru rw sh_YU sk sl sr_CS st sv sw_TZ ta_IN te_IN tg th ti_ER tn tr ts ur_IN ve vi xh zh_CN zh_TW zu" +LANGS="${LANGS1} en en_US" for X in ${LANGS} ; do IUSE="${IUSE} linguas_${X}" |