diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 12:36:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 12:36:41 +0000 |
commit | c4076c2210369f06fa16c4a3c6ef4e6bae8c2209 (patch) | |
tree | 82076982113d73c734d0209edee40ea521bde06f /app-office/openoffice | |
parent | Initial commit, #51595 (Manifest recommit) (diff) | |
download | gentoo-2-c4076c2210369f06fa16c4a3c6ef4e6bae8c2209.tar.gz gentoo-2-c4076c2210369f06fa16c4a3c6ef4e6bae8c2209.tar.bz2 gentoo-2-c4076c2210369f06fa16c4a3c6ef4e6bae8c2209.zip |
Fix use invocation
Diffstat (limited to 'app-office/openoffice')
-rw-r--r-- | app-office/openoffice/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.0.3-r2.ebuild | 6 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.1.0-r4.ebuild | 6 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.1.0-r5.ebuild | 6 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.1.1-r1.ebuild | 8 |
5 files changed, 19 insertions, 14 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog index afeffe5a603f..b505685911fe 100644 --- a/app-office/openoffice/ChangeLog +++ b/app-office/openoffice/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/openoffice # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.74 2004/05/25 13:12:32 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.75 2004/06/02 12:36:09 agriffis Exp $ + + 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> openoffice-1.0.3-r2.ebuild, + openoffice-1.1.0-r4.ebuild, openoffice-1.1.0-r5.ebuild, + openoffice-1.1.1-r1.ebuild: + Fix use invocation 25 May 2004; Jason Wever <weeve@gentoo.org> +files/1.1.1/linux-sparc.patch, openoffice-1.1.1-r1.ebuild: diff --git a/app-office/openoffice/openoffice-1.0.3-r2.ebuild b/app-office/openoffice/openoffice-1.0.3-r2.ebuild index 7d7e4eed9ec7..e822c16c66ee 100644 --- a/app-office/openoffice/openoffice-1.0.3-r2.ebuild +++ b/app-office/openoffice/openoffice-1.0.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.3-r2.ebuild,v 1.3 2004/05/12 11:17:05 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.3-r2.ebuild,v 1.4 2004/06/02 12:36:09 agriffis Exp $ # IMPORTANT: This is extremely alpha!!! @@ -608,7 +608,7 @@ src_install() { dosym ooffice /usr/bin/oosetup einfo "Installing Menu shortcuts (need \"gnome\" or \"kde\" in USE)..." - if [ -n "`use gnome`" ] + if use gnome then insinto /usr/share/gnome/apps/OpenOffice.org # Install the files needed for the catagory @@ -625,7 +625,7 @@ src_install() { done fi - if [ -n "`use kde`" ] + if use kde then local kdeloc="${D}${INSTDIR}/share/kde/net/applnk/OpenOffice.org${PV}" diff --git a/app-office/openoffice/openoffice-1.1.0-r4.ebuild b/app-office/openoffice/openoffice-1.1.0-r4.ebuild index c16e29565f68..6ad38b343954 100644 --- a/app-office/openoffice/openoffice-1.1.0-r4.ebuild +++ b/app-office/openoffice/openoffice-1.1.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r4.ebuild,v 1.4 2004/05/07 14:40:14 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r4.ebuild,v 1.5 2004/06/02 12:36:09 agriffis Exp $ # IMPORTANT: This is extremely alpha!!! @@ -588,7 +588,7 @@ src_install() { dosym ooffice /usr/bin/oopadmin einfo "Installing Menu shortcuts (need \"gnome\" or \"kde\" in USE)..." - if [ -n "`use gnome`" ] + if use gnome then insinto /usr/share/gnome/apps/OpenOffice.org # Install the files needed for the catagory @@ -606,7 +606,7 @@ src_install() { done fi - if [ -n "`use kde`" ] + if use kde then local kdeloc="${D}${INSTDIR}/share/kde/net/" diff --git a/app-office/openoffice/openoffice-1.1.0-r5.ebuild b/app-office/openoffice/openoffice-1.1.0-r5.ebuild index 2abf8b34addb..a98b55e1b39f 100644 --- a/app-office/openoffice/openoffice-1.1.0-r5.ebuild +++ b/app-office/openoffice/openoffice-1.1.0-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r5.ebuild,v 1.4 2004/05/07 14:40:14 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r5.ebuild,v 1.5 2004/06/02 12:36:09 agriffis Exp $ # IMPORTANT: This is extremely alpha!!! @@ -458,7 +458,7 @@ src_install() { done einfo "Installing Menu shortcuts (need \"gnome\" or \"kde\" in USE)..." - if [ -n "`use gnome`" ] + if use gnome then insinto /usr/share/gnome/apps/OpenOffice.org # Install the files needed for the catagory @@ -479,7 +479,7 @@ src_install() { done fi - if [ -n "`use kde`" ] + if use kde then local kdeloc="${D}${INSTDIR}/share/kde/net/" diff --git a/app-office/openoffice/openoffice-1.1.1-r1.ebuild b/app-office/openoffice/openoffice-1.1.1-r1.ebuild index fb17ea5f424d..9781ca6715b7 100644 --- a/app-office/openoffice/openoffice-1.1.1-r1.ebuild +++ b/app-office/openoffice/openoffice-1.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.1-r1.ebuild,v 1.5 2004/05/25 13:12:32 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.1-r1.ebuild,v 1.6 2004/06/02 12:36:09 agriffis Exp $ # IMPORTANT: This is extremely alpha!!! @@ -260,7 +260,7 @@ src_unpack() { epatch ${FILESDIR}/${PV}/build.patch # Linux/SPARC fixes - [ `use sparc` ] && epatch ${FILESDIR}/${PV}/linux-sparc.patch + use sparc && epatch ${FILESDIR}/${PV}/linux-sparc.patch #Security fix epatch ${FILESDIR}/${PV}/neon.patch @@ -461,7 +461,7 @@ src_install() { done einfo "Installing Menu shortcuts (need \"gnome\" or \"kde\" in USE)..." - if [ -n "`use gnome`" ] + if use gnome then insinto /usr/share/gnome/apps/OpenOffice.org # Install the files needed for the catagory @@ -482,7 +482,7 @@ src_install() { done fi - if [ -n "`use kde`" ] + if use kde then local kdeloc="${D}${INSTDIR}/share/kde/net/" |