diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 16:10:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 16:10:25 +0000 |
commit | ff93ef3cc565dd3956d10de40ca5c8c797b15af9 (patch) | |
tree | 73a9e912dfda423e9fd63a5d9dd4ffdc42bcc5a2 | |
parent | love thy libc (diff) | |
download | historical-ff93ef3cc565dd3956d10de40ca5c8c797b15af9.tar.gz historical-ff93ef3cc565dd3956d10de40ca5c8c797b15af9.tar.bz2 historical-ff93ef3cc565dd3956d10de40ca5c8c797b15af9.zip |
QA - fix use invocation
53 files changed, 185 insertions, 118 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/galeon/ChangeLog b/net-www/galeon/ChangeLog index 28af0db0cb79..0fc8466f7569 100644 --- a/net-www/galeon/ChangeLog +++ b/net-www/galeon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/galeon # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/ChangeLog,v 1.91 2004/06/25 00:52:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/ChangeLog,v 1.92 2004/06/25 15:58:40 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> galeon-1.2.12.ebuild, + galeon-1.2.13.ebuild: + QA - fix use invocation *galeon-1.3.15-r1 (20 Jun 2004) diff --git a/net-www/galeon/galeon-1.2.12.ebuild b/net-www/galeon/galeon-1.2.12.ebuild index 8c3dcb47c51c..cd0e7d430b82 100644 --- a/net-www/galeon/galeon-1.2.12.ebuild +++ b/net-www/galeon/galeon-1.2.12.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/galeon/galeon-1.2.12.ebuild,v 1.5 2004/06/25 00:52:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.12.ebuild,v 1.6 2004/06/25 15:58:40 agriffis Exp $ IUSE="nls" @@ -115,7 +115,7 @@ pkg_postinst() { galeon-config-tool --pkg-install-schemas scrollkeeper-update - if [ -z "`use gnome`" ] + if ! use gnome then einfo "Please make sure libglade was built with gnome support, or" einfo "else galeon will not be able to start up." diff --git a/net-www/galeon/galeon-1.2.13.ebuild b/net-www/galeon/galeon-1.2.13.ebuild index db2aa0af53d8..d2d51770e631 100644 --- a/net-www/galeon/galeon-1.2.13.ebuild +++ b/net-www/galeon/galeon-1.2.13.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/galeon/galeon-1.2.13.ebuild,v 1.2 2004/06/25 00:52:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.13.ebuild,v 1.3 2004/06/25 15:58:40 agriffis Exp $ IUSE="nls" @@ -115,7 +115,7 @@ pkg_postinst() { galeon-config-tool --pkg-install-schemas scrollkeeper-update - if [ -z "`use gnome`" ] + if ! use gnome then einfo "Please make sure libglade was built with gnome support, or" einfo "else galeon will not be able to start up." diff --git a/net-www/jboss/ChangeLog b/net-www/jboss/ChangeLog index 161cc7dd761c..6096caa3018a 100644 --- a/net-www/jboss/ChangeLog +++ b/net-www/jboss/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/jboss # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/jboss/ChangeLog,v 1.18 2004/06/25 00:56:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/jboss/ChangeLog,v 1.19 2004/06/25 15:38:30 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> jboss-3.2.1-r1.ebuild, + jboss-3.2.1.ebuild: + QA - fix use invocation 19 May 2004; Chris Aniszczyk <zx@gentoo.org> jboss-3.2.3.ebuild: Markings stable on x86 diff --git a/net-www/jboss/jboss-3.2.1-r1.ebuild b/net-www/jboss/jboss-3.2.1-r1.ebuild index 62cabd4f28a2..11136126ef7f 100644 --- a/net-www/jboss/jboss-3.2.1-r1.ebuild +++ b/net-www/jboss/jboss-3.2.1-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/jboss/jboss-3.2.1-r1.ebuild,v 1.6 2004/06/25 00:56:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/jboss/jboss-3.2.1-r1.ebuild,v 1.7 2004/06/25 15:38:30 agriffis Exp $ MY_P="${P}-src" @@ -67,7 +67,7 @@ src_install() { einfo ">>> Setting up documentation..." dodoc server/src/docs/LICENSE.txt ${FILESDIR}/README.gentoo - if [ -n "`use doc`" ] ; then + if use doc ; then dohtml -a html,htm,png,gif,css,java -r build/output/${PN}-${PV}/docs/ fi diff --git a/net-www/jboss/jboss-3.2.1.ebuild b/net-www/jboss/jboss-3.2.1.ebuild index 517599508171..929ace7f9fa4 100644 --- a/net-www/jboss/jboss-3.2.1.ebuild +++ b/net-www/jboss/jboss-3.2.1.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/jboss/jboss-3.2.1.ebuild,v 1.6 2004/06/25 00:56:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/jboss/jboss-3.2.1.ebuild,v 1.7 2004/06/25 15:38:30 agriffis Exp $ MY_P="${P}-src" @@ -67,7 +67,7 @@ src_install() { einfo ">>> Setting up documentation..." dodoc server/src/docs/LICENSE.txt ${FILESDIR}/README.gentoo - if [ -n "`use doc`" ] ; then + if use doc ; then dohtml -a html,htm,png,gif,css,java -r build/output/${PN}-${PV}/docs/ fi diff --git a/net-www/konqueror-embedded/ChangeLog b/net-www/konqueror-embedded/ChangeLog index b41710d4833b..3ad16dc1019a 100644 --- a/net-www/konqueror-embedded/ChangeLog +++ b/net-www/konqueror-embedded/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/konqueror-embedded # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/konqueror-embedded/ChangeLog,v 1.5 2004/06/25 00:57:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/konqueror-embedded/ChangeLog,v 1.6 2004/06/25 15:51:02 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> + konqueror-embedded-20010207-r1.ebuild: + QA - fix use invocation 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/net-www/konqueror-embedded/konqueror-embedded-20010207-r1.ebuild b/net-www/konqueror-embedded/konqueror-embedded-20010207-r1.ebuild index 7086a20faeb3..3d87d310ea3f 100644 --- a/net-www/konqueror-embedded/konqueror-embedded-20010207-r1.ebuild +++ b/net-www/konqueror-embedded/konqueror-embedded-20010207-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/konqueror-embedded/konqueror-embedded-20010207-r1.ebuild,v 1.13 2004/06/25 00:57:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/konqueror-embedded/konqueror-embedded-20010207-r1.ebuild,v 1.14 2004/06/25 15:51:02 agriffis Exp $ DESCRIPTION="The Konqueror/Embedded project attempts to build up a special version of the web browsing component of the KDE browser Konqueror (in particular its html rendering engine khtml and its io subsystem)" HOMEPAGE="http://www.konqueror.org/embedded.html" @@ -14,7 +14,7 @@ S=${WORKDIR}/${PN}-snapshot src_compile() { local myconf - if [ "`use qt-embedded`" ] + if use qt-embedded then export QTDIR=/opt/qt-embedded export PATH=$QTDIR/bin:$PATH @@ -29,7 +29,7 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - if [ "`use qt-embedded`" ] + if use qt-embedded then dodir /usr/embedded/bin mv ${D}/usr/embedded/konq* ${D}/usr/embedded/bin diff --git a/net-www/links/ChangeLog b/net-www/links/ChangeLog index eda490d90c00..4f5f836b020c 100644 --- a/net-www/links/ChangeLog +++ b/net-www/links/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/links # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/links/ChangeLog,v 1.45 2004/06/25 00:57:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/ChangeLog,v 1.46 2004/06/25 15:42:37 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> links-2.1_pre11.ebuild, + links-2.1_pre13.ebuild, links-2.1_pre14.ebuild, links-2.1_pre15.ebuild, + links-2.1_pre9.ebuild: + QA - fix use invocation 23 Jun 2004; <malc@gentoo.org> links-2.1_pre11.ebuild: Mark stable on amd64 diff --git a/net-www/links/links-2.1_pre11.ebuild b/net-www/links/links-2.1_pre11.ebuild index d122cb83fa6c..a2af5a641fe8 100644 --- a/net-www/links/links-2.1_pre11.ebuild +++ b/net-www/links/links-2.1_pre11.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/links/links-2.1_pre11.ebuild,v 1.12 2004/06/25 00:57:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre11.ebuild,v 1.13 2004/06/25 15:42:37 agriffis Exp $ IUSE="directfb ssl javascript png X gpm tiff fbcon svga jpeg" @@ -35,7 +35,7 @@ PROVIDE="virtual/textbrowser" pkg_setup (){ - if [ ! `use gpm` ] && [ `use fbcon` ] ; then + if ! use gpm && use fbcon ; then einfo einfo "gpm has been installed since you have included fbcon in your USE flags." einfo "The links framebuffer driver requires gpm in order to compile." diff --git a/net-www/links/links-2.1_pre13.ebuild b/net-www/links/links-2.1_pre13.ebuild index f29da2b117ad..b9119a1c007f 100644 --- a/net-www/links/links-2.1_pre13.ebuild +++ b/net-www/links/links-2.1_pre13.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/links/links-2.1_pre13.ebuild,v 1.5 2004/06/25 00:57:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre13.ebuild,v 1.6 2004/06/25 15:42:37 agriffis Exp $ IUSE="directfb ssl javascript png X gpm tiff fbcon svga jpeg" @@ -35,7 +35,7 @@ PROVIDE="virtual/textbrowser" pkg_setup (){ - if [ ! `use gpm` ] && [ `use fbcon` ] ; then + if ! use gpm && use fbcon ; then einfo einfo "gpm has been installed since you have included fbcon in your USE flags." einfo "The links framebuffer driver requires gpm in order to compile." diff --git a/net-www/links/links-2.1_pre14.ebuild b/net-www/links/links-2.1_pre14.ebuild index 275f910f97e2..650c1314393c 100644 --- a/net-www/links/links-2.1_pre14.ebuild +++ b/net-www/links/links-2.1_pre14.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/links/links-2.1_pre14.ebuild,v 1.4 2004/06/25 00:57:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre14.ebuild,v 1.5 2004/06/25 15:42:37 agriffis Exp $ IUSE="directfb ssl javascript png X gpm tiff fbcon svga jpeg" @@ -35,7 +35,7 @@ PROVIDE="virtual/textbrowser" pkg_setup (){ - if [ ! `use gpm` ] && [ `use fbcon` ] ; then + if ! use gpm && use fbcon ; then einfo einfo "gpm has been installed since you have included fbcon in your USE flags." einfo "The links framebuffer driver requires gpm in order to compile." diff --git a/net-www/links/links-2.1_pre15.ebuild b/net-www/links/links-2.1_pre15.ebuild index 0aaa716354ff..53bf01aaa491 100644 --- a/net-www/links/links-2.1_pre15.ebuild +++ b/net-www/links/links-2.1_pre15.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/links/links-2.1_pre15.ebuild,v 1.3 2004/06/25 00:57:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre15.ebuild,v 1.4 2004/06/25 15:42:37 agriffis Exp $ IUSE="directfb ssl javascript png X gpm tiff fbcon svga jpeg" @@ -44,7 +44,7 @@ PROVIDE="virtual/textbrowser" pkg_setup (){ - if [ ! `use gpm` ] && [ `use fbcon` ] ; then + if ! use gpm && use fbcon ; then einfo einfo "gpm has been installed since you have included fbcon in your USE flags." einfo "The links framebuffer driver requires gpm in order to compile." diff --git a/net-www/links/links-2.1_pre9.ebuild b/net-www/links/links-2.1_pre9.ebuild index 86f9ca5d926d..49e97bbc1297 100644 --- a/net-www/links/links-2.1_pre9.ebuild +++ b/net-www/links/links-2.1_pre9.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/links/links-2.1_pre9.ebuild,v 1.10 2004/06/25 00:57:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre9.ebuild,v 1.11 2004/06/25 15:42:37 agriffis Exp $ IUSE="ssl java png X gpm tiff fbcon svga jpeg" @@ -34,7 +34,7 @@ PROVIDE="virtual/textbrowser" pkg_setup (){ - if [ ! `use gpm` ] && [ `use fbcon` ] ; then + if ! use gpm && use fbcon ; then einfo einfo "gpm has been installed since you have included fbcon in your USE flags." einfo "The links framebuffer driver requires gpm in order to compile." diff --git a/net-www/mod_auth_mysql/ChangeLog b/net-www/mod_auth_mysql/ChangeLog index 710483b1a92f..2e216b169fd5 100644 --- a/net-www/mod_auth_mysql/ChangeLog +++ b/net-www/mod_auth_mysql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_auth_mysql # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/ChangeLog,v 1.10 2004/06/25 00:59:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/ChangeLog,v 1.11 2004/06/25 15:55:47 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> + mod_auth_mysql-20030510.ebuild: + QA - fix use invocation 20 Jun 2004; Chuck Short <zul@gentoo.org> mod_auth_mysql-1.11.ebuild, mod_auth_mysql-20030510-r1.ebuild, mod_auth_mysql-20030510-r2.ebuild, diff --git a/net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild b/net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild index feec0604ecbb..72d2f5f8f8cf 100644 --- a/net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild +++ b/net-www/mod_auth_mysql/mod_auth_mysql-20030510.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_auth_mysql/mod_auth_mysql-20030510.ebuild,v 1.7 2004/06/25 00:59:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild,v 1.8 2004/06/25 15:55:47 agriffis Exp $ inherit eutils @@ -16,7 +16,7 @@ KEYWORDS="x86" IUSE="" SLOT="0" -if [ -n "`use apache2`" ]; then +if use apache2; then APXS="apxs2 -D APACHE2" else APXS="apxs -D APACHE1" 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/mod_pcgi2/ChangeLog b/net-www/mod_pcgi2/ChangeLog index ca1edc65ef6b..dc572ce2df02 100644 --- a/net-www/mod_pcgi2/ChangeLog +++ b/net-www/mod_pcgi2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_pcgi2 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_pcgi2/ChangeLog,v 1.7 2004/06/25 01:03:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_pcgi2/ChangeLog,v 1.8 2004/06/25 15:56:37 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> mod_pcgi2-2.0.1.ebuild: + QA - fix use invocation 20 Jun 2004; Chuck Short <zul@gentoo.org> mod_pcgi2-2.0.1.ebuild: Ebuild cleanups. diff --git a/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild b/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild index 26eb677cff2f..01b8fb08edd5 100644 --- a/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild +++ b/net-www/mod_pcgi2/mod_pcgi2-2.0.1.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_pcgi2/mod_pcgi2-2.0.1.ebuild,v 1.8 2004/06/25 01:03:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild,v 1.9 2004/06/25 15:56:37 agriffis Exp $ inherit eutils @@ -20,7 +20,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/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 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 diff --git a/net-www/opera/ChangeLog b/net-www/opera/ChangeLog index 07826beb1d83..6336a78e8f2f 100644 --- a/net-www/opera/ChangeLog +++ b/net-www/opera/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/opera # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/ChangeLog,v 1.67 2004/06/25 01:08:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/ChangeLog,v 1.68 2004/06/25 15:45:13 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> opera-6.12.ebuild, + opera-7.11-r2.ebuild, opera-7.23-r1.ebuild, opera-7.50-r1.ebuild, + opera-7.51.ebuild: + QA - fix use invocation 04 Jun 2004; Jason Wever <weeve@gentoo.org> opera-7.51.ebuild: Marked stable on sparc wrt bug #52867. diff --git a/net-www/opera/opera-6.12.ebuild b/net-www/opera/opera-6.12.ebuild index 689fe99666d5..f4b1f44d9df6 100644 --- a/net-www/opera/opera-6.12.ebuild +++ b/net-www/opera/opera-6.12.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/opera/opera-6.12.ebuild,v 1.6 2004/06/25 01:08:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-6.12.ebuild,v 1.7 2004/06/25 15:45:13 agriffis Exp $ # # 1. static # Statically linked libraries, default. # 2. shared-2.95 # Dynamically linked libaries, compiled with gcc 2.95. @@ -69,14 +69,14 @@ src_unpack() { src_install() { # Prepare installation directories for Opera's installer script. dodir /etc - if [ "`use kde`" ] + if use kde then # Install stuff for KDE2, and then simply copy it over # into the KDE3 directories. dodir /usr/kde/2/share/icons/{locolor,hicolor}/{16x16,22x22,32x32,48x48}/apps dodir /usr/kde/2/share/applnk/Internet fi - if [ "`use gnome`" ] + if use gnome then dodir /usr/share/gnome/pixmaps dodir /usr/share/gnome/apps/Internet @@ -84,7 +84,7 @@ src_install() { # Opera's native installer. ./install.sh --prefix="${D}"/opt/opera || die - if [ "`use kde`" ] + if use kde then cp -R ${D}/usr/kde/2 ${D}/usr/kde/3 fi diff --git a/net-www/opera/opera-7.11-r2.ebuild b/net-www/opera/opera-7.11-r2.ebuild index f4a4b0672258..7eb3e17e7f0f 100644 --- a/net-www/opera/opera-7.11-r2.ebuild +++ b/net-www/opera/opera-7.11-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/opera/opera-7.11-r2.ebuild,v 1.7 2004/06/25 01:08:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.11-r2.ebuild,v 1.8 2004/06/25 15:45:13 agriffis Exp $ # # 1. static # Statically linked libraries, default. # 2. shared-2.95 # Dynamically linked libaries, compiled with gcc 2.95. @@ -55,7 +55,7 @@ SRC_URI="${SRC_URI} x86? ( ${OPERA_URI}/i386/${URL_DIR}/opera-${NV}.i386.tar.gz S=${WORKDIR}/opera-${NV}.i386 -if [ "`use ppc`" ] +if use ppc then S=${WORKDIR}/opera-${NV}.ppc fi @@ -86,14 +86,14 @@ src_compile() { src_install() { # Prepare installation directories for Opera's installer script. dodir /etc - if [ "`use kde`" ] + if use kde then # Install stuff for KDE2, and then simply copy it over # into the KDE3 directories. dodir /usr/kde/2/share/icons/{locolor,hicolor}/{16x16,22x22,32x32,48x48}/apps dodir /usr/kde/2/share/applnk/Internet fi - if [ "`use gnome`" ] + if use gnome then dodir /usr/share/gnome/pixmaps dodir /usr/share/gnome/apps/Internet @@ -101,7 +101,7 @@ src_install() { # Opera's native installer. ./install.sh --prefix="${D}"/opt/opera || die - if [ "`use kde`" ] + if use kde then cp -R ${D}/usr/kde/2 ${D}/usr/kde/3 fi diff --git a/net-www/opera/opera-7.23-r1.ebuild b/net-www/opera/opera-7.23-r1.ebuild index 2c252c833eb9..5c6cd5a81907 100644 --- a/net-www/opera/opera-7.23-r1.ebuild +++ b/net-www/opera/opera-7.23-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/opera/opera-7.23-r1.ebuild,v 1.8 2004/06/25 01:08:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.23-r1.ebuild,v 1.9 2004/06/25 15:45:13 agriffis Exp $ IUSE="static operanom2" @@ -60,7 +60,7 @@ src_unpack() { install.sh || die # Make mail and irc support optional - if [ "`use operanom2`" ]; then + if use operanom2; then einfo "Removing mail and chat support" rm -f ${S}/lib/m2.so fi diff --git a/net-www/opera/opera-7.50-r1.ebuild b/net-www/opera/opera-7.50-r1.ebuild index b27d7db6341d..d8d7a8c86062 100644 --- a/net-www/opera/opera-7.50-r1.ebuild +++ b/net-www/opera/opera-7.50-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/opera/opera-7.50-r1.ebuild,v 1.4 2004/06/25 01:08:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.50-r1.ebuild,v 1.5 2004/06/25 15:45:13 agriffis Exp $ IUSE="static" @@ -94,7 +94,7 @@ src_install() { echo "Plugin Path=/opt/opera/lib/opera/plugins" >> ${D}/etc/opera6rc # enable spellcheck - if [ `use static` ]; then + if use static; then DIR=$OPERAVER.1 else use sparc && DIR=$OPERAVER.2 || DIR=$OPERAVER.5 diff --git a/net-www/opera/opera-7.51.ebuild b/net-www/opera/opera-7.51.ebuild index 52652136bcb4..74c82cf8b607 100644 --- a/net-www/opera/opera-7.51.ebuild +++ b/net-www/opera/opera-7.51.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/opera/opera-7.51.ebuild,v 1.3 2004/06/25 01:08:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.51.ebuild,v 1.4 2004/06/25 15:45:13 agriffis Exp $ IUSE="static spell" @@ -95,8 +95,8 @@ src_install() { echo "Plugin Path=/opt/opera/lib/opera/plugins" >> ${D}/etc/opera6rc # enable spellcheck - if [ `use spell` ]; then - if [ `use static` ]; then + if use spell; then + if use static; then DIR=$OPERAVER.1 else use sparc && DIR=$OPERAVER.2 || DIR=$OPERAVER.5 diff --git a/net-www/screem/ChangeLog b/net-www/screem/ChangeLog index 043cd48fa429..8276324feb25 100644 --- a/net-www/screem/ChangeLog +++ b/net-www/screem/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/screem # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/screem/ChangeLog,v 1.18 2004/06/25 01:12:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/screem/ChangeLog,v 1.19 2004/06/25 16:09:15 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> screem-0.4.1-r2.ebuild: + QA - fix use invocation 08 Jun 2004; Yi Qiang <khai@gentoo.org> screem-0.10.2.ebuild: Added libcroco dependency, as pointed out by #53317 diff --git a/net-www/screem/screem-0.4.1-r2.ebuild b/net-www/screem/screem-0.4.1-r2.ebuild index a9a505797a05..199de97fb7b6 100644 --- a/net-www/screem/screem-0.4.1-r2.ebuild +++ b/net-www/screem/screem-0.4.1-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/screem/screem-0.4.1-r2.ebuild,v 1.14 2004/06/25 01:12:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/screem/screem-0.4.1-r2.ebuild,v 1.15 2004/06/25 16:09:15 agriffis Exp $ IUSE="gtkhtml ssl nls" @@ -27,11 +27,11 @@ src_compile() { libtoolize --copy --force local myopts="" - if [ -z "`use nls`" ] + if ! use nls then myopts="--disable-nls" fi - if [ "`use ssl`" ] + if use ssl then myopts="$myopts --with-ssl" fi @@ -48,7 +48,7 @@ src_compile() { --with-gnomevfs \ ${myopts} || die - if [ "`use ssl`" ] + if use ssl then cd ${S}/plugins/uploadWizard cp Makefile Makefile.orig diff --git a/net-www/squid/ChangeLog b/net-www/squid/ChangeLog index 5f477397f2c3..5c76fdfb0dee 100644 --- a/net-www/squid/ChangeLog +++ b/net-www/squid/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/squid # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/squid/ChangeLog,v 1.52 2004/06/25 01:12:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/squid/ChangeLog,v 1.53 2004/06/25 15:47:51 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> squid-2.4.7.ebuild, + squid-2.5.3.ebuild, squid-2.5.4.ebuild, squid-2.5.5-r1.ebuild, + squid-2.5.5-r2.ebuild, squid-2.5.5.ebuild: + QA - fix use invocation 24 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org> squid-2.5.5-r2.ebuild: diff --git a/net-www/squid/squid-2.4.7.ebuild b/net-www/squid/squid-2.4.7.ebuild index 4af79c9f5dfb..1b7f8b80c492 100644 --- a/net-www/squid/squid-2.4.7.ebuild +++ b/net-www/squid/squid-2.4.7.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/squid/squid-2.4.7.ebuild,v 1.13 2004/06/25 01:12:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/squid/squid-2.4.7.ebuild,v 1.14 2004/06/25 15:47:51 agriffis Exp $ inherit eutils @@ -33,7 +33,7 @@ src_unpack() { epatch ${FILESDIR}/${P}-debian.diff epatch ${FILESDIR}/${P}-gentoo.diff - if [ -z "`use debug`" ] + if ! use debug then sed -i 's%LDFLAGS="-g"%LDFLAGS=""%' configure.in autoconf || die diff --git a/net-www/squid/squid-2.5.3.ebuild b/net-www/squid/squid-2.5.3.ebuild index ad471aee1e02..b5d2ac9befd1 100644 --- a/net-www/squid/squid-2.5.3.ebuild +++ b/net-www/squid/squid-2.5.3.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/squid/squid-2.5.3.ebuild,v 1.11 2004/06/25 01:12:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/squid/squid-2.5.3.ebuild,v 1.12 2004/06/25 15:47:51 agriffis Exp $ IUSE="pam ldap ssl sasl snmp debug" @@ -40,7 +40,7 @@ src_unpack() { sed -e 's%^\(LINK =.*\)\(-o.*\)%\1\$(XTRA_LIBS) \2%' \ Makefile.in.orig > Makefile.in - if [ -z "`use debug`" ] + if ! use debug then cd ${S} mv configure.in configure.in.orig @@ -53,7 +53,7 @@ src_compile() { local basic_modules="getpwnam,YP,NCSA,SMB,MSNT,multi-domain-NTLM,winbind" use ldap && basic_modules="LDAP,${basic_modules}" use pam && basic_modules="PAM,${basic_modules}" - if [ `use sasl` ]; then + if use sasl; then basic_modules="SASL,${basic_modules}" #support for cyrus-sasl-1.x and 2.x; thanks Raker! if [ -f /usr/include/sasl/sasl.h ]; then diff --git a/net-www/squid/squid-2.5.4.ebuild b/net-www/squid/squid-2.5.4.ebuild index 71afdefd1792..9648bd4a4f64 100644 --- a/net-www/squid/squid-2.5.4.ebuild +++ b/net-www/squid/squid-2.5.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/squid/squid-2.5.4.ebuild,v 1.12 2004/06/25 01:12:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/squid/squid-2.5.4.ebuild,v 1.13 2004/06/25 15:47:51 agriffis Exp $ IUSE="pam ldap ssl sasl snmp debug" @@ -45,7 +45,7 @@ src_unpack() { sed -e 's%^\(LINK =.*\)\(-o.*\)%\1\$(XTRA_LIBS) \2%' \ Makefile.in.orig > Makefile.in - if [ -z "`use debug`" ] + if ! use debug then cd ${S} mv configure.in configure.in.orig @@ -59,7 +59,7 @@ src_compile() { local basic_modules="getpwnam,YP,NCSA,SMB,MSNT,multi-domain-NTLM,winbind" use ldap && basic_modules="LDAP,${basic_modules}" use pam && basic_modules="PAM,${basic_modules}" - if [ `use sasl` ]; then + if use sasl; then basic_modules="SASL,${basic_modules}" #support for cyrus-sasl-1.x and 2.x; thanks Raker! if [ -f /usr/include/sasl/sasl.h ]; then diff --git a/net-www/squid/squid-2.5.5-r1.ebuild b/net-www/squid/squid-2.5.5-r1.ebuild index 23cb1c723767..9123eba132b0 100644 --- a/net-www/squid/squid-2.5.5-r1.ebuild +++ b/net-www/squid/squid-2.5.5-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/squid/squid-2.5.5-r1.ebuild,v 1.4 2004/06/25 01:12:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/squid/squid-2.5.5-r1.ebuild,v 1.5 2004/06/25 15:47:51 agriffis Exp $ IUSE="pam ldap ssl sasl snmp debug" @@ -40,7 +40,7 @@ src_unpack() { sed -e 's%^\(LINK =.*\)\(-o.*\)%\1\$(XTRA_LIBS) \2%' \ Makefile.in.orig > Makefile.in - if [ -z "`use debug`" ] + if ! use debug then cd ${S} mv configure.in configure.in.orig @@ -54,7 +54,7 @@ src_compile() { local basic_modules="getpwnam,YP,NCSA,SMB,MSNT,multi-domain-NTLM,winbind" use ldap && basic_modules="LDAP,${basic_modules}" use pam && basic_modules="PAM,${basic_modules}" - if [ `use sasl` ]; then + if use sasl; then basic_modules="SASL,${basic_modules}" #support for cyrus-sasl-1.x and 2.x; thanks Raker! if [ -f /usr/include/sasl/sasl.h ]; then @@ -79,7 +79,7 @@ src_compile() { use snmp && myconf="${myconf} --enable-snmp" || myconf="${myconf} --disable-snmp" use ssl && myconf="${myconf} --enable-ssl" || myconf="${myconf} --disable-ssl" - if [ `use underscores` ]; then + if use underscores; then ewarn "Enabling underscores in domain names will result in dns resolution" ewarn "failure if your local DNS client (probably bind) is not compatible." myconf="${myconf} --enable-underscores" diff --git a/net-www/squid/squid-2.5.5-r2.ebuild b/net-www/squid/squid-2.5.5-r2.ebuild index 540c1c496941..60cef45cc21c 100644 --- a/net-www/squid/squid-2.5.5-r2.ebuild +++ b/net-www/squid/squid-2.5.5-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/squid/squid-2.5.5-r2.ebuild,v 1.9 2004/06/25 01:12:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/squid/squid-2.5.5-r2.ebuild,v 1.10 2004/06/25 15:47:51 agriffis Exp $ inherit eutils @@ -45,7 +45,7 @@ src_unpack() { sed -e 's%^\(LINK =.*\)\(-o.*\)%\1\$(XTRA_LIBS) \2%' \ Makefile.in.orig > Makefile.in - if [ -z "`use debug`" ] + if ! use debug then cd ${S} mv configure.in configure.in.orig @@ -59,7 +59,7 @@ src_compile() { local basic_modules="getpwnam,YP,NCSA,SMB,MSNT,multi-domain-NTLM,winbind" use ldap && basic_modules="LDAP,${basic_modules}" use pam && basic_modules="PAM,${basic_modules}" - if [ `use sasl` ]; then + if use sasl; then basic_modules="SASL,${basic_modules}" #support for cyrus-sasl-1.x and 2.x; thanks Raker! if [ -f /usr/include/sasl/sasl.h ]; then @@ -86,7 +86,7 @@ src_compile() { use amd64 && myconf="${myconf} --disable-internal-dns " - if [ `use underscores` ]; then + if use underscores; then ewarn "Enabling underscores in domain names will result in dns resolution" ewarn "failure if your local DNS client (probably bind) is not compatible." myconf="${myconf} --enable-underscores" diff --git a/net-www/squid/squid-2.5.5.ebuild b/net-www/squid/squid-2.5.5.ebuild index 916beedd4f02..ae1ee87b10fe 100644 --- a/net-www/squid/squid-2.5.5.ebuild +++ b/net-www/squid/squid-2.5.5.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/squid/squid-2.5.5.ebuild,v 1.8 2004/06/25 01:12:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/squid/squid-2.5.5.ebuild,v 1.9 2004/06/25 15:47:51 agriffis Exp $ IUSE="pam ldap ssl sasl snmp debug" @@ -40,7 +40,7 @@ src_unpack() { sed -e 's%^\(LINK =.*\)\(-o.*\)%\1\$(XTRA_LIBS) \2%' \ Makefile.in.orig > Makefile.in - if [ -z "`use debug`" ] + if ! use debug then cd ${S} mv configure.in configure.in.orig @@ -54,7 +54,7 @@ src_compile() { local basic_modules="getpwnam,YP,NCSA,SMB,MSNT,multi-domain-NTLM,winbind" use ldap && basic_modules="LDAP,${basic_modules}" use pam && basic_modules="PAM,${basic_modules}" - if [ `use sasl` ]; then + if use sasl; then basic_modules="SASL,${basic_modules}" #support for cyrus-sasl-1.x and 2.x; thanks Raker! if [ -f /usr/include/sasl/sasl.h ]; then diff --git a/net-www/tomcat/ChangeLog b/net-www/tomcat/ChangeLog index 958267d6c48d..66b3770198f8 100644 --- a/net-www/tomcat/ChangeLog +++ b/net-www/tomcat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/tomcat # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.33 2004/06/25 01:14:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.34 2004/06/25 16:10:25 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> tomcat-5.0.18.ebuild: + QA - fix use invocation 08 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> tomcat-5.0.18.ebuild: Stable on alpha. diff --git a/net-www/tomcat/tomcat-5.0.18.ebuild b/net-www/tomcat/tomcat-5.0.18.ebuild index 9f4f43f37a4c..028199ca6a35 100644 --- a/net-www/tomcat/tomcat-5.0.18.ebuild +++ b/net-www/tomcat/tomcat-5.0.18.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/tomcat/tomcat-5.0.18.ebuild,v 1.8 2004/06/25 01:14:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-5.0.18.ebuild,v 1.9 2004/06/25 16:10:25 agriffis Exp $ inherit eutils @@ -23,7 +23,7 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/${PV}/gentoo.diff - if [ ! `use doc` ] ; then + if ! use doc ; then rm -rf webapps/{tomcat-docs,jsp-examples,servlets-examples} fi } diff --git a/net-www/twiki/ChangeLog b/net-www/twiki/ChangeLog index 995cc8b43bb7..86bd455dfe1f 100644 --- a/net-www/twiki/ChangeLog +++ b/net-www/twiki/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/twiki # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/twiki/ChangeLog,v 1.5 2004/06/25 01:14:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/twiki/ChangeLog,v 1.6 2004/06/25 15:50:31 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> twiki-20030201.ebuild: + QA - fix use invocation 02 Jun 2004; Martin Holzer <mholzer@gentoo.org> twiki-20030201.ebuild: adding S diff --git a/net-www/twiki/twiki-20030201.ebuild b/net-www/twiki/twiki-20030201.ebuild index 94d3d1201359..152f356b9f66 100644 --- a/net-www/twiki/twiki-20030201.ebuild +++ b/net-www/twiki/twiki-20030201.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/twiki/twiki-20030201.ebuild,v 1.7 2004/06/25 01:14:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/twiki/twiki-20030201.ebuild,v 1.8 2004/06/25 15:50:31 agriffis Exp $ inherit webapp-apache @@ -42,7 +42,7 @@ src_install() { dodir ${destdir} cp -r . ${D}${destdir} - if [ "`use apache2`" ]; then + if use apache2; then dodir /etc/apache2/conf/modules.d insinto /etc/apache2/conf/modules.d newins ${FILESDIR}/twiki.conf 97_twiki.conf diff --git a/net-www/w3mmee/ChangeLog b/net-www/w3mmee/ChangeLog index f302fc8a2e87..49be7c00d2db 100644 --- a/net-www/w3mmee/ChangeLog +++ b/net-www/w3mmee/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/w3mmee # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/w3mmee/ChangeLog,v 1.12 2004/06/25 01:15:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/w3mmee/ChangeLog,v 1.13 2004/06/25 16:05:46 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> w3mmee-0.3.2_p24-r3.ebuild, + w3mmee-0.3.2_p24-r4.ebuild: + QA - fix use invocation 03 May 2004; Jason Wever <weeve@gentoo.org> w3mmee-0.3.2_p24-r4.ebuild: Stable on sparc. diff --git a/net-www/w3mmee/w3mmee-0.3.2_p24-r3.ebuild b/net-www/w3mmee/w3mmee-0.3.2_p24-r3.ebuild index 98a9d07afb51..56dce21d4c2d 100644 --- a/net-www/w3mmee/w3mmee-0.3.2_p24-r3.ebuild +++ b/net-www/w3mmee/w3mmee-0.3.2_p24-r3.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/w3mmee/w3mmee-0.3.2_p24-r3.ebuild,v 1.6 2004/06/25 01:15:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/w3mmee/w3mmee-0.3.2_p24-r3.ebuild,v 1.7 2004/06/25 16:05:46 agriffis Exp $ inherit alternatives eutils @@ -55,7 +55,7 @@ src_compile() { myuse="use_cookie=y use_ansi_color=y use_history=y display_code=E system_code=E" - if [ -n "`use ssl`" ] ; then + if use ssl ; then myconf="${myconf} --ssl-includedir=/usr/include/openssl --ssl-libdir=/usr/lib" myuse="${myuse} use_ssl=y use_ssl_verify=y @@ -64,19 +64,19 @@ src_compile() { myuse="${myuse} use_ssl=n" fi - if [ -n "`use gpm`" ] ; then + if use gpm ; then myuse="${myuse} use_mouse=y" else myuse="${myuse} use_mouse=n" fi - if [ -n "`use nls`" ] ; then + if use nls ; then myconf="${myconf} -locale_dir=/usr/share/locale" else myconf="${myconf} -locale_dir='(NONE)'" fi - if [ -n "`use imlib`" ] ; then + if use imlib ; then myuse="${myuse} use_image=y use_w3mimg_x11=y use_w3mimg_fb=n w3mimgdisplay_setuid=n use_xface=y" else diff --git a/net-www/w3mmee/w3mmee-0.3.2_p24-r4.ebuild b/net-www/w3mmee/w3mmee-0.3.2_p24-r4.ebuild index eacf20362bb9..58aab7f5cfe7 100644 --- a/net-www/w3mmee/w3mmee-0.3.2_p24-r4.ebuild +++ b/net-www/w3mmee/w3mmee-0.3.2_p24-r4.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/w3mmee/w3mmee-0.3.2_p24-r4.ebuild,v 1.5 2004/06/25 01:15:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/w3mmee/w3mmee-0.3.2_p24-r4.ebuild,v 1.6 2004/06/25 16:05:46 agriffis Exp $ inherit alternatives eutils @@ -55,7 +55,7 @@ src_compile() { myuse="use_cookie=y use_ansi_color=y use_history=y display_code=E system_code=E" - if [ -n "`use ssl`" ] ; then + if use ssl ; then myconf="${myconf} --ssl-includedir=/usr/include/openssl --ssl-libdir=/usr/lib" myuse="${myuse} use_ssl=y use_ssl_verify=y @@ -64,19 +64,19 @@ src_compile() { myuse="${myuse} use_ssl=n" fi - if [ -n "`use gpm`" ] ; then + if use gpm ; then myuse="${myuse} use_mouse=y" else myuse="${myuse} use_mouse=n" fi - if [ -n "`use nls`" ] ; then + if use nls ; then myconf="${myconf} -locale_dir=/usr/share/locale" else myconf="${myconf} -locale_dir='(NONE)'" fi - if [ -n "`use imlib`" ] ; then + if use imlib ; then myuse="${myuse} use_image=y use_w3mimg_x11=y use_w3mimg_fb=n w3mimgdisplay_setuid=n use_xface=y" else |