diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 22:14:31 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 22:14:31 +0000 |
commit | ee99669a2101aa13d9e97138e59b5a22f8fe6405 (patch) | |
tree | c0a1bc18bcff544956abc7f8c3aa7ed6fd27b622 /app-office | |
parent | Change all instances of [ to [[. (diff) | |
download | gentoo-2-ee99669a2101aa13d9e97138e59b5a22f8fe6405.tar.gz gentoo-2-ee99669a2101aa13d9e97138e59b5a22f8fe6405.tar.bz2 gentoo-2-ee99669a2101aa13d9e97138e59b5a22f8fe6405.zip |
Change all instances of [ to [[.
(Portage version: 2.1.2.1)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-2.0.4.ebuild | 8 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-2.1.0.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog index 4814ec04a86c..40c1aed796b2 100644 --- a/app-office/openoffice/ChangeLog +++ b/app-office/openoffice/ChangeLog @@ -1,6 +1,10 @@ # 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.305 2007/03/07 06:14:33 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.306 2007/03/07 22:14:31 wolf31o2 Exp $ + + 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> + openoffice-2.0.4.ebuild, openoffice-2.1.0.ebuild: + Change all instances of [ to [[. 07 Mar 2007; Andreas Proschofsky <suka@gentoo.org> +files/2.1.0/detect-db4.5.diff: diff --git a/app-office/openoffice/openoffice-2.0.4.ebuild b/app-office/openoffice/openoffice-2.0.4.ebuild index 50464520b840..4c916d48878a 100644 --- a/app-office/openoffice/openoffice-2.0.4.ebuild +++ b/app-office/openoffice/openoffice-2.0.4.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.0.4.ebuild,v 1.29 2007/01/25 05:31:42 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-2.0.4.ebuild,v 1.30 2007/03/07 22:14:31 wolf31o2 Exp $ WANT_AUTOCONF="2.5" WANT_AUTOMAKE="1.9" @@ -141,7 +141,7 @@ pkg_setup() { strip-linguas ${LANGS} - if [ -z "${LINGUAS}" ]; then + if [[ -z "${LINGUAS}" ]]; then export LINGUAS_OOO="en-US" ewarn ewarn " To get a localized build, set the according LINGUAS variable(s). " @@ -228,7 +228,7 @@ src_compile() { # Should the build use multiprocessing? Not enabled by default, as it tends to break export JOBS="1" - if [ "${WANT_MP}" == "true" ]; then + if [[ "${WANT_MP}" == "true" ]]; then export JOBS=`echo "${MAKEOPTS}" | sed -e "s/.*-j\([0-9]\+\).*/\1/"` fi @@ -309,7 +309,7 @@ pkg_postinst() { eselect oodict update --libdir $(get_libdir) - [ -x /sbin/chpax ] && [ -e /usr/$(get_libdir)/openoffice/program/soffice.bin ] && chpax -zm /usr/$(get_libdir)/openoffice/program/soffice.bin + [[ -x /sbin/chpax ]] && [[ -e /usr/$(get_libdir)/openoffice/program/soffice.bin ]] && chpax -zm /usr/$(get_libdir)/openoffice/program/soffice.bin elog " To start OpenOffice.org, run:" elog diff --git a/app-office/openoffice/openoffice-2.1.0.ebuild b/app-office/openoffice/openoffice-2.1.0.ebuild index 5ef704b2406f..e49d0002ea07 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.17 2007/03/06 19:04:22 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-2.1.0.ebuild,v 1.18 2007/03/07 22:14:31 wolf31o2 Exp $ WANT_AUTOCONF="2.5" WANT_AUTOMAKE="1.9" @@ -155,7 +155,7 @@ pkg_setup() { strip-linguas ${LANGS} - if [ -z "${LINGUAS}" ]; then + if [[ -z "${LINGUAS}" ]]; then export LINGUAS_OOO="en-US" ewarn ewarn " To get a localized build, set the according LINGUAS variable(s). " @@ -267,7 +267,7 @@ src_compile() { # Should the build use multiprocessing? Not enabled by default, as it tends to break export JOBS="1" - if [ "${WANT_MP}" == "true" ]; then + if [[ "${WANT_MP}" == "true" ]]; then export JOBS=`echo "${MAKEOPTS}" | sed -e "s/.*-j\([0-9]\+\).*/\1/"` fi @@ -346,7 +346,7 @@ pkg_postinst() { eselect oodict update --libdir $(get_libdir) - [ -x /sbin/chpax ] && [ -e /usr/$(get_libdir)/openoffice/program/soffice.bin ] && chpax -zm /usr/$(get_libdir)/openoffice/program/soffice.bin + [[ -x /sbin/chpax ]] && [[ -e /usr/$(get_libdir)/openoffice/program/soffice.bin ]] && chpax -zm /usr/$(get_libdir)/openoffice/program/soffice.bin # Add available & useful jars to openoffice classpath use java && /usr/lib/openoffice/program/java-set-classpath $(java-config --classpath=jdbc-mysql 2>/dev/null) >/dev/null |