summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-08-09 22:58:02 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-08-09 22:58:02 +0000
commitdf0fa1c812e2386b4f30f8fd01186af83a8089b3 (patch)
treea898181ec16d62bf1e67a61c9d72145b25c3b5b3 /dev-games
parentnew version for 2.14.3 (diff)
downloadgentoo-2-df0fa1c812e2386b4f30f8fd01186af83a8089b3.tar.gz
gentoo-2-df0fa1c812e2386b4f30f8fd01186af83a8089b3.tar.bz2
gentoo-2-df0fa1c812e2386b4f30f8fd01186af83a8089b3.zip
Removing dependency on CVS snapshots for openal, to force users onto the new 0.0.8 version.
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/simgear/ChangeLog7
-rw-r--r--dev-games/simgear/simgear-0.3.10.ebuild11
-rw-r--r--dev-games/simgear/simgear-0.3.6.ebuild11
-rw-r--r--dev-games/simgear/simgear-0.3.8.ebuild11
-rw-r--r--dev-games/simgear/simgear-0.3.9.ebuild11
5 files changed, 18 insertions, 33 deletions
diff --git a/dev-games/simgear/ChangeLog b/dev-games/simgear/ChangeLog
index a6d1c13e5237..fe4623a05b12 100644
--- a/dev-games/simgear/ChangeLog
+++ b/dev-games/simgear/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-games/simgear
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v 1.23 2006/05/09 20:16:07 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v 1.24 2006/08/09 22:58:02 wolf31o2 Exp $
+
+ 09 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org> simgear-0.3.6.ebuild,
+ simgear-0.3.8.ebuild, simgear-0.3.9.ebuild, simgear-0.3.10.ebuild:
+ Removing dependency on CVS snapshots for openal, to force users onto the new
+ 0.0.8 version.
09 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> simgear-0.3.6.ebuild,
simgear-0.3.8.ebuild, simgear-0.3.9.ebuild, simgear-0.3.10.ebuild:
diff --git a/dev-games/simgear/simgear-0.3.10.ebuild b/dev-games/simgear/simgear-0.3.10.ebuild
index 9cfea9e82916..503748f9c676 100644
--- a/dev-games/simgear/simgear-0.3.10.ebuild
+++ b/dev-games/simgear/simgear-0.3.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-0.3.10.ebuild,v 1.2 2006/05/09 20:16:07 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-0.3.10.ebuild,v 1.3 2006/08/09 22:58:02 wolf31o2 Exp $
MY_P="SimGear-${PV/_/-}"
DESCRIPTION="Development library for simulation games"
@@ -13,13 +13,8 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND=">=media-libs/plib-1.8.4
- || (
- (
- || (
- ~media-libs/openal-0.0.8
- ~media-libs/openal-20051024 )
- media-libs/freealut )
- ~media-libs/openal-20050504 )"
+ ~media-libs/openal-0.0.8
+ media-libs/freealut"
S=${WORKDIR}/${MY_P}
diff --git a/dev-games/simgear/simgear-0.3.6.ebuild b/dev-games/simgear/simgear-0.3.6.ebuild
index afba14197cba..566917e5620a 100644
--- a/dev-games/simgear/simgear-0.3.6.ebuild
+++ b/dev-games/simgear/simgear-0.3.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-0.3.6.ebuild,v 1.6 2006/05/09 20:16:07 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-0.3.6.ebuild,v 1.7 2006/08/09 22:58:02 wolf31o2 Exp $
MY_P="SimGear-${PV}"
DESCRIPTION="Development library for simulation games"
@@ -13,13 +13,8 @@ KEYWORDS="x86 ppc ~sparc ~amd64"
IUSE=""
DEPEND=">=media-libs/plib-1.6.0
- || (
- (
- || (
- ~media-libs/openal-0.0.8
- ~media-libs/openal-20051024 )
- media-libs/freealut )
- ~media-libs/openal-20050504 )"
+ ~media-libs/openal-0.0.8
+ media-libs/freealut"
S=${WORKDIR}/${MY_P}
diff --git a/dev-games/simgear/simgear-0.3.8.ebuild b/dev-games/simgear/simgear-0.3.8.ebuild
index eddac003d039..131487a9e1d6 100644
--- a/dev-games/simgear/simgear-0.3.8.ebuild
+++ b/dev-games/simgear/simgear-0.3.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-0.3.8.ebuild,v 1.5 2006/05/09 20:16:07 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-0.3.8.ebuild,v 1.6 2006/08/09 22:58:02 wolf31o2 Exp $
MY_P="SimGear-${PV/_/-}"
DESCRIPTION="Development library for simulation games"
@@ -13,13 +13,8 @@ KEYWORDS="x86 ppc ~sparc ~amd64"
IUSE=""
DEPEND=">=media-libs/plib-1.8.4
- || (
- (
- || (
- ~media-libs/openal-0.0.8
- ~media-libs/openal-20051024 )
- media-libs/freealut )
- ~media-libs/openal-20050504 )"
+ ~media-libs/openal-0.0.8
+ media-libs/freealut"
S=${WORKDIR}/${MY_P}
diff --git a/dev-games/simgear/simgear-0.3.9.ebuild b/dev-games/simgear/simgear-0.3.9.ebuild
index 47cf9be2878c..8cb8a3728dc4 100644
--- a/dev-games/simgear/simgear-0.3.9.ebuild
+++ b/dev-games/simgear/simgear-0.3.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-0.3.9.ebuild,v 1.3 2006/05/09 20:16:07 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-0.3.9.ebuild,v 1.4 2006/08/09 22:58:02 wolf31o2 Exp $
inherit eutils
@@ -15,13 +15,8 @@ KEYWORDS="x86 ppc ~sparc ~amd64"
IUSE=""
DEPEND=">=media-libs/plib-1.8.4
- || (
- (
- || (
- ~media-libs/openal-0.0.8
- ~media-libs/openal-20051024 )
- media-libs/freealut )
- ~media-libs/openal-20050504 )"
+ ~media-libs/openal-0.0.8
+ media-libs/freealut"
S=${WORKDIR}/${MY_P}