summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-11-09 22:50:36 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-11-09 22:50:36 +0000
commit21864ef4f6312022e3f1b0e569ab7c54acc665e7 (patch)
treed78552ebadf13760f5031dd512bc824ba3dde0bb /games-fps
parentquoting (diff)
downloadgentoo-2-21864ef4f6312022e3f1b0e569ab7c54acc665e7.tar.gz
gentoo-2-21864ef4f6312022e3f1b0e569ab7c54acc665e7.tar.bz2
gentoo-2-21864ef4f6312022e3f1b0e569ab7c54acc665e7.zip
arts is deprecated (bug #292236)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/quake2-icculus/ChangeLog6
-rw-r--r--games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild7
2 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/quake2-icculus/ChangeLog b/games-fps/quake2-icculus/ChangeLog
index 95a24cf2b355..385046ade267 100644
--- a/games-fps/quake2-icculus/ChangeLog
+++ b/games-fps/quake2-icculus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/quake2-icculus
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.35 2009/10/15 12:28:46 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.36 2009/11/09 22:50:36 mr_bones_ Exp $
+
+ 09 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ quake2-icculus-0.16.1-r1.ebuild:
+ arts is deprecated (bug #292236)
15 Oct 2009; Tupone Alfredo <tupone@gentoo.org>
quake2-icculus-0.16.1-r1.ebuild:
diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild
index 17b1bfb2d324..bb67fbe1382f 100644
--- a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild
+++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.15 2009/10/15 12:28:46 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.16 2009/11/09 22:50:36 mr_bones_ Exp $
inherit eutils toolchain-funcs games
@@ -15,11 +15,10 @@ SRC_URI="http://icculus.org/quake2/files/${MY_P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~sparc x86 ~x86-fbsd"
-IUSE="aalib alsa arts cdinstall dedicated demo ipv6 joystick opengl qmax rogue sdl svga X xatrix"
+IUSE="aalib alsa cdinstall dedicated demo ipv6 joystick opengl qmax rogue sdl svga X xatrix"
UIDEPEND="aalib? ( media-libs/aalib )
alsa? ( media-libs/alsa-lib )
- arts? ( kde-base/arts )
opengl? ( virtual/opengl )
svga? ( media-libs/svgalib )
sdl? ( media-libs/libsdl )
@@ -131,7 +130,7 @@ src_compile() {
BUILD_AA=$(yesno aalib) \
BUILD_QMAX=${BUILD_QMAX} \
HAVE_IPV6=$(yesno ipv6) \
- BUILD_ARTS=$(yesno arts) \
+ BUILD_ARTS=NO \
BUILD_ALSA=$(yesno alsa) \
SDLDIR=/usr/lib \
DEFAULT_BASEDIR="${GAMES_DATADIR}/quake2" \