summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-03-10 18:09:15 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-03-10 18:09:15 +0000
commite680181d0f967d3d5c7d8ca6df974b2b41972755 (patch)
treea7b25bc447b9a8cb2781c44ac69a5a9f1b786787 /games-emulation/advancemame
parenthardened has nvidia-drivers masked. need to mask opengl-xvmc, which relies on... (diff)
downloadgentoo-2-e680181d0f967d3d5c7d8ca6df974b2b41972755.tar.gz
gentoo-2-e680181d0f967d3d5c7d8ca6df974b2b41972755.tar.bz2
gentoo-2-e680181d0f967d3d5c7d8ca6df974b2b41972755.zip
remove slang support (bug #212960)
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-emulation/advancemame')
-rw-r--r--games-emulation/advancemame/ChangeLog8
-rw-r--r--games-emulation/advancemame/advancemame-0.106.0.ebuild9
2 files changed, 10 insertions, 7 deletions
diff --git a/games-emulation/advancemame/ChangeLog b/games-emulation/advancemame/ChangeLog
index 196a7e261aef..4d0dd31b140c 100644
--- a/games-emulation/advancemame/ChangeLog
+++ b/games-emulation/advancemame/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/advancemame
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.44 2007/08/13 07:44:16 mr_bones_ Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.45 2008/03/10 18:09:15 mr_bones_ Exp $
+
+ 10 Mar 2008; Michael Sterrett <mr_bones_@gentoo.org>
+ advancemame-0.106.0.ebuild:
+ remove slang support (bug #212960)
13 Aug 2007; Michael Sterrett <mr_bones_@gentoo.org>
advancemame-0.106.0.ebuild:
diff --git a/games-emulation/advancemame/advancemame-0.106.0.ebuild b/games-emulation/advancemame/advancemame-0.106.0.ebuild
index 41e83f5888c5..2040055efa49 100644
--- a/games-emulation/advancemame/advancemame-0.106.0.ebuild
+++ b/games-emulation/advancemame/advancemame-0.106.0.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-emulation/advancemame/advancemame-0.106.0.ebuild,v 1.5 2007/08/13 07:44:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild,v 1.6 2008/03/10 18:09:15 mr_bones_ Exp $
inherit eutils flag-o-matic games
@@ -11,13 +11,12 @@ SRC_URI="mirror://sourceforge/advancemame/${P}.tar.gz"
LICENSE="GPL-2 XMAME"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
-IUSE="alsa expat fbcon oss sdl slang static svga truetype zlib"
+IUSE="alsa expat fbcon oss sdl static svga truetype zlib"
# sdl is required (bug #158417)
RDEPEND="app-arch/unzip
app-arch/zip
media-libs/libsdl
- slang? ( =sys-libs/slang-1* )
alsa? ( media-libs/alsa-lib )
expat? ( >=dev-libs/expat-1.95.6 )
zlib? ( sys-libs/zlib )
@@ -53,11 +52,11 @@ src_compile() {
PATH="${PATH}:${T}"
egamesconf \
--enable-sdl \
+ --disable-slang \
$(use_enable alsa) \
$(use_enable expat) \
$(use_enable fbcon fb) \
$(use_enable oss) \
- $(use_enable slang) \
$(use_enable static) \
$(use_enable svga svgalib) \
$(use_enable truetype freetype) \