summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-03-18 13:14:01 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-03-18 13:14:01 +0000
commitac05f41f8c335d1693e6cd5dbde78eeb8cf19662 (patch)
tree19f48af044f23acab61deb7c0aeb63c8e45f0350 /games-emulation/xmess
parentRemove media-sound/esound from dependencies because it's not in tree anymore. (diff)
downloadgentoo-2-ac05f41f8c335d1693e6cd5dbde78eeb8cf19662.tar.gz
gentoo-2-ac05f41f8c335d1693e6cd5dbde78eeb8cf19662.tar.bz2
gentoo-2-ac05f41f8c335d1693e6cd5dbde78eeb8cf19662.zip
Remove USE="esd" because media-sound/esound isn't in tree anymore.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation/xmess')
-rw-r--r--games-emulation/xmess/ChangeLog7
-rw-r--r--games-emulation/xmess/xmess-0.106.ebuild9
2 files changed, 9 insertions, 7 deletions
diff --git a/games-emulation/xmess/ChangeLog b/games-emulation/xmess/ChangeLog
index f7162b380f77..2f80b217ba5c 100644
--- a/games-emulation/xmess/ChangeLog
+++ b/games-emulation/xmess/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/xmess
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/ChangeLog,v 1.66 2011/07/08 10:53:23 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/ChangeLog,v 1.67 2012/03/18 13:14:01 ssuominen Exp $
+
+ 18 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> xmess-0.106.ebuild:
+ Remove USE="esd" because media-sound/esound isn't in tree anymore.
08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> xmess-0.106.ebuild:
Convert from "useq" to "use".
diff --git a/games-emulation/xmess/xmess-0.106.ebuild b/games-emulation/xmess/xmess-0.106.ebuild
index 66bf5a9555a9..ed4e2b6662ea 100644
--- a/games-emulation/xmess/xmess-0.106.ebuild
+++ b/games-emulation/xmess/xmess-0.106.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.106.ebuild,v 1.13 2011/07/08 10:53:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.106.ebuild,v 1.14 2012/03/18 13:14:01 ssuominen Exp $
EAPI=2
inherit flag-o-matic toolchain-funcs eutils games
@@ -14,14 +14,13 @@ SRC_URI="http://x.mame.net/download/xmame-${PV}.tar.bz2"
LICENSE="XMAME"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-IUSE="alsa dga esd expat ggi joystick lirc mmx net opengl sdl svga X xinerama xv"
+IUSE="alsa dga expat ggi joystick lirc mmx net opengl sdl svga X xinerama xv"
RDEPEND="sys-libs/zlib
alsa? ( media-libs/alsa-lib )
dga? (
x11-libs/libXxf86dga
x11-libs/libXxf86vm )
- esd? ( >=media-sound/esound-0.2.29 )
expat? ( dev-libs/expat )
ggi? ( media-libs/libggi )
lirc? ( app-misc/lirc )
@@ -104,7 +103,7 @@ EOF
toggle_feature2 joystick X XINPUT_DEVICES
use net && ewarn "Network support is currently (${PV}) broken :("
#toggle_feature net XMAME_NET # Broken
- toggle_feature esd SOUND_ESOUND
+ #toggle_feature esd SOUND_ESOUND # No esound in portage anymore
toggle_feature alsa SOUND_ALSA
#toggle_feature arts SOUND_ARTS # Deprecated
toggle_feature dga X11_DGA