diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 16:04:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 16:04:05 +0000 |
commit | e699c1b741b0c5064e4f84dc70c9c37f87839eb8 (patch) | |
tree | bc1cd4e9a3cb357ab437709eb4d9b8c0276059bc /net-www | |
parent | love thy libc (Manifest recommit) (diff) | |
download | gentoo-2-e699c1b741b0c5064e4f84dc70c9c37f87839eb8.tar.gz gentoo-2-e699c1b741b0c5064e4f84dc70c9c37f87839eb8.tar.bz2 gentoo-2-e699c1b741b0c5064e4f84dc70c9c37f87839eb8.zip |
QA - fix use invocation
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/cocoon/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/cocoon/cocoon-2.1.4.ebuild | 14 | ||||
-rw-r--r-- | net-www/mod_fastcgi/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild | 4 | ||||
-rw-r--r-- | net-www/mod_log_sql/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_log_sql/mod_log_sql-1.97.ebuild | 4 | ||||
-rw-r--r-- | net-www/mod_log_sql/mod_log_sql-1.98.ebuild | 4 | ||||
-rw-r--r-- | net-www/mozilla/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.6-r1.ebuild | 10 |
9 files changed, 36 insertions, 21 deletions
diff --git a/net-www/cocoon/ChangeLog b/net-www/cocoon/ChangeLog index 91c3328c0a69..5fa0c3e2b9ed 100644 --- a/net-www/cocoon/ChangeLog +++ b/net-www/cocoon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/cocoon # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/cocoon/ChangeLog,v 1.12 2004/06/25 00:50:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/cocoon/ChangeLog,v 1.13 2004/06/25 15:59:10 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> cocoon-2.1.4.ebuild: + QA - fix use invocation 08 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> cocoon-2.0.2.ebuild: Stable on alpha. diff --git a/net-www/cocoon/cocoon-2.1.4.ebuild b/net-www/cocoon/cocoon-2.1.4.ebuild index bb8722db1c39..266d9978664f 100644 --- a/net-www/cocoon/cocoon-2.1.4.ebuild +++ b/net-www/cocoon/cocoon-2.1.4.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/cocoon/cocoon-2.1.4.ebuild,v 1.3 2004/06/25 00:50:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/cocoon/cocoon-2.1.4.ebuild,v 1.4 2004/06/25 15:59:10 agriffis Exp $ inherit java-pkg @@ -22,11 +22,13 @@ src_unpack() { cd ${S} echo -e "# Gentoo build properties" > local.build.properties - [ ! `use doc` ] && echo -e "exclude.javadocs=true\n" >> local.build.properties - [ ! `use doc` ] && echo -e "exclude.webapp.javadocs=true\n" >> local.build.properties - [ ! `use doc` ] && echo -e "exclude.webapp.documentation=true\n" >> local.build.properties - [ ! `use doc` ] && echo -e "exclude.idldocs=true\n" >> local.build.properties - [ ! `use doc` ] && echo -e "exclude.webapp.idldocs=true\n" >> local.build.properties + if ! use doc; then + echo -e "exclude.javadocs=true\n" >> local.build.properties + echo -e "exclude.webapp.javadocs=true\n" >> local.build.properties + echo -e "exclude.webapp.documentation=true\n" >> local.build.properties + echo -e "exclude.idldocs=true\n" >> local.build.properties + echo -e "exclude.webapp.idldocs=true\n" >> local.build.properties + fi } src_compile() { diff --git a/net-www/mod_fastcgi/ChangeLog b/net-www/mod_fastcgi/ChangeLog index 2f41dbd66740..034c115f8899 100644 --- a/net-www/mod_fastcgi/ChangeLog +++ b/net-www/mod_fastcgi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_fastcgi # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.3 2004/06/25 01:01:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.4 2004/06/25 16:03:06 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> mod_fastcgi-2.4.2.ebuild: + QA - fix use invocation 20 Jun 2004; Chuck Short <zul@gentoo.org> mod_fastcgi-2.4.2.ebuild: Marked stable for x86. Changed ${CATEGORY} to net-www. diff --git a/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild b/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild index f12501c62490..afc1f0b94e2f 100644 --- a/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild +++ b/net-www/mod_fastcgi/mod_fastcgi-2.4.2.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/mod_fastcgi/mod_fastcgi-2.4.2.ebuild,v 1.3 2004/06/25 01:01:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild,v 1.4 2004/06/25 16:03:06 agriffis Exp $ DESCRIPTION="FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs." KEYWORDS="x86" @@ -21,7 +21,7 @@ detectapache() { 1) [ -n "${domsg}" ] && einfo 'Apache1 only detected' ;; 2) [ -n "${domsg}" ] && einfo 'Apache2 only detected';; both) - if [ "`use apache2`" ]; then + if use apache2; then [ -n "${domsg}" ] && einfo "Multiple Apache versions detected, using Apache2 (USE=apache2)" APACHEVER=2 else diff --git a/net-www/mod_log_sql/ChangeLog b/net-www/mod_log_sql/ChangeLog index 5d68aad24c87..4dcaf7b3fef5 100644 --- a/net-www/mod_log_sql/ChangeLog +++ b/net-www/mod_log_sql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_log_sql # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_log_sql/ChangeLog,v 1.11 2004/06/25 01:02:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_log_sql/ChangeLog,v 1.12 2004/06/25 16:04:05 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> mod_log_sql-1.97.ebuild, + mod_log_sql-1.98.ebuild: + QA - fix use invocation 13 Jun 2004; Chuck Short <zul@gentoo.org> mod_log_sql-1.98.ebuild: Removed apache2 support. Ebuild does not detect where are our header files are diff --git a/net-www/mod_log_sql/mod_log_sql-1.97.ebuild b/net-www/mod_log_sql/mod_log_sql-1.97.ebuild index 39042df159b5..7e40ba289ffb 100644 --- a/net-www/mod_log_sql/mod_log_sql-1.97.ebuild +++ b/net-www/mod_log_sql/mod_log_sql-1.97.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/mod_log_sql/mod_log_sql-1.97.ebuild,v 1.6 2004/06/25 01:02:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_log_sql/mod_log_sql-1.97.ebuild,v 1.7 2004/06/25 16:04:05 agriffis Exp $ inherit eutils @@ -33,7 +33,7 @@ detectapache() { 1) [ -n "${domsg}" ] && einfo 'Apache1 only detected' ;; 2) [ -n "${domsg}" ] && einfo 'Apache2 only detected' ;; both) - if [ "`use apache2`" ]; then + if use apache2; then [ -n "${domsg}" ] && einfo "Multiple Apache versions detected, using Apache2 (USE=apache2)" APACHEVER=2 else diff --git a/net-www/mod_log_sql/mod_log_sql-1.98.ebuild b/net-www/mod_log_sql/mod_log_sql-1.98.ebuild index 377a81230206..74bc8b5dd043 100644 --- a/net-www/mod_log_sql/mod_log_sql-1.98.ebuild +++ b/net-www/mod_log_sql/mod_log_sql-1.98.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/mod_log_sql/mod_log_sql-1.98.ebuild,v 1.3 2004/06/25 01:02:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_log_sql/mod_log_sql-1.98.ebuild,v 1.4 2004/06/25 16:04:05 agriffis Exp $ inherit eutils @@ -32,7 +32,7 @@ detectapache() { 1) [ -n "${domsg}" ] && einfo 'Apache1 only detected' ;; 2) [ -n "${domsg}" ] && einfo 'Apache2 only detected' ;; both) - if [ "`use apache2`" ]; then + if use apache2; then [ -n "${domsg}" ] && einfo "Multiple Apache versions detected, using Apache2 (USE=apache2)" APACHEVER=2 else diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index 0192649e8503..67a68698faa4 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mozilla # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.177 2004/06/25 01:05:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.178 2004/06/25 16:00:39 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> mozilla-1.6-r1.ebuild: + QA - fix use invocation 22 Jun 2004; Brad Laue <brad@gentoo.org> files/icon/mozilla.desktop, mozilla-1.7.ebuild: diff --git a/net-www/mozilla/mozilla-1.6-r1.ebuild b/net-www/mozilla/mozilla-1.6-r1.ebuild index 58cebc8511ad..364a337b42db 100644 --- a/net-www/mozilla/mozilla-1.6-r1.ebuild +++ b/net-www/mozilla/mozilla-1.6-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/mozilla/mozilla-1.6-r1.ebuild,v 1.12 2004/06/25 01:05:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.6-r1.ebuild,v 1.13 2004/06/25 16:00:39 agriffis Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug xinerama" # Internal USE flags that I do not really want to advertise ... @@ -157,7 +157,7 @@ src_unpack() { unset WANT_AUTOCONF # Unpack the enigmail plugin - if [ -n "`use crypt`" -a -z "`use moznomail`" ] + if use crypt && ! use moznomail then mv -f ${WORKDIR}/ipc ${S}/extensions/ mv -f ${WORKDIR}/enigmail ${S}/extensions/ @@ -205,7 +205,7 @@ src_compile() { # Currently --enable-elf-dynstr-gc only works for x86 and ppc, # thanks to Jason Wever <weeve@gentoo.org> for the fix. - if [ -n "`use x86`" -o -n "`use ppc`" ] + if use x86 || use ppc then myconf="${myconf} --enable-elf-dynstr-gc" fi @@ -304,7 +304,7 @@ src_compile() { then myconf="${myconf} --disable-mailnews" fi - if [ -n "`use moznocompose`" -a -n "`use moznomail`" ] + if use moznocompose && use moznomail then myconf="${myconf} --disable-composer" fi @@ -418,7 +418,7 @@ src_compile() { # ********************************************************************* # Build the enigmail plugin - if [ -n "`use crypt`" -a -z "`use moznomail`" ] + if use crypt && ! use moznomail then einfo "Building Enigmail plugin..." cd ${S}/extensions/ipc |