diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 00:20:49 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 00:20:49 +0000 |
commit | 0a59b0ebac2f759cd8d0e99ac3d28ec0fe793bc5 (patch) | |
tree | 48c47b4ade8f512a944468ba8a47beb78c2ea1bc /x11-libs/qt | |
parent | QA - fix use invocation, run gnuconfig_update everywhere instead of select ar... (diff) | |
download | historical-0a59b0ebac2f759cd8d0e99ac3d28ec0fe793bc5.tar.gz historical-0a59b0ebac2f759cd8d0e99ac3d28ec0fe793bc5.tar.bz2 historical-0a59b0ebac2f759cd8d0e99ac3d28ec0fe793bc5.zip |
QA - fix use invocation
Diffstat (limited to 'x11-libs/qt')
-rw-r--r-- | x11-libs/qt/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.2.3-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.0-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.1-r2.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.2.ebuild | 6 |
6 files changed, 17 insertions, 13 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index ee1b91b9b2c1..8629151e3230 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.149 2004/06/19 21:36:36 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.150 2004/06/24 00:14:07 agriffis Exp $ + + 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> qt-3.2.3-r1.ebuild, + qt-3.3.0-r1.ebuild, qt-3.3.1-r1.ebuild, qt-3.3.1-r2.ebuild, qt-3.3.2.ebuild: + QA - fix use invocation 19 Jun 2004; Tom Gall <tgall@gentoo.org> qt-3.3.2.ebuild: added ~ppc64, bug #54130 diff --git a/x11-libs/qt/qt-3.2.3-r1.ebuild b/x11-libs/qt/qt-3.2.3-r1.ebuild index 68d634fddb12..338dd2685e53 100644 --- a/x11-libs/qt/qt-3.2.3-r1.ebuild +++ b/x11-libs/qt/qt-3.2.3-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/x11-libs/qt/qt-3.2.3-r1.ebuild,v 1.7 2004/04/17 23:02:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.2.3-r1.ebuild,v 1.8 2004/06/24 00:14:07 agriffis Exp $ inherit eutils @@ -159,7 +159,7 @@ src_install() { dodir ${QTBASE}/doc - if [ `use doc` ]; then + if use doc; then cp -r ${S}/doc ${D}/${QTBASE} cp -r ${S}/examples ${D}/${QTBASE} cp -r ${S}/tutorial ${D}/${QTBASE} diff --git a/x11-libs/qt/qt-3.3.0-r1.ebuild b/x11-libs/qt/qt-3.3.0-r1.ebuild index 59b8a27e9540..917f03061d75 100644 --- a/x11-libs/qt/qt-3.3.0-r1.ebuild +++ b/x11-libs/qt/qt-3.3.0-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/x11-libs/qt/qt-3.3.0-r1.ebuild,v 1.6 2004/04/17 23:02:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.0-r1.ebuild,v 1.7 2004/06/24 00:14:07 agriffis Exp $ inherit eutils @@ -143,7 +143,7 @@ src_install() { dodir ${QTBASE}/doc - if [ `use doc` ]; then + if use doc; then cp -r ${S}/doc ${D}/${QTBASE} cp -r ${S}/examples ${D}/${QTBASE} cp -r ${S}/tutorial ${D}/${QTBASE} diff --git a/x11-libs/qt/qt-3.3.1-r1.ebuild b/x11-libs/qt/qt-3.3.1-r1.ebuild index e8bf7a31e647..96044b835caa 100644 --- a/x11-libs/qt/qt-3.3.1-r1.ebuild +++ b/x11-libs/qt/qt-3.3.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/x11-libs/qt/qt-3.3.1-r1.ebuild,v 1.7 2004/04/17 23:02:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.1-r1.ebuild,v 1.8 2004/06/24 00:14:07 agriffis Exp $ inherit eutils @@ -145,7 +145,7 @@ src_install() { dodir ${QTBASE}/doc - if [ `use doc` ]; then + if use doc; then cp -r ${S}/doc ${D}/${QTBASE} cp -r ${S}/examples ${D}/${QTBASE} cp -r ${S}/tutorial ${D}/${QTBASE} diff --git a/x11-libs/qt/qt-3.3.1-r2.ebuild b/x11-libs/qt/qt-3.3.1-r2.ebuild index 4e0d3cd7b801..427efc50644f 100644 --- a/x11-libs/qt/qt-3.3.1-r2.ebuild +++ b/x11-libs/qt/qt-3.3.1-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/x11-libs/qt/qt-3.3.1-r2.ebuild,v 1.4 2004/06/03 23:38:09 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.1-r2.ebuild,v 1.5 2004/06/24 00:14:07 agriffis Exp $ inherit eutils @@ -53,7 +53,7 @@ src_unpack() { # mips requires this patch to pass a CFLAG to gcc/g++ (which passes it to the assembler). # It tells the assembler to relax branches on mips, otherwise we get build errors. - [ "`use mips`" ] && epatch ${FILESDIR}/${P}-mips-relax-branches.patch + use mips && epatch ${FILESDIR}/${P}-mips-relax-branches.patch # use icc && export PLATFORM=linux-icc } @@ -149,7 +149,7 @@ src_install() { dodir ${QTBASE}/doc - if [ `use doc` ]; then + if use doc; then cp -r ${S}/doc ${D}/${QTBASE} cd ${S}/examples diff --git a/x11-libs/qt/qt-3.3.2.ebuild b/x11-libs/qt/qt-3.3.2.ebuild index 7fc3ecf4ad80..b120567519ba 100644 --- a/x11-libs/qt/qt-3.3.2.ebuild +++ b/x11-libs/qt/qt-3.3.2.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/x11-libs/qt/qt-3.3.2.ebuild,v 1.7 2004/06/19 21:36:36 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.2.ebuild,v 1.8 2004/06/24 00:14:07 agriffis Exp $ inherit eutils @@ -51,7 +51,7 @@ src_unpack() { # mips requires this patch to pass a CFLAG to gcc/g++ (which passes it to the assembler). # It tells the assembler to relax branches on mips, otherwise we get build errors. - [ "`use mips`" ] && epatch ${FILESDIR}/${P}-mips-relax-branches.patch + use mips && epatch ${FILESDIR}/${P}-mips-relax-branches.patch # use icc && export PLATFORM=linux-icc } @@ -147,7 +147,7 @@ src_install() { dodir ${QTBASE}/doc - if [ `use doc` ]; then + if use doc; then cp -r ${S}/doc ${D}/${QTBASE} cd ${S}/examples |