diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 15:52:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 15:52:19 +0000 |
commit | 190f88d87133c65ce6e88b53889dd4d39f65c6fd (patch) | |
tree | 846063cbaa80fb6ec0883b0b28b9d8043e8ac0c7 /net-www/mod_scgi | |
parent | buh bye virtual/glibc (diff) | |
download | gentoo-2-190f88d87133c65ce6e88b53889dd4d39f65c6fd.tar.gz gentoo-2-190f88d87133c65ce6e88b53889dd4d39f65c6fd.tar.bz2 gentoo-2-190f88d87133c65ce6e88b53889dd4d39f65c6fd.zip |
QA - fix use invocation
Diffstat (limited to 'net-www/mod_scgi')
-rw-r--r-- | net-www/mod_scgi/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/mod_scgi/mod_scgi-1.2_alpha1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-www/mod_scgi/mod_scgi-1.2_alpha1-r2.ebuild | 4 | ||||
-rw-r--r-- | net-www/mod_scgi/mod_scgi-1.2_alpha2.ebuild | 4 |
4 files changed, 12 insertions, 7 deletions
diff --git a/net-www/mod_scgi/ChangeLog b/net-www/mod_scgi/ChangeLog index 56f3f509a747..82645bff82aa 100644 --- a/net-www/mod_scgi/ChangeLog +++ b/net-www/mod_scgi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/mod_scgi # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_scgi/ChangeLog,v 1.8 2004/06/25 01:03:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_scgi/ChangeLog,v 1.9 2004/06/25 15:52:19 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> + mod_scgi-1.2_alpha1-r1.ebuild, mod_scgi-1.2_alpha1-r2.ebuild, + mod_scgi-1.2_alpha2.ebuild: + QA - fix use invocation *mod_scgi-1.2_alpha2 (21 May 2004) diff --git a/net-www/mod_scgi/mod_scgi-1.2_alpha1-r1.ebuild b/net-www/mod_scgi/mod_scgi-1.2_alpha1-r1.ebuild index ab75841f4141..9ee5d7039d70 100644 --- a/net-www/mod_scgi/mod_scgi-1.2_alpha1-r1.ebuild +++ b/net-www/mod_scgi/mod_scgi-1.2_alpha1-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/mod_scgi/mod_scgi-1.2_alpha1-r1.ebuild,v 1.2 2004/06/25 01:03:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_scgi/mod_scgi-1.2_alpha1-r1.ebuild,v 1.3 2004/06/25 15:52:19 agriffis Exp $ detectapache() { local domsg= @@ -18,7 +18,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_scgi/mod_scgi-1.2_alpha1-r2.ebuild b/net-www/mod_scgi/mod_scgi-1.2_alpha1-r2.ebuild index b4147b300815..d3b77cb8bb5f 100644 --- a/net-www/mod_scgi/mod_scgi-1.2_alpha1-r2.ebuild +++ b/net-www/mod_scgi/mod_scgi-1.2_alpha1-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/mod_scgi/mod_scgi-1.2_alpha1-r2.ebuild,v 1.3 2004/06/25 01:03:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_scgi/mod_scgi-1.2_alpha1-r2.ebuild,v 1.4 2004/06/25 15:52:19 agriffis Exp $ detectapache() { local domsg= @@ -18,7 +18,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_scgi/mod_scgi-1.2_alpha2.ebuild b/net-www/mod_scgi/mod_scgi-1.2_alpha2.ebuild index 3f253ccbac30..e57df03080a5 100644 --- a/net-www/mod_scgi/mod_scgi-1.2_alpha2.ebuild +++ b/net-www/mod_scgi/mod_scgi-1.2_alpha2.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_scgi/mod_scgi-1.2_alpha2.ebuild,v 1.2 2004/06/25 01:03:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_scgi/mod_scgi-1.2_alpha2.ebuild,v 1.3 2004/06/25 15:52:19 agriffis Exp $ detectapache() { local domsg= @@ -18,7 +18,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 |