diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-02 20:11:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-02 20:11:57 +0000 |
commit | 0d7681cd575ba081e955d325f29e24cd4c51712d (patch) | |
tree | dbc2b19c3d5139fcdfa9474053fb48d50c133e8e /games-fps | |
parent | app-admin/setools: New upstream bugfix release for libsepol 2.x additional fe... (diff) | |
download | gentoo-2-0d7681cd575ba081e955d325f29e24cd4c51712d.tar.gz gentoo-2-0d7681cd575ba081e955d325f29e24cd4c51712d.tar.bz2 gentoo-2-0d7681cd575ba081e955d325f29e24cd4c51712d.zip |
Remove deprecated XFree86 -time library support, xview, from imaze ebuild wrt #88334.
(Portage version: 2.1.6_rc2/cvs/Linux 2.6.27.7 i686)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/imaze/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/imaze/imaze-1.4.ebuild | 15 |
2 files changed, 11 insertions, 12 deletions
diff --git a/games-fps/imaze/ChangeLog b/games-fps/imaze/ChangeLog index ab5a5a34aa36..2e6137dedc3e 100644 --- a/games-fps/imaze/ChangeLog +++ b/games-fps/imaze/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/imaze -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/ChangeLog,v 1.14 2007/02/27 01:28:55 mr_bones_ Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/ChangeLog,v 1.15 2008/12/02 20:11:57 ssuominen Exp $ + + 02 Dec 2008; <ssuominen@gentoo.org> imaze-1.4.ebuild: + Remove deprecated XFree86 -time library support, xview, from imaze ebuild + wrt #88334. 27 Feb 2007; Michael Sterrett <mr_bones_@gentoo.org> imaze-1.4.ebuild: downgrade ppc to ~ppc because of missing stable x11-libs/xview diff --git a/games-fps/imaze/imaze-1.4.ebuild b/games-fps/imaze/imaze-1.4.ebuild index 9217d8002a9d..66a072689076 100644 --- a/games-fps/imaze/imaze-1.4.ebuild +++ b/games-fps/imaze/imaze-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/imaze-1.4.ebuild,v 1.14 2007/02/27 01:28:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/imaze-1.4.ebuild,v 1.15 2008/12/02 20:11:57 ssuominen Exp $ inherit games @@ -11,14 +11,13 @@ SRC_URI="http://home.tu-clausthal.de/student/iMaze/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~ppc x86" -IUSE="Xaw3d joystick" +IUSE="joystick" RDEPEND="x11-libs/libXmu x11-libs/libX11 x11-libs/libXaw x11-libs/libXt - Xaw3d? ( x11-libs/Xaw3d ) - !Xaw3d? ( x11-libs/xview )" + x11-libs/Xaw3d" DEPEND="${RDEPEND} x11-proto/xproto" @@ -34,11 +33,7 @@ src_unpack() { } src_compile() { - local myconf="audio" - - use Xaw3d \ - && myconf="${myconf} athena" \ - || myconf="${myconf} xview" + local myconf="audio athena" use joystick \ && myconf="${myconf} joystick" \ |