summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-05-12 12:15:39 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-05-12 12:15:39 +0000
commit7bf2655d83525ef99023a65db8a3e905ed862088 (patch)
tree5acf4b81b3bff889412056c274982f4a1d4c8a62 /games-fps/unreal-tournament
parentupdate metadata (diff)
downloadgentoo-2-7bf2655d83525ef99023a65db8a3e905ed862088.tar.gz
gentoo-2-7bf2655d83525ef99023a65db8a3e905ed862088.tar.bz2
gentoo-2-7bf2655d83525ef99023a65db8a3e905ed862088.zip
Made X a hard dependency and closing bug #92255.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'games-fps/unreal-tournament')
-rw-r--r--games-fps/unreal-tournament/ChangeLog6
-rw-r--r--games-fps/unreal-tournament/unreal-tournament-436.ebuild8
-rw-r--r--games-fps/unreal-tournament/unreal-tournament-451.ebuild10
3 files changed, 14 insertions, 10 deletions
diff --git a/games-fps/unreal-tournament/ChangeLog b/games-fps/unreal-tournament/ChangeLog
index 4be737a681b5..c1eeb50f56b1 100644
--- a/games-fps/unreal-tournament/ChangeLog
+++ b/games-fps/unreal-tournament/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/unreal-tournament
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.8 2005/04/15 13:31:43 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.9 2005/05/12 12:15:39 wolf31o2 Exp $
+
+ 12 May 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ unreal-tournament-436.ebuild, unreal-tournament-451.ebuild:
+ Made X a hard dependency and closing bug #92255.
15 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org>
unreal-tournament-451.ebuild:
diff --git a/games-fps/unreal-tournament/unreal-tournament-436.ebuild b/games-fps/unreal-tournament/unreal-tournament-436.ebuild
index bdf3b7d1c6d2..288e78fc09bf 100644
--- a/games-fps/unreal-tournament/unreal-tournament-436.ebuild
+++ b/games-fps/unreal-tournament/unreal-tournament-436.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-436.ebuild,v 1.9 2005/04/15 13:31:43 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-436.ebuild,v 1.10 2005/05/12 12:15:39 wolf31o2 Exp $
-inherit games eutils
+inherit eutils games
DESCRIPTION="Futuristic FPS"
HOMEPAGE="http://www.unrealtournament.com/"
@@ -12,11 +12,11 @@ SRC_URI="ftp://ftp.lokigames.com/pub/patches/ut/ut-install-${PV}.run
LICENSE="as-is"
SLOT="0"
KEYWORDS="-* x86"
-IUSE="3dfx X"
+IUSE="3dfx"
DEPEND="app-arch/unzip
!games-fps/unreal-tournament-goty"
-RDEPEND="X? ( virtual/x11 )"
+RDEPEND="virtual/x11"
S=${WORKDIR}
diff --git a/games-fps/unreal-tournament/unreal-tournament-451.ebuild b/games-fps/unreal-tournament/unreal-tournament-451.ebuild
index eae9d381b0ee..03f9c78d152a 100644
--- a/games-fps/unreal-tournament/unreal-tournament-451.ebuild
+++ b/games-fps/unreal-tournament/unreal-tournament-451.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-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.14 2005/04/15 13:31:43 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.15 2005/05/12 12:15:39 wolf31o2 Exp $
inherit eutils games
@@ -12,15 +12,15 @@ SRC_URI="ftp://ftp.lokigames.com/pub/patches/ut/ut-install-436.run
LICENSE="as-is"
SLOT="0"
KEYWORDS="-* x86 ~amd64"
-IUSE="3dfx X opengl"
+IUSE="3dfx opengl"
-RDEPEND="X? ( virtual/x11 )
+RDEPEND="virtual/x11
=media-libs/libsdl-1.2*
opengl? ( virtual/opengl )
amd64? ( app-emulation/emul-linux-x86-sdl
app-emulation/emul-linux-x86-baselibs
- X? ( app-emulation/emul-linux-x86-xlibs )
- )"
+ app-emulation/emul-linux-x86-xlibs )"
+
DEPEND="${RDEPEND}
!games-fps/unreal-tournament-goty"