summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-27 17:31:22 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-27 17:31:22 +0000
commit88524eab40cd2b7cccd7a7a4b383bcb431161508 (patch)
treeddcf558bc069a83bfff52927d3363ba1e63f746a /sys-apps
parentMarking stable on ppc (Manifest recommit) (diff)
downloadgentoo-2-88524eab40cd2b7cccd7a7a4b383bcb431161508.tar.gz
gentoo-2-88524eab40cd2b7cccd7a7a4b383bcb431161508.tar.bz2
gentoo-2-88524eab40cd2b7cccd7a7a4b383bcb431161508.zip
QA - fix use invocation
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/memtest86+/ChangeLog6
-rw-r--r--sys-apps/memtest86+/memtest86+-1.0.ebuild4
-rw-r--r--sys-apps/memtest86+/memtest86+-1.11.ebuild4
-rw-r--r--sys-apps/memtest86+/memtest86+-1.15.ebuild4
-rw-r--r--sys-apps/modutils/ChangeLog5
-rw-r--r--sys-apps/modutils/modutils-2.4.16-r2.ebuild4
6 files changed, 17 insertions, 10 deletions
diff --git a/sys-apps/memtest86+/ChangeLog b/sys-apps/memtest86+/ChangeLog
index f1153b17d453..c97a1d495412 100644
--- a/sys-apps/memtest86+/ChangeLog
+++ b/sys-apps/memtest86+/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/memtest86+
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/ChangeLog,v 1.7 2004/06/24 22:15:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/ChangeLog,v 1.8 2004/06/27 17:29:48 agriffis Exp $
+
+ 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> memtest86+-1.0.ebuild,
+ memtest86+-1.11.ebuild, memtest86+-1.15.ebuild:
+ QA - fix use invocation
*memtest86+-1.15 (17 May 2004)
diff --git a/sys-apps/memtest86+/memtest86+-1.0.ebuild b/sys-apps/memtest86+/memtest86+-1.0.ebuild
index d0228f1b8928..03fbba1b2fc1 100644
--- a/sys-apps/memtest86+/memtest86+-1.0.ebuild
+++ b/sys-apps/memtest86+/memtest86+-1.0.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/sys-apps/memtest86+/memtest86+-1.0.ebuild,v 1.5 2004/06/24 22:15:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/memtest86+-1.0.ebuild,v 1.6 2004/06/27 17:29:48 agriffis Exp $
inherit mount-boot
@@ -22,7 +22,7 @@ src_unpack() {
# a little fix to make gcc-3.3.x happy
sed -e '/DISCARD/d' -i memtest_shared.lds
- if [ `use serial` ] ; then
+ if use serial ; then
sed -e 's/#define SERIAL_CONSOLE_DEFAULT 0/#define SERIAL_CONSOLE_DEFAULT 1/' -i config.h
fi
}
diff --git a/sys-apps/memtest86+/memtest86+-1.11.ebuild b/sys-apps/memtest86+/memtest86+-1.11.ebuild
index 38ed5bf396c1..cf1f1871c7d6 100644
--- a/sys-apps/memtest86+/memtest86+-1.11.ebuild
+++ b/sys-apps/memtest86+/memtest86+-1.11.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/sys-apps/memtest86+/memtest86+-1.11.ebuild,v 1.3 2004/06/24 22:15:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/memtest86+-1.11.ebuild,v 1.4 2004/06/27 17:29:48 agriffis Exp $
inherit mount-boot
@@ -23,7 +23,7 @@ src_unpack() {
# a little fix to make gcc-3.3.x happy
sed -e '/DISCARD/d' -i memtest_shared.lds
- if [ `use serial` ] ; then
+ if use serial ; then
sed -e 's/#define SERIAL_CONSOLE_DEFAULT 0/#define SERIAL_CONSOLE_DEFAULT 1/' -i config.h
fi
}
diff --git a/sys-apps/memtest86+/memtest86+-1.15.ebuild b/sys-apps/memtest86+/memtest86+-1.15.ebuild
index dc58b465c201..9ae965b76209 100644
--- a/sys-apps/memtest86+/memtest86+-1.15.ebuild
+++ b/sys-apps/memtest86+/memtest86+-1.15.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/sys-apps/memtest86+/memtest86+-1.15.ebuild,v 1.2 2004/06/24 22:15:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/memtest86+-1.15.ebuild,v 1.3 2004/06/27 17:29:48 agriffis Exp $
inherit mount-boot
@@ -23,7 +23,7 @@ src_unpack() {
# a little fix to make gcc-3.3.x happy
#sed -e '/DISCARD/d' -i memtest_shared.lds
- if [ `use serial` ] ; then
+ if use serial ; then
sed -e 's/#define SERIAL_CONSOLE_DEFAULT 0/#define SERIAL_CONSOLE_DEFAULT 1/' -i config.h
fi
}
diff --git a/sys-apps/modutils/ChangeLog b/sys-apps/modutils/ChangeLog
index b41bab6c7b9b..ef53de196021 100644
--- a/sys-apps/modutils/ChangeLog
+++ b/sys-apps/modutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/modutils
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/ChangeLog,v 1.38 2004/06/24 22:17:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/ChangeLog,v 1.39 2004/06/27 17:31:22 agriffis Exp $
+
+ 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> modutils-2.4.16-r2.ebuild:
+ QA - fix use invocation
19 May 2004; <solar@gentoo.org> modutils-2.4.26.ebuild:
modutils-2.4.26 no longer needs to filter-flags -fPIC
diff --git a/sys-apps/modutils/modutils-2.4.16-r2.ebuild b/sys-apps/modutils/modutils-2.4.16-r2.ebuild
index d0a7e8f0f25a..7a7f3ec08071 100644
--- a/sys-apps/modutils/modutils-2.4.16-r2.ebuild
+++ b/sys-apps/modutils/modutils-2.4.16-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/sys-apps/modutils/modutils-2.4.16-r2.ebuild,v 1.18 2004/06/24 22:17:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16-r2.ebuild,v 1.19 2004/06/27 17:31:22 agriffis Exp $
S=${WORKDIR}/${P}
SLOT="0"
@@ -38,7 +38,7 @@ src_install() {
# we want insmod static if using zlib, as libz is in /usr/lib/, so
# move all the *.static to the normal names
-# if [ "`use zlib`" ] ; then
+# if use zlib ; then
# mv ${D}/sbin/insmod.static ${D}/sbin/insmod
# rest are symlinks pointing to "/sbin/insmod.static", so
# nuke them