summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-01-05 02:58:42 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-01-05 02:58:42 +0000
commit029257f9721d8a8b4d28269516beed2ae1dbd894 (patch)
treea4777668438b74ff31ad9cd3591543bf92e44759 /games-fps
parentChanging startup script install location. (diff)
downloadgentoo-2-029257f9721d8a8b4d28269516beed2ae1dbd894.tar.gz
gentoo-2-029257f9721d8a8b4d28269516beed2ae1dbd894.tar.bz2
gentoo-2-029257f9721d8a8b4d28269516beed2ae1dbd894.zip
Added modular X dependencies.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/quake4-bin/ChangeLog8
-rw-r--r--games-fps/quake4-bin/quake4-bin-1.0.6.ebuild32
2 files changed, 28 insertions, 12 deletions
diff --git a/games-fps/quake4-bin/ChangeLog b/games-fps/quake4-bin/ChangeLog
index 0553a5099451..032d9cec17b2 100644
--- a/games-fps/quake4-bin/ChangeLog
+++ b/games-fps/quake4-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/quake4-bin
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.4 2005/12/13 18:58:37 wolf31o2 Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.5 2006/01/05 02:58:42 wolf31o2 Exp $
+
+ 05 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ quake4-bin-1.0.6.ebuild:
+ Added modular X dependencies.
*quake4-bin-1.0.6 (13 Dec 2005)
diff --git a/games-fps/quake4-bin/quake4-bin-1.0.6.ebuild b/games-fps/quake4-bin/quake4-bin-1.0.6.ebuild
index 93d2cffd50a0..93ed0d7f22dd 100644
--- a/games-fps/quake4-bin/quake4-bin-1.0.6.ebuild
+++ b/games-fps/quake4-bin/quake4-bin-1.0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.0.6.ebuild,v 1.1 2005/12/13 18:58:37 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.0.6.ebuild,v 1.2 2006/01/05 02:58:42 wolf31o2 Exp $
inherit eutils games
@@ -18,16 +18,28 @@ KEYWORDS="-* ~amd64 ~x86"
IUSE="cdinstall alsa opengl dedicated"
RESTRICT="nostrip"
-DEPEND="app-arch/bzip2
- app-arch/tar"
RDEPEND="sys-libs/glibc
- !amd64? ( media-libs/libsdl )
- amd64? ( app-emulation/emul-linux-x86-sdl
+ !amd64? (
+ media-libs/libsdl )
+ amd64? (
+ app-emulation/emul-linux-x86-sdl
app-emulation/emul-linux-x86-xlibs )
- opengl? ( virtual/opengl )
- dedicated? ( app-misc/screen )
- alsa? ( >=media-libs/alsa-lib-1.0.6 )
- cdinstall? ( games-fps/quake4-data )"
+ opengl? (
+ virtual/opengl
+ x86? (
+ || (
+ (
+ x11-libs/libXext
+ x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libXdmcp )
+ virtual/x11 ) ) )
+ dedicated? (
+ app-misc/screen )
+ alsa? (
+ >=media-libs/alsa-lib-1.0.6 )
+ cdinstall? (
+ games-fps/quake4-data )"
S=${WORKDIR}