diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 17:44:59 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 17:44:59 +0000 |
commit | b3b8de33220cbe4034ec0f495d6db8b0ebf1a266 (patch) | |
tree | 25197325f32edb75ff25aa7d4cb1d6abbdca9717 /media-video/ati-drivers | |
parent | moved 0.8 to stable, and shipped 0.6 out due to non-compilation (diff) | |
download | historical-b3b8de33220cbe4034ec0f495d6db8b0ebf1a266.tar.gz historical-b3b8de33220cbe4034ec0f495d6db8b0ebf1a266.tar.bz2 historical-b3b8de33220cbe4034ec0f495d6db8b0ebf1a266.zip |
Fix use invocation
Diffstat (limited to 'media-video/ati-drivers')
15 files changed, 43 insertions, 33 deletions
diff --git a/media-video/ati-drivers/ChangeLog b/media-video/ati-drivers/ChangeLog index fa674af7fa2c..fd5a1af89161 100644 --- a/media-video/ati-drivers/ChangeLog +++ b/media-video/ati-drivers/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for media-video/ati-drivers # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ChangeLog,v 1.40 2004/06/03 17:01:53 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ChangeLog,v 1.41 2004/06/09 17:43:34 agriffis Exp $ + + 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> ati-drivers-2.9.12.ebuild, + ati-drivers-2.9.13-r1.ebuild, ati-drivers-2.9.13.ebuild, + ati-drivers-3.2.0.ebuild, ati-drivers-3.2.4.ebuild, + ati-drivers-3.2.5-r1.ebuild, ati-drivers-3.2.5.ebuild, + ati-drivers-3.2.8-r1.ebuild, ati-drivers-3.2.8-r2.ebuild, + ati-drivers-3.2.8.ebuild, ati-drivers-3.7.0.ebuild, + ati-drivers-3.7.6-r1.ebuild, ati-drivers-3.7.6.ebuild, + ati-drivers-3.9.0.ebuild: + Fix use invocation 03 Jun 2004; Luca Barbato <lu_zero@gentoo.org> ati-drivers-3.9.0-r1.ebuild: Reverted the memory allocation patch, added some instructions how to solve diff --git a/media-video/ati-drivers/ati-drivers-2.9.12.ebuild b/media-video/ati-drivers/ati-drivers-2.9.12.ebuild index c5d5436b6553..5a068c3e62ed 100644 --- a/media-video/ati-drivers/ati-drivers-2.9.12.ebuild +++ b/media-video/ati-drivers/ati-drivers-2.9.12.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/media-video/ati-drivers/ati-drivers-2.9.12.ebuild,v 1.5 2004/05/02 19:58:55 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-2.9.12.ebuild,v 1.6 2004/06/09 17:43:34 agriffis Exp $ IUSE="qt kde gnome" @@ -59,7 +59,7 @@ src_compile() { cd ${WORKDIR}/fglrxgears make -f Makefile.Linux || ewarn "fgl_glxgears sample not build" - if [ "`use qt`" ] + if use qt then einfo "building the qt fglx panel" cd ${WORKDIR}/fglrx_panel @@ -113,7 +113,7 @@ src_install() { doexe usr/X11R6/bin/* rm usr/X11R6/bin/* - if [ "`use qt`" ] + if use qt then doexe fglrx_panel/fireglcontrol fi diff --git a/media-video/ati-drivers/ati-drivers-2.9.13-r1.ebuild b/media-video/ati-drivers/ati-drivers-2.9.13-r1.ebuild index 7d55c0e9eaa7..9961623b23ce 100644 --- a/media-video/ati-drivers/ati-drivers-2.9.13-r1.ebuild +++ b/media-video/ati-drivers/ati-drivers-2.9.13-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/media-video/ati-drivers/ati-drivers-2.9.13-r1.ebuild,v 1.4 2004/05/02 19:58:55 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-2.9.13-r1.ebuild,v 1.5 2004/06/09 17:43:34 agriffis Exp $ IUSE="qt kde gnome" @@ -78,7 +78,7 @@ src_compile() { cd ${WORKDIR}/fglrxgears make -f Makefile.Linux || ewarn "fgl_glxgears sample not build" - if [ "`use qt`" ] + if use qt then einfo "building the qt fglx panel" cd ${WORKDIR}/fglrx_panel @@ -135,7 +135,7 @@ src_install() { doexe usr/X11R6/bin/* rm usr/X11R6/bin/* - if [ "`use qt`" ] + if use qt then doexe fglrx_panel/fireglcontrol fi diff --git a/media-video/ati-drivers/ati-drivers-2.9.13.ebuild b/media-video/ati-drivers/ati-drivers-2.9.13.ebuild index 574ecc8e3709..9f807bd7e909 100644 --- a/media-video/ati-drivers/ati-drivers-2.9.13.ebuild +++ b/media-video/ati-drivers/ati-drivers-2.9.13.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/media-video/ati-drivers/ati-drivers-2.9.13.ebuild,v 1.4 2004/05/02 19:58:55 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-2.9.13.ebuild,v 1.5 2004/06/09 17:43:34 agriffis Exp $ IUSE="qt kde gnome" @@ -59,7 +59,7 @@ src_compile() { cd ${WORKDIR}/fglrxgears make -f Makefile.Linux || ewarn "fgl_glxgears sample not build" - if [ "`use qt`" ] + if use qt then einfo "building the qt fglx panel" cd ${WORKDIR}/fglrx_panel @@ -113,7 +113,7 @@ src_install() { doexe usr/X11R6/bin/* rm usr/X11R6/bin/* - if [ "`use qt`" ] + if use qt then doexe fglrx_panel/fireglcontrol fi diff --git a/media-video/ati-drivers/ati-drivers-3.2.0.ebuild b/media-video/ati-drivers/ati-drivers-3.2.0.ebuild index 361c261e3035..3019a828db3b 100644 --- a/media-video/ati-drivers/ati-drivers-3.2.0.ebuild +++ b/media-video/ati-drivers/ati-drivers-3.2.0.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/media-video/ati-drivers/ati-drivers-3.2.0.ebuild,v 1.4 2004/05/02 19:58:55 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.2.0.ebuild,v 1.5 2004/06/09 17:43:34 agriffis Exp $ IUSE="qt kde gnome" @@ -80,7 +80,7 @@ src_compile() { cd ${WORKDIR}/fglrxgears make -f Makefile.Linux || ewarn "fgl_glxgears sample not build" - if [ "`use qt`" ] + if use qt then einfo "building the qt fglx panel" cd ${WORKDIR}/fglrx_panel @@ -138,7 +138,7 @@ src_install() { doexe usr/X11R6/bin/* rm usr/X11R6/bin/* - if [ "`use qt`" ] + if use qt then doexe fglrx_panel/fireglcontrol fi diff --git a/media-video/ati-drivers/ati-drivers-3.2.4.ebuild b/media-video/ati-drivers/ati-drivers-3.2.4.ebuild index 89b2f5f8f456..69960d58b15f 100644 --- a/media-video/ati-drivers/ati-drivers-3.2.4.ebuild +++ b/media-video/ati-drivers/ati-drivers-3.2.4.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/media-video/ati-drivers/ati-drivers-3.2.4.ebuild,v 1.5 2004/05/02 19:58:55 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.2.4.ebuild,v 1.6 2004/06/09 17:43:34 agriffis Exp $ IUSE="qt kde gnome" @@ -87,7 +87,7 @@ src_compile() { cd ${WORKDIR}/fglrxgears make -f Makefile.Linux || ewarn "fgl_glxgears sample not build" - if [ "`use qt`" ] + if use qt then einfo "building the qt fglx panel" cd ${WORKDIR}/fglrx_panel @@ -145,7 +145,7 @@ src_install() { doexe usr/X11R6/bin/* rm usr/X11R6/bin/* - if [ "`use qt`" ] + if use qt then doexe fglrx_panel/fireglcontrol fi diff --git a/media-video/ati-drivers/ati-drivers-3.2.5-r1.ebuild b/media-video/ati-drivers/ati-drivers-3.2.5-r1.ebuild index c471341b839d..a982d0f9a3d0 100644 --- a/media-video/ati-drivers/ati-drivers-3.2.5-r1.ebuild +++ b/media-video/ati-drivers/ati-drivers-3.2.5-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/media-video/ati-drivers/ati-drivers-3.2.5-r1.ebuild,v 1.7 2004/05/02 19:58:55 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.2.5-r1.ebuild,v 1.8 2004/06/09 17:43:34 agriffis Exp $ IUSE="qt kde gnome" @@ -86,7 +86,7 @@ src_compile() { cd ${WORKDIR}/fglrxgears make -f Makefile.Linux || ewarn "fgl_glxgears sample not build" - if [ "`use qt`" ] + if use qt then einfo "building the qt fglx panel" cd ${WORKDIR}/fglrx_panel @@ -144,7 +144,7 @@ src_install() { doexe usr/X11R6/bin/* rm usr/X11R6/bin/* - if [ "`use qt`" ] + if use qt then doexe fglrx_panel/fireglcontrol fi diff --git a/media-video/ati-drivers/ati-drivers-3.2.5.ebuild b/media-video/ati-drivers/ati-drivers-3.2.5.ebuild index b57493f3b71e..6f60480efbbc 100644 --- a/media-video/ati-drivers/ati-drivers-3.2.5.ebuild +++ b/media-video/ati-drivers/ati-drivers-3.2.5.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/media-video/ati-drivers/ati-drivers-3.2.5.ebuild,v 1.11 2004/05/02 19:58:55 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.2.5.ebuild,v 1.12 2004/06/09 17:43:34 agriffis Exp $ IUSE="qt kde gnome" @@ -85,7 +85,7 @@ src_compile() { cd ${WORKDIR}/fglrxgears make -f Makefile.Linux || ewarn "fgl_glxgears sample not build" - if [ "`use qt`" ] + if use qt then einfo "building the qt fglx panel" cd ${WORKDIR}/fglrx_panel @@ -143,7 +143,7 @@ src_install() { doexe usr/X11R6/bin/* rm usr/X11R6/bin/* - if [ "`use qt`" ] + if use qt then doexe fglrx_panel/fireglcontrol fi diff --git a/media-video/ati-drivers/ati-drivers-3.2.8-r1.ebuild b/media-video/ati-drivers/ati-drivers-3.2.8-r1.ebuild index 8ed46094410d..664da44361a3 100644 --- a/media-video/ati-drivers/ati-drivers-3.2.8-r1.ebuild +++ b/media-video/ati-drivers/ati-drivers-3.2.8-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/media-video/ati-drivers/ati-drivers-3.2.8-r1.ebuild,v 1.1 2004/02/23 23:46:00 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.2.8-r1.ebuild,v 1.2 2004/06/09 17:43:34 agriffis Exp $ IUSE="qt kde gnome" diff --git a/media-video/ati-drivers/ati-drivers-3.2.8-r2.ebuild b/media-video/ati-drivers/ati-drivers-3.2.8-r2.ebuild index 41e31e57ba7d..ffb59b11772f 100644 --- a/media-video/ati-drivers/ati-drivers-3.2.8-r2.ebuild +++ b/media-video/ati-drivers/ati-drivers-3.2.8-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/media-video/ati-drivers/ati-drivers-3.2.8-r2.ebuild,v 1.1 2004/05/28 15:43:06 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.2.8-r2.ebuild,v 1.2 2004/06/09 17:43:34 agriffis Exp $ IUSE="qt kde gnome" diff --git a/media-video/ati-drivers/ati-drivers-3.2.8.ebuild b/media-video/ati-drivers/ati-drivers-3.2.8.ebuild index 1021e7908a9c..881d2552c112 100644 --- a/media-video/ati-drivers/ati-drivers-3.2.8.ebuild +++ b/media-video/ati-drivers/ati-drivers-3.2.8.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/media-video/ati-drivers/ati-drivers-3.2.8.ebuild,v 1.5 2004/05/02 19:58:55 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.2.8.ebuild,v 1.6 2004/06/09 17:43:34 agriffis Exp $ IUSE="qt kde gnome" @@ -87,7 +87,7 @@ src_compile() { cd ${WORKDIR}/fglrxgears make -f Makefile.Linux || ewarn "fgl_glxgears sample not build" - if [ "`use qt`" ] + if use qt then einfo "building the qt fglx panel" cd ${WORKDIR}/fglrx_panel @@ -145,7 +145,7 @@ src_install() { doexe usr/X11R6/bin/* rm usr/X11R6/bin/* - if [ "`use qt`" ] + if use qt then doexe fglrx_panel/fireglcontrol fi diff --git a/media-video/ati-drivers/ati-drivers-3.7.0.ebuild b/media-video/ati-drivers/ati-drivers-3.7.0.ebuild index 5f7322630e1c..47d6d226b39f 100644 --- a/media-video/ati-drivers/ati-drivers-3.7.0.ebuild +++ b/media-video/ati-drivers/ati-drivers-3.7.0.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/media-video/ati-drivers/ati-drivers-3.7.0.ebuild,v 1.3 2004/05/02 19:58:55 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.7.0.ebuild,v 1.4 2004/06/09 17:43:34 agriffis Exp $ IUSE="qt kde gnome" @@ -94,7 +94,7 @@ src_compile() { cd ${WORKDIR}/extra/fgl_glxgears make -f Makefile.Linux || ewarn "fgl_glxgears sample not build!" - if [ "`use qt`" ] + if use qt then einfo "Building the QT fglx panel..." cd ${WORKDIR}/extra/fglrx_panel @@ -159,7 +159,7 @@ src_install() { doexe ${WORKDIR}/usr/X11R6/bin/* rm -f ${WORKDIR}/usr/X11R6/bin/* - if [ "`use qt`" ] + if use qt then doexe ${WORKDIR}/extra/fglrx_panel/fireglcontrol diff --git a/media-video/ati-drivers/ati-drivers-3.7.6-r1.ebuild b/media-video/ati-drivers/ati-drivers-3.7.6-r1.ebuild index 4dbe16bf789d..2675b06a2379 100644 --- a/media-video/ati-drivers/ati-drivers-3.7.6-r1.ebuild +++ b/media-video/ati-drivers/ati-drivers-3.7.6-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/media-video/ati-drivers/ati-drivers-3.7.6-r1.ebuild,v 1.5 2004/05/27 15:27:32 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.7.6-r1.ebuild,v 1.6 2004/06/09 17:43:34 agriffis Exp $ IUSE="qt kde gnome" diff --git a/media-video/ati-drivers/ati-drivers-3.7.6.ebuild b/media-video/ati-drivers/ati-drivers-3.7.6.ebuild index 15d0987f5b14..f02d70d976b2 100644 --- a/media-video/ati-drivers/ati-drivers-3.7.6.ebuild +++ b/media-video/ati-drivers/ati-drivers-3.7.6.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/media-video/ati-drivers/ati-drivers-3.7.6.ebuild,v 1.3 2004/03/12 02:55:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.7.6.ebuild,v 1.4 2004/06/09 17:43:34 agriffis Exp $ IUSE="qt kde gnome" diff --git a/media-video/ati-drivers/ati-drivers-3.9.0.ebuild b/media-video/ati-drivers/ati-drivers-3.9.0.ebuild index c87b4d5f893a..59774f9dc0a0 100644 --- a/media-video/ati-drivers/ati-drivers-3.9.0.ebuild +++ b/media-video/ati-drivers/ati-drivers-3.9.0.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/media-video/ati-drivers/ati-drivers-3.9.0.ebuild,v 1.1 2004/05/27 20:40:35 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.9.0.ebuild,v 1.2 2004/06/09 17:43:34 agriffis Exp $ IUSE="qt kde gnome" |