* [gentoo-commits] gentoo-x86 commit in app-office/libreoffice: libreoffice-3.4.9999.ebuild libreoffice-9999.ebuild libreoffice-3.4.3.2.ebuild ChangeLog metadata.xml
@ 2011-09-03 11:51 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2011-09-03 11:51 UTC (permalink / raw
To: gentoo-commits
scarabeus 11/09/03 11:51:49
Modified: libreoffice-3.4.9999.ebuild libreoffice-9999.ebuild
libreoffice-3.4.3.2.ebuild ChangeLog metadata.xml
Log:
Use the split l10n package instead of compiling the translations.
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Revision Changes Path
1.24 app-office/libreoffice/libreoffice-3.4.9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999.ebuild?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999.ebuild?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999.ebuild?r1=1.23&r2=1.24
Index: libreoffice-3.4.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- libreoffice-3.4.9999.ebuild 2 Sep 2011 12:53:11 -0000 1.23
+++ libreoffice-3.4.9999.ebuild 3 Sep 2011 11:51:49 -0000 1.24
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999.ebuild,v 1.23 2011/09/02 12:53:11 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999.ebuild,v 1.24 2011/09/03 11:51:49 scarabeus Exp $
EAPI=3
@@ -25,7 +25,7 @@
BRANDING="${PN}-branding-gentoo-0.3.tar.xz"
[[ ${PV} == *9999* ]] && SCM_ECLASS="git-2"
-inherit base autotools bash-completion check-reqs eutils java-pkg-opt-2 kde4-base pax-utils prefix python multilib toolchain-funcs flag-o-matic nsplugins ${SCM_ECLASS}
+inherit base autotools bash-completion check-reqs eutils java-pkg-opt-2 kde4-base pax-utils prefix python multilib toolchain-funcs flag-o-matic nsplugins versionator ${SCM_ECLASS}
unset SCM_ECLASS
DESCRIPTION="LibreOffice, a full office productivity suite."
@@ -35,7 +35,7 @@
# Bootstrap MUST be first!
MODULES="bootstrap artwork base calc components extensions extras filters help
impress libs-core libs-extern libs-extern-sys libs-gui postprocess sdk testing
-ure writer translations"
+ure writer"
# Only release has the tarballs
if [[ ${PV} != *9999* ]]; then
for i in ${DEV_URI}; do
@@ -86,14 +86,6 @@
ADDONS_SRC+=" http://www.numbertext.org/linux/881af2b7dca9b8259abbca00bbbc004d-LinLibertineG-20110101.zip"
SRC_URI+=" ${ADDONS_SRC}"
-# intersection of available linguas and app-dicts/myspell-* dictionaries
-SPELL_DIRS="af bg ca cs cy da de el en eo es et fr ga gl he hr hu it ku lt mk nb
-nl nn pl pt ru sk sl sv tn zu"
-for X in ${SPELL_DIRS} ; do
- SPELL_DIRS_DEPEND+=" linguas_${X}? ( app-dicts/myspell-${X} )"
-done
-unset X
-
TDEPEND="${EXT_URI}/472ffb92d82cf502be039203c606643d-Sun-ODF-Template-Pack-en-US_1.0.0.oxt"
TDEPEND+=" linguas_de? ( ${EXT_URI}/53ca5e56ccd4cab3693ad32c6bd13343-Sun-ODF-Template-Pack-de_1.0.0.oxt )"
TDEPEND+=" linguas_en_GB? ( ${EXT_URI}/472ffb92d82cf502be039203c606643d-Sun-ODF-Template-Pack-en-US_1.0.0.oxt )"
@@ -109,18 +101,14 @@
unset ADDONS_SRC
IUSE="binfilter +branding cups custom-cflags dbus debug eds gnome graphite
-gstreamer gtk kde ldap mysql nsplugin odk offlinehelp opengl python templates
-test +vba webdav"
+gstreamer gtk kde ldap mysql nsplugin odk opengl python templates test +vba
+webdav"
LICENSE="LGPL-3"
SLOT="0"
[[ ${PV} == *9999* ]] || KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-# translations
-LANGUAGES="af ar as ast be bg bn bo br brx bs ca ca_XV cs cy da de dgo dz el
-en en_GB en_ZA eo es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km
-kn kok ko ks ku lo lt lv mai mk ml mn mni mr my nb ne nl nn nr nso oc or
-pa_IN pl pt pt_BR ro ru rw sat sd sh sk sl sq sr ss st sv sw_TZ ta te tg
-th tn tr ts ug uk uz ve vi xh zh_CN zh_TW zu"
+# lingua for templates
+LANGUAGES="de en_GB en_ZA es fr hu it"
for X in ${LANGUAGES} ; do
IUSE+=" linguas_${X}"
done
@@ -186,8 +174,8 @@
!app-office/libreoffice-bin
!app-office/openoffice-bin
!app-office/openoffice
+ >=app-office/libreoffice-l10n-$(get_version_component_range 1-2)
java? ( >=virtual/jre-1.6 )
- ${SPELL_DIRS_DEPEND}
"
DEPEND="${COMMON_DEPEND}
@@ -350,22 +338,7 @@
}
src_prepare() {
- strip-linguas ${LANGUAGES}
-
- # HACK: linguas needs special parsing until fixed upstream
- if [[ -z ${LINGUAS} || ${LINGUAS} == en ]]; then
- # if empty or just english we want empty
- LO_LANGUAGES=
- elif [[ ${LINGUAS} =~ en( |$) ]]; then
- # otherwise if more then one language and english we
- # replace en to en-US
- LO_LANGUAGES="$(sed -e 's/\ben\b/en_US/;s/_/-/g' <<< ${LINGUAS})"
- else
- # and finally if no en is set we add en-US
- LO_LANGUAGES="en-US ${LINGUAS//_/-}"
- fi
-
- # Now for our optimization flags ...
+ # optimization flags
export ARCH_FLAGS="${CXXFLAGS}"
use debug || export LINKFLAGSOPTIMIZE="${LDFLAGS}"
@@ -501,7 +474,7 @@
--with-external-hyph-dir="${EPREFIX}/usr/share/myspell" \
--with-external-thes-dir="${EPREFIX}/usr/share/myspell" \
--with-external-tar="${DISTDIR}" \
- --with-lang="${LO_LANGUAGES}" \
+ --with-lang="" \
--with-max-jobs=${jbs} \
--with-num-cpus=1 \
--with-theme="${themes}" \
@@ -541,7 +514,6 @@
$(use_with ldap openldap) \
$(use_with mysql system-mysql-cppconn) \
$(use_with nsplugin system-mozilla libxul) \
- $(use_with offlinehelp helppack-integration) \
$(use_with templates sun-templates) \
${internal_libs} \
${java_opts} \
1.21 app-office/libreoffice/libreoffice-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild?r1=1.20&r2=1.21
Index: libreoffice-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- libreoffice-9999.ebuild 2 Sep 2011 12:53:11 -0000 1.20
+++ libreoffice-9999.ebuild 3 Sep 2011 11:51:49 -0000 1.21
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild,v 1.20 2011/09/02 12:53:11 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild,v 1.21 2011/09/03 11:51:49 scarabeus Exp $
EAPI=3
@@ -34,7 +34,7 @@
# Split modules following git/tarballs
# Core MUST be first!
-MODULES="core binfilter dictionaries help translations"
+MODULES="core binfilter dictionaries help"
# Only release has the tarballs
if [[ ${PV} != *9999* ]]; then
for i in ${DEV_URI}; do
@@ -83,14 +83,6 @@
ADDONS_SRC+=" http://www.numbertext.org/linux/881af2b7dca9b8259abbca00bbbc004d-LinLibertineG-20110101.zip"
SRC_URI+=" ${ADDONS_SRC}"
-# intersection of available linguas and app-dicts/myspell-* dictionaries
-SPELL_DIRS="af bg ca cs cy da de el en eo es et fr ga gl he hr hu it ku lt mk nb
-nl nn pl pt ru sk sl sv tn zu"
-for X in ${SPELL_DIRS} ; do
- SPELL_DIRS_DEPEND+=" linguas_${X}? ( app-dicts/myspell-${X} )"
-done
-unset X
-
TDEPEND="${EXT_URI}/472ffb92d82cf502be039203c606643d-Sun-ODF-Template-Pack-en-US_1.0.0.oxt"
TDEPEND+=" linguas_de? ( ${EXT_URI}/53ca5e56ccd4cab3693ad32c6bd13343-Sun-ODF-Template-Pack-de_1.0.0.oxt )"
TDEPEND+=" linguas_en_GB? ( ${EXT_URI}/472ffb92d82cf502be039203c606643d-Sun-ODF-Template-Pack-en-US_1.0.0.oxt )"
@@ -106,18 +98,14 @@
unset ADDONS_SRC
IUSE="binfilter +branding custom-cflags dbus debug eds gnome graphite
-gstreamer gtk kde ldap mysql nsplugin odk offlinehelp opengl svg templates
-test +vba webdav"
+gstreamer gtk kde ldap mysql nsplugin odk opengl svg templates test +vba
+webdav"
LICENSE="LGPL-3"
SLOT="0"
[[ ${PV} == *9999* ]] || KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-# translations
-LANGUAGES="af ar as ast be bg bn bo br brx bs ca ca_XV cs cy da de dgo dz el
-en en_GB en_ZA eo es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km
-kn kok ko ks ku lo lt lv mai mk ml mn mni mr my nb ne nl nn nr nso oc or
-pa_IN pl pt pt_BR ro ru rw sat sd sh sk sl sq sr ss st sv sw_TZ ta te tg
-th tn tr ts ug uk uz ve vi xh zh_CN zh_TW zu"
+# lingua for templates
+LANGUAGES="de en_GB en_ZA es fr hu it"
for X in ${LANGUAGES} ; do
IUSE+=" linguas_${X}"
done
@@ -181,12 +169,13 @@
webdav? ( net-libs/neon )
"
+# FIXME: l10n after release/branching
RDEPEND="${COMMON_DEPEND}
!app-office/libreoffice-bin
!app-office/openoffice-bin
!app-office/openoffice
+ >=app-office/libreoffice-l10n-3.4
java? ( >=virtual/jre-1.6 )
- ${SPELL_DIRS_DEPEND}
"
DEPEND="${COMMON_DEPEND}
@@ -340,22 +329,7 @@
}
src_prepare() {
- strip-linguas ${LANGUAGES}
-
- # HACK: linguas needs special parsing until fixed upstream
- if [[ -z ${LINGUAS} || ${LINGUAS} == en ]]; then
- # if empty or just english we want empty
- LO_LANGUAGES=
- elif [[ ${LINGUAS} =~ en( |$) ]]; then
- # otherwise if more then one language and english we
- # replace en to en-US
- LO_LANGUAGES="$(sed -e 's/\ben\b/en_US/;s/_/-/g' <<< ${LINGUAS})"
- else
- # and finally if no en is set we add en-US
- LO_LANGUAGES="en-US ${LINGUAS//_/-}"
- fi
-
- # Now for our optimization flags ...
+ # optimization flags
export ARCH_FLAGS="${CXXFLAGS}"
use debug || export LINKFLAGSOPTIMIZE="${LDFLAGS}"
@@ -492,7 +466,7 @@
--with-external-hyph-dir="${EPREFIX}/usr/share/myspell" \
--with-external-thes-dir="${EPREFIX}/usr/share/myspell" \
--with-external-tar="${DISTDIR}" \
- --with-lang="${LO_LANGUAGES}" \
+ --with-lang="" \
--with-max-jobs=${jbs} \
--with-num-cpus=1 \
--with-theme="${themes}" \
@@ -531,7 +505,6 @@
$(use_with ldap openldap) \
$(use_with mysql system-mysql-cppconn) \
$(use_with nsplugin system-mozilla libxul) \
- $(use_with offlinehelp helppack-integration) \
$(use_with templates sun-templates) \
${internal_libs} \
${java_opts} \
1.4 app-office/libreoffice/libreoffice-3.4.3.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2.ebuild?r1=1.3&r2=1.4
Index: libreoffice-3.4.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libreoffice-3.4.3.2.ebuild 2 Sep 2011 12:53:11 -0000 1.3
+++ libreoffice-3.4.3.2.ebuild 3 Sep 2011 11:51:49 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2.ebuild,v 1.3 2011/09/02 12:53:11 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2.ebuild,v 1.4 2011/09/03 11:51:49 scarabeus Exp $
EAPI=3
@@ -25,7 +25,7 @@
BRANDING="${PN}-branding-gentoo-0.3.tar.xz"
[[ ${PV} == *9999* ]] && SCM_ECLASS="git-2"
-inherit base autotools bash-completion check-reqs eutils java-pkg-opt-2 kde4-base pax-utils prefix python multilib toolchain-funcs flag-o-matic nsplugins ${SCM_ECLASS}
+inherit base autotools bash-completion check-reqs eutils java-pkg-opt-2 kde4-base pax-utils prefix python multilib toolchain-funcs flag-o-matic nsplugins versionator ${SCM_ECLASS}
unset SCM_ECLASS
DESCRIPTION="LibreOffice, a full office productivity suite."
@@ -35,7 +35,7 @@
# Bootstrap MUST be first!
MODULES="bootstrap artwork base calc components extensions extras filters help
impress libs-core libs-extern libs-extern-sys libs-gui postprocess sdk testing
-ure writer translations"
+ure writer"
# Only release has the tarballs
if [[ ${PV} != *9999* ]]; then
for i in ${DEV_URI}; do
@@ -86,14 +86,6 @@
ADDONS_SRC+=" http://www.numbertext.org/linux/881af2b7dca9b8259abbca00bbbc004d-LinLibertineG-20110101.zip"
SRC_URI+=" ${ADDONS_SRC}"
-# intersection of available linguas and app-dicts/myspell-* dictionaries
-SPELL_DIRS="af bg ca cs cy da de el en eo es et fr ga gl he hr hu it ku lt mk nb
-nl nn pl pt ru sk sl sv tn zu"
-for X in ${SPELL_DIRS} ; do
- SPELL_DIRS_DEPEND+=" linguas_${X}? ( app-dicts/myspell-${X} )"
-done
-unset X
-
TDEPEND="${EXT_URI}/472ffb92d82cf502be039203c606643d-Sun-ODF-Template-Pack-en-US_1.0.0.oxt"
TDEPEND+=" linguas_de? ( ${EXT_URI}/53ca5e56ccd4cab3693ad32c6bd13343-Sun-ODF-Template-Pack-de_1.0.0.oxt )"
TDEPEND+=" linguas_en_GB? ( ${EXT_URI}/472ffb92d82cf502be039203c606643d-Sun-ODF-Template-Pack-en-US_1.0.0.oxt )"
@@ -109,18 +101,14 @@
unset ADDONS_SRC
IUSE="binfilter +branding cups custom-cflags dbus debug eds gnome graphite
-gstreamer gtk kde ldap mysql nsplugin odk offlinehelp opengl python templates
-test +vba webdav"
+gstreamer gtk kde ldap mysql nsplugin odk opengl python templates test +vba
+webdav"
LICENSE="LGPL-3"
SLOT="0"
[[ ${PV} == *9999* ]] || KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-# translations
-LANGUAGES="af ar as ast be bg bn bo br brx bs ca ca_XV cs cy da de dgo dz el
-en en_GB en_ZA eo es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km
-kn kok ko ks ku lo lt lv mai mk ml mn mni mr my nb ne nl nn nr nso oc or
-pa_IN pl pt pt_BR ro ru rw sat sd sh sk sl sq sr ss st sv sw_TZ ta te tg
-th tn tr ts ug uk uz ve vi xh zh_CN zh_TW zu"
+# lingua for templates
+LANGUAGES="de en_GB en_ZA es fr hu it"
for X in ${LANGUAGES} ; do
IUSE+=" linguas_${X}"
done
@@ -186,8 +174,8 @@
!app-office/libreoffice-bin
!app-office/openoffice-bin
!app-office/openoffice
+ >=app-office/libreoffice-l10n-$(get_version_component_range 1-2)
java? ( >=virtual/jre-1.6 )
- ${SPELL_DIRS_DEPEND}
"
DEPEND="${COMMON_DEPEND}
@@ -350,22 +338,7 @@
}
src_prepare() {
- strip-linguas ${LANGUAGES}
-
- # HACK: linguas needs special parsing until fixed upstream
- if [[ -z ${LINGUAS} || ${LINGUAS} == en ]]; then
- # if empty or just english we want empty
- LO_LANGUAGES=
- elif [[ ${LINGUAS} =~ en( |$) ]]; then
- # otherwise if more then one language and english we
- # replace en to en-US
- LO_LANGUAGES="$(sed -e 's/\ben\b/en_US/;s/_/-/g' <<< ${LINGUAS})"
- else
- # and finally if no en is set we add en-US
- LO_LANGUAGES="en-US ${LINGUAS//_/-}"
- fi
-
- # Now for our optimization flags ...
+ # optimization flags
export ARCH_FLAGS="${CXXFLAGS}"
use debug || export LINKFLAGSOPTIMIZE="${LDFLAGS}"
@@ -501,7 +474,7 @@
--with-external-hyph-dir="${EPREFIX}/usr/share/myspell" \
--with-external-thes-dir="${EPREFIX}/usr/share/myspell" \
--with-external-tar="${DISTDIR}" \
- --with-lang="${LO_LANGUAGES}" \
+ --with-lang="" \
--with-max-jobs=${jbs} \
--with-num-cpus=1 \
--with-theme="${themes}" \
@@ -541,7 +514,6 @@
$(use_with ldap openldap) \
$(use_with mysql system-mysql-cppconn) \
$(use_with nsplugin system-mozilla libxul) \
- $(use_with offlinehelp helppack-integration) \
$(use_with templates sun-templates) \
${internal_libs} \
${java_opts} \
1.120 app-office/libreoffice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?r1=1.119&r2=1.120
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog 2 Sep 2011 12:53:11 -0000 1.119
+++ ChangeLog 3 Sep 2011 11:51:49 -0000 1.120
@@ -1,6 +1,11 @@
# ChangeLog for app-office/libreoffice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.119 2011/09/02 12:53:11 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.120 2011/09/03 11:51:49 scarabeus Exp $
+
+ 03 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ libreoffice-3.4.3.2.ebuild, libreoffice-3.4.9999.ebuild,
+ libreoffice-9999.ebuild, metadata.xml:
+ Use the split l10n package instead of compiling the translations.
02 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
libreoffice-3.4.3.2.ebuild, libreoffice-3.4.9999.ebuild,
1.7 app-office/libreoffice/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/metadata.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/metadata.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/metadata.xml?r1=1.6&r2=1.7
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml 17 Aug 2011 10:22:57 -0000 1.6
+++ metadata.xml 3 Sep 2011 11:51:49 -0000 1.7
@@ -13,8 +13,6 @@
<flag name="graphite">Enable support for non-Roman fonts via
<pkg>media-gfx/graphite2</pkg></flag>
<flag name="odk">Build the Office Development Kit</flag>
- <flag name="offlinehelp">Install help files locally instead of
- using the LibreOffice Wiki</flag>
<flag name="templates">Enable installation of Sun templates</flag>
<flag name="vba">Enable support for VBA compatibility and ActiveX
embedding</flag>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-03 11:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-03 11:51 [gentoo-commits] gentoo-x86 commit in app-office/libreoffice: libreoffice-3.4.9999.ebuild libreoffice-9999.ebuild libreoffice-3.4.3.2.ebuild ChangeLog metadata.xml Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox