diff options
author | 2004-06-28 23:23:26 +0000 | |
---|---|---|
committer | 2004-06-28 23:23:26 +0000 | |
commit | 4976bdbbe3fdcb22a824d656d4434ef9edeb9757 (patch) | |
tree | ce2d5751514e07aa0cd1457a8b9993e021efd727 | |
parent | Cleared up the CRLF vs. LF mess in the CVS patch. Updated Copyright header. (... (diff) | |
download | gentoo-2-4976bdbbe3fdcb22a824d656d4434ef9edeb9757.tar.gz gentoo-2-4976bdbbe3fdcb22a824d656d4434ef9edeb9757.tar.bz2 gentoo-2-4976bdbbe3fdcb22a824d656d4434ef9edeb9757.zip |
fix use invocation
8 files changed, 23 insertions, 15 deletions
diff --git a/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild b/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild index b5a52248d488..3a0ac9a731dc 100644 --- a/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild +++ b/games-puzzle/mirrormagic/mirrormagic-2.0.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/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild,v 1.8 2004/06/24 23:07:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild,v 1.9 2004/06/28 23:23:26 mr_bones_ Exp $ inherit flag-o-matic games @@ -25,7 +25,7 @@ src_compile() { replace-flags -march=k6 -march=i586 local makeopts="X11_PATH=/usr/X11R6 RO_GAME_DIR=${GAMES_DATADIR}/${PN} RW_GAME_DIR=${GAMES_STATEDIR}/${PN}" - if use X || [ -z "$(use X)$(use sdl)" ] ; then + if use X || ! use sdl ; then make clean || die make ${makeopts} OPTIONS="${CFLAGS}" x11 || die mv mirrormagic{,.x11} diff --git a/x11-themes/redhat-artwork/ChangeLog b/x11-themes/redhat-artwork/ChangeLog index b99837bcf8e8..1b03bf13f686 100644 --- a/x11-themes/redhat-artwork/ChangeLog +++ b/x11-themes/redhat-artwork/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-themes/redhat-artwork # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/ChangeLog,v 1.31 2004/06/24 23:37:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/ChangeLog,v 1.32 2004/06/28 23:20:04 mr_bones_ Exp $ + +*redhat-artwork-0.96 (28 Jun 2004) + + 28 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> + redhat-artwork-0.73.ebuild, redhat-artwork-0.81.ebuild, + redhat-artwork-0.88-r2.ebuild, redhat-artwork-0.88.ebuild, + redhat-artwork-0.95.ebuild, redhat-artwork-0.96.ebuild: + fix use invocation 29 May 2004; Yi Qiang <khai@gentoo.org> : version bump, requested by #52398 diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild index 95d5cc1b242f..f04c21534bd1 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.73.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-themes/redhat-artwork/redhat-artwork-0.73.ebuild,v 1.12 2004/06/24 23:37:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild,v 1.13 2004/06/28 23:20:04 mr_bones_ Exp $ inherit eutils rpm @@ -172,7 +172,7 @@ src_install () { done # remove xmms skin if unneeded - [ -n "`use xmms`" ] || rm -rf ${D}/usr/share/xmms + use xmms || rm -rf ${D}/usr/share/xmms cd ${S} dodoc AUTHORS NEWS README ChangeLog diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.81.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.81.ebuild index d249b07f19f4..5e9d23fe4426 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.81.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.81.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-themes/redhat-artwork/redhat-artwork-0.81.ebuild,v 1.7 2004/06/24 23:37:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.81.ebuild,v 1.8 2004/06/28 23:20:04 mr_bones_ Exp $ inherit eutils rpm @@ -172,7 +172,7 @@ src_install () { done # remove xmms skin if unneeded - [ -n "`use xmms`" ] || rm -rf ${D}/usr/share/xmms + use xmms || rm -rf ${D}/usr/share/xmms cd ${S} dodoc AUTHORS NEWS README ChangeLog diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.88-r2.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.88-r2.ebuild index 97ad9d7e87fd..bcedc347e1be 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.88-r2.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.88-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/x11-themes/redhat-artwork/redhat-artwork-0.88-r2.ebuild,v 1.6 2004/06/24 23:37:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.88-r2.ebuild,v 1.7 2004/06/28 23:20:04 mr_bones_ Exp $ inherit eutils rpm @@ -172,7 +172,7 @@ src_install () { done # remove xmms skin if unneeded - [ -n "`use xmms`" ] || rm -rf ${D}/usr/share/xmms + use xmms || rm -rf ${D}/usr/share/xmms cd ${S} dodoc AUTHORS NEWS README ChangeLog diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.88.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.88.ebuild index 85cc522feb69..71fa7f27f849 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.88.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.88.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-themes/redhat-artwork/redhat-artwork-0.88.ebuild,v 1.7 2004/06/24 23:37:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.88.ebuild,v 1.8 2004/06/28 23:20:04 mr_bones_ Exp $ inherit eutils rpm @@ -173,7 +173,7 @@ src_install () { done # remove xmms skin if unneeded - [ -n "`use xmms`" ] || rm -rf ${D}/usr/share/xmms + use xmms || rm -rf ${D}/usr/share/xmms cd ${S} dodoc AUTHORS NEWS README ChangeLog diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.95.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.95.ebuild index 5103951a24a2..09f427ab7a8b 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.95.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.95.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-themes/redhat-artwork/redhat-artwork-0.95.ebuild,v 1.5 2004/06/24 23:37:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.95.ebuild,v 1.6 2004/06/28 23:20:04 mr_bones_ Exp $ inherit eutils rpm @@ -170,7 +170,7 @@ src_install () { done # remove xmms skin if unneeded - [ -n "`use xmms`" ] || rm -rf ${D}/usr/share/xmms + use xmms || rm -rf ${D}/usr/share/xmms cd ${S} dodoc AUTHORS NEWS README ChangeLog diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild index 6e608f387966..95b3da34f345 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.96.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-themes/redhat-artwork/redhat-artwork-0.96.ebuild,v 1.2 2004/06/24 23:37:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild,v 1.3 2004/06/28 23:20:04 mr_bones_ Exp $ inherit eutils rpm @@ -170,7 +170,7 @@ src_install () { done # remove xmms skin if unneeded - [ -n "`use xmms`" ] || rm -rf ${D}/usr/share/xmms + use xmms || rm -rf ${D}/usr/share/xmms cd ${S} dodoc AUTHORS NEWS README ChangeLog |