summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-28 02:55:58 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-28 02:55:58 +0000
commitd866daf50101a3ff77c2793821b1cb486215a765 (patch)
tree7f9d612291d111d643ca5146226be88ada5a49b3 /x11-wm
parentStable on sparc, added ~mips (diff)
downloadhistorical-d866daf50101a3ff77c2793821b1cb486215a765.tar.gz
historical-d866daf50101a3ff77c2793821b1cb486215a765.tar.bz2
historical-d866daf50101a3ff77c2793821b1cb486215a765.zip
QA - fix use invocation
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/oroborus/ChangeLog6
-rw-r--r--x11-wm/oroborus/oroborus-2.0.13.ebuild4
-rw-r--r--x11-wm/oroborus/oroborus-2.0.4-r1.ebuild4
-rw-r--r--x11-wm/oroborus/oroborus-2.0.7.ebuild4
-rw-r--r--x11-wm/oroborus/oroborus-2.0.9.ebuild4
-rw-r--r--x11-wm/pwm/ChangeLog6
-rw-r--r--x11-wm/pwm/pwm-1.0.20010309.ebuild4
-rw-r--r--x11-wm/pwm/pwm-1.0.20030617.ebuild4
-rw-r--r--x11-wm/sawfish/ChangeLog5
-rw-r--r--x11-wm/sawfish/sawfish-1.0.1-r6.ebuild4
-rw-r--r--x11-wm/xfce/ChangeLog5
-rw-r--r--x11-wm/xfce/xfce-3.8.16.ebuild6
12 files changed, 35 insertions, 21 deletions
diff --git a/x11-wm/oroborus/ChangeLog b/x11-wm/oroborus/ChangeLog
index 4627cda01553..19182901cf2d 100644
--- a/x11-wm/oroborus/ChangeLog
+++ b/x11-wm/oroborus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-wm/oroborus
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v 1.15 2004/06/24 23:43:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v 1.16 2004/06/28 02:53:57 agriffis Exp $
+
+ 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> oroborus-2.0.13.ebuild,
+ oroborus-2.0.4-r1.ebuild, oroborus-2.0.7.ebuild, oroborus-2.0.9.ebuild:
+ QA - fix use invocation
07 May 2004; Brandon Hale <tseng@gentoo.org> oroborus-2.0.13.ebuild,
oroborus-2.0.7.ebuild, oroborus-2.0.9.ebuild:
diff --git a/x11-wm/oroborus/oroborus-2.0.13.ebuild b/x11-wm/oroborus/oroborus-2.0.13.ebuild
index 937bda986bc2..2fcbc29575df 100644
--- a/x11-wm/oroborus/oroborus-2.0.13.ebuild
+++ b/x11-wm/oroborus/oroborus-2.0.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/x11-wm/oroborus/oroborus-2.0.13.ebuild,v 1.6 2004/06/24 23:43:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.13.ebuild,v 1.7 2004/06/28 02:53:57 agriffis Exp $
DESCRIPTION="Small and fast window manager."
HOMEPAGE="http://www.oroborus.org/oroborus.shtml"
@@ -33,7 +33,7 @@ src_install () {
mandir=${D}/usr/share/man \
install || die
- if [ "`use gnome`" ] ; then
+ if use gnome ; then
insinto /usr/share/gnome/wm-properties
doins ${FILESDIR}/oroborus.desktop
fi
diff --git a/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild b/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild
index 6904edbd365f..9ddd37ea9aec 100644
--- a/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild
+++ b/x11-wm/oroborus/oroborus-2.0.4-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/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild,v 1.14 2004/06/24 23:43:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild,v 1.15 2004/06/28 02:53:57 agriffis Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Yet another window manager"
@@ -33,7 +33,7 @@ src_install () {
mandir=${D}/usr/share/man \
install || die
- if [ "`use gnome`" ] ; then
+ if use gnome ; then
insinto /usr/share/gnome/wm-properties
doins ${FILESDIR}/oroborus.desktop
diff --git a/x11-wm/oroborus/oroborus-2.0.7.ebuild b/x11-wm/oroborus/oroborus-2.0.7.ebuild
index a0e41d83e777..3f931d6caafa 100644
--- a/x11-wm/oroborus/oroborus-2.0.7.ebuild
+++ b/x11-wm/oroborus/oroborus-2.0.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/x11-wm/oroborus/oroborus-2.0.7.ebuild,v 1.11 2004/06/24 23:43:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.7.ebuild,v 1.12 2004/06/28 02:53:57 agriffis Exp $
DESCRIPTION="Small and fast window manager."
HOMEPAGE="http://www.dreamind.de/oroborus.shtml"
@@ -31,7 +31,7 @@ src_install () {
mandir=${D}/usr/share/man \
install || die
- if [ "`use gnome`" ] ; then
+ if use gnome ; then
insinto /usr/share/gnome/wm-properties
doins ${FILESDIR}/oroborus.desktop
diff --git a/x11-wm/oroborus/oroborus-2.0.9.ebuild b/x11-wm/oroborus/oroborus-2.0.9.ebuild
index 88dbf3c57d44..14141c709de3 100644
--- a/x11-wm/oroborus/oroborus-2.0.9.ebuild
+++ b/x11-wm/oroborus/oroborus-2.0.9.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/x11-wm/oroborus/oroborus-2.0.9.ebuild,v 1.9 2004/06/24 23:43:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.9.ebuild,v 1.10 2004/06/28 02:53:57 agriffis Exp $
DESCRIPTION="Small and fast window manager."
HOMEPAGE="http://www.dreamind.de/oroborus.shtml"
@@ -32,7 +32,7 @@ src_install () {
mandir=${D}/usr/share/man \
install || die
- if [ "`use gnome`" ] ; then
+ if use gnome ; then
insinto /usr/share/gnome/wm-properties
doins ${FILESDIR}/oroborus.desktop
diff --git a/x11-wm/pwm/ChangeLog b/x11-wm/pwm/ChangeLog
index 58618cc687d7..86a7fd252f7e 100644
--- a/x11-wm/pwm/ChangeLog
+++ b/x11-wm/pwm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-wm/pwm
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/ChangeLog,v 1.9 2004/06/24 23:44:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/ChangeLog,v 1.10 2004/06/28 02:54:34 agriffis Exp $
+
+ 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> pwm-1.0.20010309.ebuild,
+ pwm-1.0.20030617.ebuild:
+ QA - fix use invocation
18 Jun 2004; Jason Wever <weeve@gentoo.org> pwm-1.0.20030617.ebuild:
Stable on sparc.
diff --git a/x11-wm/pwm/pwm-1.0.20010309.ebuild b/x11-wm/pwm/pwm-1.0.20010309.ebuild
index 46bb4cf2d213..ca510d6732eb 100644
--- a/x11-wm/pwm/pwm-1.0.20010309.ebuild
+++ b/x11-wm/pwm/pwm-1.0.20010309.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/x11-wm/pwm/pwm-1.0.20010309.ebuild,v 1.14 2004/06/24 23:44:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/pwm-1.0.20010309.ebuild,v 1.15 2004/06/28 02:54:34 agriffis Exp $
NPV=20010309
S=${WORKDIR}/pwm-${NPV}
@@ -47,7 +47,7 @@ src_install() {
ETCDIR=${D}/etc/X11 \
install || die
- if [ "`use gnome`" ]
+ if use gnome
then
insinto /usr/share/gnome/wm-properties
doins support/PWM.desktop
diff --git a/x11-wm/pwm/pwm-1.0.20030617.ebuild b/x11-wm/pwm/pwm-1.0.20030617.ebuild
index e1a2c9c765f3..1e219819668b 100644
--- a/x11-wm/pwm/pwm-1.0.20030617.ebuild
+++ b/x11-wm/pwm/pwm-1.0.20030617.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/x11-wm/pwm/pwm-1.0.20030617.ebuild,v 1.5 2004/06/24 23:44:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/pwm-1.0.20030617.ebuild,v 1.6 2004/06/28 02:54:34 agriffis Exp $
MY_P=${PN}-${PV/1.0./}
S=${WORKDIR}/${MY_P}
@@ -47,7 +47,7 @@ src_install() {
ETCDIR=${D}/etc/X11 \
install || die "install failed"
- if [ "`use gnome`" ]
+ if use gnome
then
insinto /usr/share/gnome/wm-properties
doins support/PWM.desktop
diff --git a/x11-wm/sawfish/ChangeLog b/x11-wm/sawfish/ChangeLog
index 113e293c54b2..9f156d5a85f8 100644
--- a/x11-wm/sawfish/ChangeLog
+++ b/x11-wm/sawfish/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/sawfish
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.47 2004/06/24 23:44:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.48 2004/06/28 02:55:15 agriffis Exp $
+
+ 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> sawfish-1.0.1-r6.ebuild:
+ QA - fix use invocation
*sawfish-1.0.1-r6 (13 May 2004)
diff --git a/x11-wm/sawfish/sawfish-1.0.1-r6.ebuild b/x11-wm/sawfish/sawfish-1.0.1-r6.ebuild
index 54e6c9da825a..984a68dd9678 100644
--- a/x11-wm/sawfish/sawfish-1.0.1-r6.ebuild
+++ b/x11-wm/sawfish/sawfish-1.0.1-r6.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/x11-wm/sawfish/sawfish-1.0.1-r6.ebuild,v 1.12 2004/06/24 23:44:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.0.1-r6.ebuild,v 1.13 2004/06/28 02:55:15 agriffis Exp $
IUSE="gtk nls esd gnome"
@@ -79,7 +79,7 @@ src_install() {
dodoc DOC FAQ NEWS README THANKS TODO
# Add to Gnome CC's Window Manager list
- if [ "`use gnome`" ]
+ if use gnome
then
insinto /usr/share/gnome/wm-properties
doins ${FILESDIR}/Sawfish.desktop
diff --git a/x11-wm/xfce/ChangeLog b/x11-wm/xfce/ChangeLog
index 4f7684acc505..8b5bffca5cef 100644
--- a/x11-wm/xfce/ChangeLog
+++ b/x11-wm/xfce/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/xfce
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/xfce/ChangeLog,v 1.20 2004/06/24 23:46:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xfce/ChangeLog,v 1.21 2004/06/28 02:55:58 agriffis Exp $
+
+ 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> xfce-3.8.16.ebuild:
+ QA - fix use invocation
30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> xfce-3.8.16.ebuild,
xfce-3.8.18-r1.ebuild, xfce-3.8.18-r2.ebuild:
diff --git a/x11-wm/xfce/xfce-3.8.16.ebuild b/x11-wm/xfce/xfce-3.8.16.ebuild
index 866f0bd457b9..42c9110d92ff 100644
--- a/x11-wm/xfce/xfce-3.8.16.ebuild
+++ b/x11-wm/xfce/xfce-3.8.16.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/x11-wm/xfce/xfce-3.8.16.ebuild,v 1.19 2004/06/24 23:46:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xfce/xfce-3.8.16.ebuild,v 1.20 2004/06/28 02:55:58 agriffis Exp $
IUSE="arts gtk gnome nls"
@@ -24,8 +24,8 @@ src_compile() {
use gtk && myconf="--enable-imlib=no --enable-gdk-pixbuf=/usr"
-# if [ "`use fooz`" ]
- if [ "`use gnome`" ]
+# if use fooz
+ if use gnome
then
myconf="${myconf} --enable-gdm"
myconf="${myconf} --enable-libxml2"