summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-20 06:48:52 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-20 06:48:52 +0000
commitfef715b072a39147e46d80242aa9edbb7bc519dc (patch)
tree7b6ed6092941bed256680f4d2d287545483e4e0f /games-emulation/xmess
parentadd keyboard patch from xmess (diff)
downloadgentoo-2-fef715b072a39147e46d80242aa9edbb7bc519dc.tar.gz
gentoo-2-fef715b072a39147e46d80242aa9edbb7bc519dc.tar.bz2
gentoo-2-fef715b072a39147e46d80242aa9edbb7bc519dc.zip
Add support for USE=xinerama #113029 by Avuton Olrich.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'games-emulation/xmess')
-rw-r--r--games-emulation/xmess/ChangeLog7
-rw-r--r--games-emulation/xmess/xmess-0.101.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/games-emulation/xmess/ChangeLog b/games-emulation/xmess/ChangeLog
index 4dfcdec8467c..3e035774cd21 100644
--- a/games-emulation/xmess/ChangeLog
+++ b/games-emulation/xmess/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/xmess
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/ChangeLog,v 1.41 2005/10/28 17:55:03 mr_bones_ Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/ChangeLog,v 1.42 2005/11/20 06:45:56 vapier Exp $
+
+ 20 Nov 2005; Mike Frysinger <vapier@gentoo.org> xmess-0.101.ebuild:
+ Add support for USE=xinerama #113029 by Avuton Olrich.
28 Oct 2005; Michael Sterrett <mr_bones_@gentoo.org>
+files/xmess-0.101-keyboard.patch, xmess-0.101.ebuild:
diff --git a/games-emulation/xmess/xmess-0.101.ebuild b/games-emulation/xmess/xmess-0.101.ebuild
index 86900eac0fbb..9e626812f7e3 100644
--- a/games-emulation/xmess/xmess-0.101.ebuild
+++ b/games-emulation/xmess/xmess-0.101.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.101.ebuild,v 1.2 2005/10/28 17:55:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.101.ebuild,v 1.3 2005/11/20 06:45:56 vapier Exp $
inherit flag-o-matic toolchain-funcs eutils games
@@ -13,7 +13,7 @@ SRC_URI="http://x.mame.net/download/xmame-${PV}.tar.bz2"
LICENSE="XMAME"
SLOT="0"
KEYWORDS="alpha ~amd64 ~hppa ia64 ppc sparc x86"
-IUSE="alsa arts dga esd expat ggi joystick lirc mmx net opengl sdl svga X xv"
+IUSE="alsa arts dga esd expat ggi joystick lirc mmx net opengl sdl svga X xinerama xv"
RDEPEND="sys-libs/zlib
alsa? ( media-libs/alsa-lib )
@@ -56,7 +56,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}/${P}-keyboard.patch" #Bug #110671
+ epatch "${FILESDIR}"/${P}-keyboard.patch #110671
case ${ARCH} in
x86) mycpu="i386";;
@@ -102,6 +102,7 @@ src_unpack() {
toggle_feature expat BUILD_EXPAT
toggle_feature opengl X11_OPENGL
toggle_feature lirc LIRC
+ toggle_feature xinerama X11_XINERAMA
case ${ARCH} in
x86|ia64|amd64)