diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 02:55:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 02:55:58 +0000 |
commit | d866daf50101a3ff77c2793821b1cb486215a765 (patch) | |
tree | 7f9d612291d111d643ca5146226be88ada5a49b3 /x11-wm/oroborus | |
parent | Stable on sparc, added ~mips (diff) | |
download | historical-d866daf50101a3ff77c2793821b1cb486215a765.tar.gz historical-d866daf50101a3ff77c2793821b1cb486215a765.tar.bz2 historical-d866daf50101a3ff77c2793821b1cb486215a765.zip |
QA - fix use invocation
Diffstat (limited to 'x11-wm/oroborus')
-rw-r--r-- | x11-wm/oroborus/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/oroborus/oroborus-2.0.13.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/oroborus/oroborus-2.0.4-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/oroborus/oroborus-2.0.7.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/oroborus/oroborus-2.0.9.ebuild | 4 |
5 files changed, 13 insertions, 9 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 |