diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 15:45:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 15:45:13 +0000 |
commit | 839372ef301175fda5da859e3995e3f7ae943018 (patch) | |
tree | 68b2bee4ad8f8466e8cdb8f11496172ebf9cb9cf /net-www/opera | |
parent | QA - fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-839372ef301175fda5da859e3995e3f7ae943018.tar.gz gentoo-2-839372ef301175fda5da859e3995e3f7ae943018.tar.bz2 gentoo-2-839372ef301175fda5da859e3995e3f7ae943018.zip |
QA - fix use invocation
Diffstat (limited to 'net-www/opera')
-rw-r--r-- | net-www/opera/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/opera/opera-6.12.ebuild | 8 | ||||
-rw-r--r-- | net-www/opera/opera-7.11-r2.ebuild | 10 | ||||
-rw-r--r-- | net-www/opera/opera-7.23-r1.ebuild | 4 | ||||
-rw-r--r-- | net-www/opera/opera-7.50-r1.ebuild | 4 | ||||
-rw-r--r-- | net-www/opera/opera-7.51.ebuild | 6 |
6 files changed, 22 insertions, 17 deletions
diff --git a/net-www/opera/ChangeLog b/net-www/opera/ChangeLog index 07826beb1d83..6336a78e8f2f 100644 --- a/net-www/opera/ChangeLog +++ b/net-www/opera/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/opera # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/ChangeLog,v 1.67 2004/06/25 01:08:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/ChangeLog,v 1.68 2004/06/25 15:45:13 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> opera-6.12.ebuild, + opera-7.11-r2.ebuild, opera-7.23-r1.ebuild, opera-7.50-r1.ebuild, + opera-7.51.ebuild: + QA - fix use invocation 04 Jun 2004; Jason Wever <weeve@gentoo.org> opera-7.51.ebuild: Marked stable on sparc wrt bug #52867. diff --git a/net-www/opera/opera-6.12.ebuild b/net-www/opera/opera-6.12.ebuild index 689fe99666d5..f4b1f44d9df6 100644 --- a/net-www/opera/opera-6.12.ebuild +++ b/net-www/opera/opera-6.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-6.12.ebuild,v 1.6 2004/06/25 01:08:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-6.12.ebuild,v 1.7 2004/06/25 15:45:13 agriffis Exp $ # # 1. static # Statically linked libraries, default. # 2. shared-2.95 # Dynamically linked libaries, compiled with gcc 2.95. @@ -69,14 +69,14 @@ src_unpack() { src_install() { # Prepare installation directories for Opera's installer script. dodir /etc - if [ "`use kde`" ] + if use kde then # Install stuff for KDE2, and then simply copy it over # into the KDE3 directories. dodir /usr/kde/2/share/icons/{locolor,hicolor}/{16x16,22x22,32x32,48x48}/apps dodir /usr/kde/2/share/applnk/Internet fi - if [ "`use gnome`" ] + if use gnome then dodir /usr/share/gnome/pixmaps dodir /usr/share/gnome/apps/Internet @@ -84,7 +84,7 @@ src_install() { # Opera's native installer. ./install.sh --prefix="${D}"/opt/opera || die - if [ "`use kde`" ] + if use kde then cp -R ${D}/usr/kde/2 ${D}/usr/kde/3 fi diff --git a/net-www/opera/opera-7.11-r2.ebuild b/net-www/opera/opera-7.11-r2.ebuild index f4a4b0672258..7eb3e17e7f0f 100644 --- a/net-www/opera/opera-7.11-r2.ebuild +++ b/net-www/opera/opera-7.11-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.11-r2.ebuild,v 1.7 2004/06/25 01:08:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.11-r2.ebuild,v 1.8 2004/06/25 15:45:13 agriffis Exp $ # # 1. static # Statically linked libraries, default. # 2. shared-2.95 # Dynamically linked libaries, compiled with gcc 2.95. @@ -55,7 +55,7 @@ SRC_URI="${SRC_URI} x86? ( ${OPERA_URI}/i386/${URL_DIR}/opera-${NV}.i386.tar.gz S=${WORKDIR}/opera-${NV}.i386 -if [ "`use ppc`" ] +if use ppc then S=${WORKDIR}/opera-${NV}.ppc fi @@ -86,14 +86,14 @@ src_compile() { src_install() { # Prepare installation directories for Opera's installer script. dodir /etc - if [ "`use kde`" ] + if use kde then # Install stuff for KDE2, and then simply copy it over # into the KDE3 directories. dodir /usr/kde/2/share/icons/{locolor,hicolor}/{16x16,22x22,32x32,48x48}/apps dodir /usr/kde/2/share/applnk/Internet fi - if [ "`use gnome`" ] + if use gnome then dodir /usr/share/gnome/pixmaps dodir /usr/share/gnome/apps/Internet @@ -101,7 +101,7 @@ src_install() { # Opera's native installer. ./install.sh --prefix="${D}"/opt/opera || die - if [ "`use kde`" ] + if use kde then cp -R ${D}/usr/kde/2 ${D}/usr/kde/3 fi diff --git a/net-www/opera/opera-7.23-r1.ebuild b/net-www/opera/opera-7.23-r1.ebuild index 2c252c833eb9..5c6cd5a81907 100644 --- a/net-www/opera/opera-7.23-r1.ebuild +++ b/net-www/opera/opera-7.23-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.23-r1.ebuild,v 1.8 2004/06/25 01:08:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.23-r1.ebuild,v 1.9 2004/06/25 15:45:13 agriffis Exp $ IUSE="static operanom2" @@ -60,7 +60,7 @@ src_unpack() { install.sh || die # Make mail and irc support optional - if [ "`use operanom2`" ]; then + if use operanom2; then einfo "Removing mail and chat support" rm -f ${S}/lib/m2.so fi diff --git a/net-www/opera/opera-7.50-r1.ebuild b/net-www/opera/opera-7.50-r1.ebuild index b27d7db6341d..d8d7a8c86062 100644 --- a/net-www/opera/opera-7.50-r1.ebuild +++ b/net-www/opera/opera-7.50-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.50-r1.ebuild,v 1.4 2004/06/25 01:08:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.50-r1.ebuild,v 1.5 2004/06/25 15:45:13 agriffis Exp $ IUSE="static" @@ -94,7 +94,7 @@ src_install() { echo "Plugin Path=/opt/opera/lib/opera/plugins" >> ${D}/etc/opera6rc # enable spellcheck - if [ `use static` ]; then + if use static; then DIR=$OPERAVER.1 else use sparc && DIR=$OPERAVER.2 || DIR=$OPERAVER.5 diff --git a/net-www/opera/opera-7.51.ebuild b/net-www/opera/opera-7.51.ebuild index 52652136bcb4..74c82cf8b607 100644 --- a/net-www/opera/opera-7.51.ebuild +++ b/net-www/opera/opera-7.51.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.51.ebuild,v 1.3 2004/06/25 01:08:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.51.ebuild,v 1.4 2004/06/25 15:45:13 agriffis Exp $ IUSE="static spell" @@ -95,8 +95,8 @@ src_install() { echo "Plugin Path=/opt/opera/lib/opera/plugins" >> ${D}/etc/opera6rc # enable spellcheck - if [ `use spell` ]; then - if [ `use static` ]; then + if use spell; then + if use static; then DIR=$OPERAVER.1 else use sparc && DIR=$OPERAVER.2 || DIR=$OPERAVER.5 |