diff options
-rw-r--r-- | net-www/links/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/links/links-2.1_pre11.ebuild | 4 | ||||
-rw-r--r-- | net-www/links/links-2.1_pre13.ebuild | 4 | ||||
-rw-r--r-- | net-www/links/links-2.1_pre14.ebuild | 4 | ||||
-rw-r--r-- | net-www/links/links-2.1_pre15.ebuild | 4 | ||||
-rw-r--r-- | net-www/links/links-2.1_pre9.ebuild | 4 | ||||
-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 |
12 files changed, 38 insertions, 28 deletions
diff --git a/net-www/links/ChangeLog b/net-www/links/ChangeLog index eda490d90c00..4f5f836b020c 100644 --- a/net-www/links/ChangeLog +++ b/net-www/links/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/links # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/links/ChangeLog,v 1.45 2004/06/25 00:57:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/ChangeLog,v 1.46 2004/06/25 15:42:37 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> links-2.1_pre11.ebuild, + links-2.1_pre13.ebuild, links-2.1_pre14.ebuild, links-2.1_pre15.ebuild, + links-2.1_pre9.ebuild: + QA - fix use invocation 23 Jun 2004; <malc@gentoo.org> links-2.1_pre11.ebuild: Mark stable on amd64 diff --git a/net-www/links/links-2.1_pre11.ebuild b/net-www/links/links-2.1_pre11.ebuild index d122cb83fa6c..a2af5a641fe8 100644 --- a/net-www/links/links-2.1_pre11.ebuild +++ b/net-www/links/links-2.1_pre11.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/links/links-2.1_pre11.ebuild,v 1.12 2004/06/25 00:57:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre11.ebuild,v 1.13 2004/06/25 15:42:37 agriffis Exp $ IUSE="directfb ssl javascript png X gpm tiff fbcon svga jpeg" @@ -35,7 +35,7 @@ PROVIDE="virtual/textbrowser" pkg_setup (){ - if [ ! `use gpm` ] && [ `use fbcon` ] ; then + if ! use gpm && use fbcon ; then einfo einfo "gpm has been installed since you have included fbcon in your USE flags." einfo "The links framebuffer driver requires gpm in order to compile." diff --git a/net-www/links/links-2.1_pre13.ebuild b/net-www/links/links-2.1_pre13.ebuild index f29da2b117ad..b9119a1c007f 100644 --- a/net-www/links/links-2.1_pre13.ebuild +++ b/net-www/links/links-2.1_pre13.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/links/links-2.1_pre13.ebuild,v 1.5 2004/06/25 00:57:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre13.ebuild,v 1.6 2004/06/25 15:42:37 agriffis Exp $ IUSE="directfb ssl javascript png X gpm tiff fbcon svga jpeg" @@ -35,7 +35,7 @@ PROVIDE="virtual/textbrowser" pkg_setup (){ - if [ ! `use gpm` ] && [ `use fbcon` ] ; then + if ! use gpm && use fbcon ; then einfo einfo "gpm has been installed since you have included fbcon in your USE flags." einfo "The links framebuffer driver requires gpm in order to compile." diff --git a/net-www/links/links-2.1_pre14.ebuild b/net-www/links/links-2.1_pre14.ebuild index 275f910f97e2..650c1314393c 100644 --- a/net-www/links/links-2.1_pre14.ebuild +++ b/net-www/links/links-2.1_pre14.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/links/links-2.1_pre14.ebuild,v 1.4 2004/06/25 00:57:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre14.ebuild,v 1.5 2004/06/25 15:42:37 agriffis Exp $ IUSE="directfb ssl javascript png X gpm tiff fbcon svga jpeg" @@ -35,7 +35,7 @@ PROVIDE="virtual/textbrowser" pkg_setup (){ - if [ ! `use gpm` ] && [ `use fbcon` ] ; then + if ! use gpm && use fbcon ; then einfo einfo "gpm has been installed since you have included fbcon in your USE flags." einfo "The links framebuffer driver requires gpm in order to compile." diff --git a/net-www/links/links-2.1_pre15.ebuild b/net-www/links/links-2.1_pre15.ebuild index 0aaa716354ff..53bf01aaa491 100644 --- a/net-www/links/links-2.1_pre15.ebuild +++ b/net-www/links/links-2.1_pre15.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/links/links-2.1_pre15.ebuild,v 1.3 2004/06/25 00:57:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre15.ebuild,v 1.4 2004/06/25 15:42:37 agriffis Exp $ IUSE="directfb ssl javascript png X gpm tiff fbcon svga jpeg" @@ -44,7 +44,7 @@ PROVIDE="virtual/textbrowser" pkg_setup (){ - if [ ! `use gpm` ] && [ `use fbcon` ] ; then + if ! use gpm && use fbcon ; then einfo einfo "gpm has been installed since you have included fbcon in your USE flags." einfo "The links framebuffer driver requires gpm in order to compile." diff --git a/net-www/links/links-2.1_pre9.ebuild b/net-www/links/links-2.1_pre9.ebuild index 86f9ca5d926d..49e97bbc1297 100644 --- a/net-www/links/links-2.1_pre9.ebuild +++ b/net-www/links/links-2.1_pre9.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/links/links-2.1_pre9.ebuild,v 1.10 2004/06/25 00:57:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre9.ebuild,v 1.11 2004/06/25 15:42:37 agriffis Exp $ IUSE="ssl java png X gpm tiff fbcon svga jpeg" @@ -34,7 +34,7 @@ PROVIDE="virtual/textbrowser" pkg_setup (){ - if [ ! `use gpm` ] && [ `use fbcon` ] ; then + if ! use gpm && use fbcon ; then einfo einfo "gpm has been installed since you have included fbcon in your USE flags." einfo "The links framebuffer driver requires gpm in order to compile." 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 |