summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-01-05 00:17:17 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-01-05 00:17:17 +0000
commite6a9cf334bb03d1f89b9a20ca24390b093826de1 (patch)
tree1117065fe482fcdd58206dbdb6c29126c2cc89fe /games-fps/ut2004
parentFix modular X dependencies (diff)
downloadhistorical-e6a9cf334bb03d1f89b9a20ca24390b093826de1.tar.gz
historical-e6a9cf334bb03d1f89b9a20ca24390b093826de1.tar.bz2
historical-e6a9cf334bb03d1f89b9a20ca24390b093826de1.zip
Updated with modular X dependencies.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'games-fps/ut2004')
-rw-r--r--games-fps/ut2004/ChangeLog8
-rw-r--r--games-fps/ut2004/Manifest6
-rw-r--r--games-fps/ut2004/ut2004-3369-r1.ebuild22
-rw-r--r--games-fps/ut2004/ut2004-3369-r2.ebuild22
4 files changed, 41 insertions, 17 deletions
diff --git a/games-fps/ut2004/ChangeLog b/games-fps/ut2004/ChangeLog
index d26745464cad..8d543767b7c4 100644
--- a/games-fps/ut2004/ChangeLog
+++ b/games-fps/ut2004/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/ut2004
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.39 2005/12/21 19:11:39 wolf31o2 Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.40 2006/01/05 00:17:17 wolf31o2 Exp $
+
+ 04 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3369-r1.ebuild,
+ ut2004-3369-r2.ebuild:
+ Updated with modular X dependencies.
*ut2004-3369-r2 (21 Dec 2005)
diff --git a/games-fps/ut2004/Manifest b/games-fps/ut2004/Manifest
index 630ad6d03007..8758925b5982 100644
--- a/games-fps/ut2004/Manifest
+++ b/games-fps/ut2004/Manifest
@@ -1,7 +1,7 @@
-MD5 ba0c7157ecc3af85b158c46d1e624e9b ChangeLog 6968
+MD5 3a7e2dec8ff81afd3eaa18952b11a5b9 ChangeLog 7110
MD5 346ecaf7b73b6288ca5ea6352932be85 files/digest-ut2004-3369-r1 76
MD5 3d538cfb79dfefed08b510540f0084b2 files/digest-ut2004-3369-r2 76
MD5 e199cda0f458ab3a4b3ca2e482451c8f files/ut2004.xml 358
MD5 11a7e1491b1ac042ac7216b26b4ad1fb metadata.xml 254
-MD5 caf9320ea08a3f77affbb53e1d33a80c ut2004-3369-r1.ebuild 3969
-MD5 727e30c42819040912371d62c8a0906e ut2004-3369-r2.ebuild 3971
+MD5 03bbb9688eb901780fc2a8f98099f248 ut2004-3369-r1.ebuild 4082
+MD5 f8abf455a6396c69278934ab32938e85 ut2004-3369-r2.ebuild 4084
diff --git a/games-fps/ut2004/ut2004-3369-r1.ebuild b/games-fps/ut2004/ut2004-3369-r1.ebuild
index 1793f1e653a3..9306b1e722f8 100644
--- a/games-fps/ut2004/ut2004-3369-r1.ebuild
+++ b/games-fps/ut2004/ut2004-3369-r1.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/ut2004/ut2004-3369-r1.ebuild,v 1.2 2005/12/14 21:07:30 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r1.ebuild,v 1.3 2006/01/05 00:17:17 wolf31o2 Exp $
inherit eutils games
@@ -20,10 +20,20 @@ IUSE="opengl dedicated"
RDEPEND="games-fps/ut2004-data
games-fps/ut2004-bonuspack-ece
- opengl? ( virtual/opengl )
- dedicated? ( app-misc/screen )
- || ( sys-libs/libstdc++-v3
- =sys-devel/gcc-3.3* )"
+ opengl? (
+ virtual/opengl )
+ dedicated? (
+ app-misc/screen )
+ || (
+ sys-libs/libstdc++-v3
+ =sys-devel/gcc-3.3* )
+ || (
+ (
+ x11-libs/libXext
+ x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libXdmcp )
+ virtual/x11 )"
S=${WORKDIR}/UT2004-Patch
diff --git a/games-fps/ut2004/ut2004-3369-r2.ebuild b/games-fps/ut2004/ut2004-3369-r2.ebuild
index 7941451bb1b3..d1bf680d2bf0 100644
--- a/games-fps/ut2004/ut2004-3369-r2.ebuild
+++ b/games-fps/ut2004/ut2004-3369-r2.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/ut2004/ut2004-3369-r2.ebuild,v 1.1 2005/12/21 19:11:39 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r2.ebuild,v 1.2 2006/01/05 00:17:17 wolf31o2 Exp $
inherit eutils games
@@ -20,10 +20,20 @@ IUSE="opengl dedicated"
RDEPEND="games-fps/ut2004-data
games-fps/ut2004-bonuspack-ece
- opengl? ( virtual/opengl )
- dedicated? ( app-misc/screen )
- || ( sys-libs/libstdc++-v3
- =sys-devel/gcc-3.3* )"
+ opengl? (
+ virtual/opengl )
+ dedicated? (
+ app-misc/screen )
+ || (
+ sys-libs/libstdc++-v3
+ =sys-devel/gcc-3.3* )
+ || (
+ (
+ x11-libs/libXext
+ x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libXdmcp )
+ virtual/x11 )"
S=${WORKDIR}/UT2004-Patch