summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-24 00:20:49 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-24 00:20:49 +0000
commit0a59b0ebac2f759cd8d0e99ac3d28ec0fe793bc5 (patch)
tree48c47b4ade8f512a944468ba8a47beb78c2ea1bc /x11-libs/xosd
parentQA - fix use invocation, run gnuconfig_update everywhere instead of select ar... (diff)
downloadhistorical-0a59b0ebac2f759cd8d0e99ac3d28ec0fe793bc5.tar.gz
historical-0a59b0ebac2f759cd8d0e99ac3d28ec0fe793bc5.tar.bz2
historical-0a59b0ebac2f759cd8d0e99ac3d28ec0fe793bc5.zip
QA - fix use invocation
Diffstat (limited to 'x11-libs/xosd')
-rw-r--r--x11-libs/xosd/ChangeLog6
-rw-r--r--x11-libs/xosd/xosd-2.2.4-r2.ebuild4
-rw-r--r--x11-libs/xosd/xosd-2.2.5.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/xosd/ChangeLog b/x11-libs/xosd/ChangeLog
index a6527c6c37ab..eb8ab5eab43d 100644
--- a/x11-libs/xosd/ChangeLog
+++ b/x11-libs/xosd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/xosd
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v 1.29 2004/04/17 23:02:17 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v 1.30 2004/06/24 00:14:19 agriffis Exp $
+
+ 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> xosd-2.2.4-r2.ebuild,
+ xosd-2.2.5.ebuild:
+ QA - fix use invocation
17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> xosd-2.2.4-r2.ebuild,
xosd-2.2.5-r1.ebuild, xosd-2.2.5.ebuild:
diff --git a/x11-libs/xosd/xosd-2.2.4-r2.ebuild b/x11-libs/xosd/xosd-2.2.4-r2.ebuild
index e0a9e9a74d67..7e17eeb39683 100644
--- a/x11-libs/xosd/xosd-2.2.4-r2.ebuild
+++ b/x11-libs/xosd/xosd-2.2.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.4-r2.ebuild,v 1.7 2004/05/23 16:43:24 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.4-r2.ebuild,v 1.8 2004/06/24 00:14:19 agriffis Exp $
inherit eutils
@@ -27,7 +27,7 @@ src_unpack() {
}
src_compile() {
- if [ "`use xmms`" ]; then
+ if use xmms; then
myconf="--with-plugindir=/usr/lib/xmms/General"
else
myconf="--without-plugindir"
diff --git a/x11-libs/xosd/xosd-2.2.5.ebuild b/x11-libs/xosd/xosd-2.2.5.ebuild
index 139d81f6d756..5cd3ba5715e8 100644
--- a/x11-libs/xosd/xosd-2.2.5.ebuild
+++ b/x11-libs/xosd/xosd-2.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.5.ebuild,v 1.7 2004/05/23 16:43:24 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.5.ebuild,v 1.8 2004/06/24 00:14:19 agriffis Exp $
inherit eutils
@@ -25,7 +25,7 @@ src_unpack() {
src_compile() {
local myconf=""
- [ `use xmms` ] \
+ use xmms \
&& myconf="--with-plugindir=/usr/lib/xmms/General" \
|| myconf="--without-plugindir"