summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-05-11 15:16:44 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-05-11 15:16:44 +0000
commit999e0952f0a9f375d87f4bfe45a692f91405b0f5 (patch)
tree7eb42310b782d93b267ab87d77eb77db4a707771 /games-strategy
parentbump to push out the last few fixes (diff)
downloadgentoo-2-999e0952f0a9f375d87f4bfe45a692f91405b0f5.tar.gz
gentoo-2-999e0952f0a9f375d87f4bfe45a692f91405b0f5.tar.bz2
gentoo-2-999e0952f0a9f375d87f4bfe45a692f91405b0f5.zip
Fixed dependencies to work with all of the versions of openal/freealut in portage. Closing bug #132818.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/warzone2100/ChangeLog9
-rw-r--r--games-strategy/warzone2100/files/digest-warzone2100-0.2.22
-rw-r--r--games-strategy/warzone2100/warzone2100-0.2.2.ebuild12
3 files changed, 18 insertions, 5 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog
index 86ea7f74b299..f9afe3e00585 100644
--- a/games-strategy/warzone2100/ChangeLog
+++ b/games-strategy/warzone2100/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-strategy/warzone2100
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.3 2005/11/15 22:00:09 mr_bones_ Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.4 2006/05/11 15:16:44 wolf31o2 Exp $
+
+ 11 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ warzone2100-0.2.2.ebuild:
+ Fixed dependencies to work with all of the versions of openal/freealut in
+ portage. Closing bug #132818.
15 Nov 2005; Michael Sterrett <mr_bones_@gentoo.org>
+files/warzone2100-0.2.2-headers.patch, warzone2100-0.2.2.ebuild:
diff --git a/games-strategy/warzone2100/files/digest-warzone2100-0.2.2 b/games-strategy/warzone2100/files/digest-warzone2100-0.2.2
index 3dcd4f94d345..ed03d6579a02 100644
--- a/games-strategy/warzone2100/files/digest-warzone2100-0.2.2
+++ b/games-strategy/warzone2100/files/digest-warzone2100-0.2.2
@@ -1 +1,3 @@
MD5 b23fa1896856c3b9ee37b39029e4c532 warzone2100-0.2.2.tar.bz2 31076323
+RMD160 c83b57cc130d85d6ecbcf41ddf1f2c41dee06d32 warzone2100-0.2.2.tar.bz2 31076323
+SHA256 677e891a25c7caae96fc8e3226945bb5b5ffa1258a3ef9023365c03d7b47e062 warzone2100-0.2.2.tar.bz2 31076323
diff --git a/games-strategy/warzone2100/warzone2100-0.2.2.ebuild b/games-strategy/warzone2100/warzone2100-0.2.2.ebuild
index 864d9bcfa2ac..dc0c5b2ea0b0 100644
--- a/games-strategy/warzone2100/warzone2100-0.2.2.ebuild
+++ b/games-strategy/warzone2100/warzone2100-0.2.2.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-strategy/warzone2100/warzone2100-0.2.2.ebuild,v 1.3 2005/11/15 22:00:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-0.2.2.ebuild,v 1.4 2006/05/11 15:16:44 wolf31o2 Exp $
inherit eutils games
@@ -16,7 +16,13 @@ IUSE="mp3 ogg opengl"
DEPEND=">=media-libs/libsdl-1.2.8
>=media-libs/sdl-net-1.2.5
opengl? ( virtual/opengl )
- >=media-libs/openal-20040817
+ || (
+ (
+ || (
+ ~media-libs/openal-0.0.8
+ ~media-libs/openal-20051024 )
+ media-libs/freealut )
+ ~media-libs/openal-20050504 )
ogg? ( >=media-libs/libvorbis-1.1.0 media-libs/libogg )
mp3? ( >=media-libs/libmad-0.15 )"