diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 17:02:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 17:02:07 +0000 |
commit | dcefdcb80601006107f8c0089caa9097be04d221 (patch) | |
tree | e8f4aa192237156365f54677c444c5e903fca883 /media-video/ati-drivers-extra | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-dcefdcb80601006107f8c0089caa9097be04d221.tar.gz gentoo-2-dcefdcb80601006107f8c0089caa9097be04d221.tar.bz2 gentoo-2-dcefdcb80601006107f8c0089caa9097be04d221.zip |
Fix use invocation
Diffstat (limited to 'media-video/ati-drivers-extra')
4 files changed, 15 insertions, 10 deletions
diff --git a/media-video/ati-drivers-extra/ChangeLog b/media-video/ati-drivers-extra/ChangeLog index 8d946803b10b..090b968f9ce9 100644 --- a/media-video/ati-drivers-extra/ChangeLog +++ b/media-video/ati-drivers-extra/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/ati-drivers-extra # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers-extra/ChangeLog,v 1.9 2004/06/02 14:47:16 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers-extra/ChangeLog,v 1.10 2004/06/09 17:01:27 agriffis Exp $ + + 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> + ati-drivers-extra-3.2.8-r1.ebuild, ati-drivers-extra-3.7.6.ebuild, + ati-drivers-extra-3.9.0.ebuild: + Fix use invocation 02 Jun 2004; Luca Barbato <lu_zero@gentoo.org> ati-drivers-extra-3.2.8-r1.ebuild: diff --git a/media-video/ati-drivers-extra/ati-drivers-extra-3.2.8-r1.ebuild b/media-video/ati-drivers-extra/ati-drivers-extra-3.2.8-r1.ebuild index 6bdd6997d256..a3737ef0545f 100644 --- a/media-video/ati-drivers-extra/ati-drivers-extra-3.2.8-r1.ebuild +++ b/media-video/ati-drivers-extra/ati-drivers-extra-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-extra/ati-drivers-extra-3.2.8-r1.ebuild,v 1.3 2004/06/02 14:47:16 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers-extra/ati-drivers-extra-3.2.8-r1.ebuild,v 1.4 2004/06/09 17:01:27 agriffis Exp $ IUSE="qt kde gnome" @@ -54,7 +54,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 @@ -70,7 +70,7 @@ src_install() { doexe fglrxgears/fgl_glxgears rm usr/X11R6/bin/* - if [ "`use qt`" ] + if use qt then doexe fglrx_panel/fireglcontrol fi diff --git a/media-video/ati-drivers-extra/ati-drivers-extra-3.7.6.ebuild b/media-video/ati-drivers-extra/ati-drivers-extra-3.7.6.ebuild index 266787a87eb5..bae0f0511541 100644 --- a/media-video/ati-drivers-extra/ati-drivers-extra-3.7.6.ebuild +++ b/media-video/ati-drivers-extra/ati-drivers-extra-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-extra/ati-drivers-extra-3.7.6.ebuild,v 1.4 2004/04/16 13:22:53 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers-extra/ati-drivers-extra-3.7.6.ebuild,v 1.5 2004/06/09 17:01:27 agriffis Exp $ IUSE="qt kde gnome" @@ -57,7 +57,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 @@ -76,7 +76,7 @@ src_install() { doexe ${WORKDIR}/extra/fgl_glxgears/fgl_glxgears 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-extra/ati-drivers-extra-3.9.0.ebuild b/media-video/ati-drivers-extra/ati-drivers-extra-3.9.0.ebuild index 5f2f8ecc2f17..e7e02f3bcfe2 100644 --- a/media-video/ati-drivers-extra/ati-drivers-extra-3.9.0.ebuild +++ b/media-video/ati-drivers-extra/ati-drivers-extra-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-extra/ati-drivers-extra-3.9.0.ebuild,v 1.1 2004/05/27 20:55:47 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers-extra/ati-drivers-extra-3.9.0.ebuild,v 1.2 2004/06/09 17:01:27 agriffis Exp $ IUSE="qt kde gnome" @@ -57,7 +57,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 @@ -76,7 +76,7 @@ src_install() { doexe ${WORKDIR}/extra/fgl_glxgears/fgl_glxgears rm -f ${WORKDIR}/usr/X11R6/bin/* - if [ "`use qt`" ] + if use qt then doexe ${WORKDIR}/extra/fglrx_panel/fireglcontrol |