summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2006-09-27 14:25:32 +0000
committerTristan Heaven <tristan@gentoo.org>2006-09-27 14:25:32 +0000
commit03a66baf37908820362e18f5527ac4f0d113a7ca (patch)
treef994bd004e67cfdc6c80e6f8e045e005e802a492 /games-strategy
parentVersion bump (still in package.mask). (diff)
downloadhistorical-03a66baf37908820362e18f5527ac4f0d113a7ca.tar.gz
historical-03a66baf37908820362e18f5527ac4f0d113a7ca.tar.bz2
historical-03a66baf37908820362e18f5527ac4f0d113a7ca.zip
Add inherit eutils
Package-Manager: portage-2.1.2_pre1-r3
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/glob2/ChangeLog5
-rw-r--r--games-strategy/glob2/glob2-0.8.19.ebuild4
-rw-r--r--games-strategy/scorched3d/ChangeLog5
-rw-r--r--games-strategy/scorched3d/scorched3d-40.ebuild4
-rw-r--r--games-strategy/ufo2000/ChangeLog5
-rw-r--r--games-strategy/ufo2000/ufo2000-0.6.627.ebuild4
6 files changed, 18 insertions, 9 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog
index 648e6d6504ef..1ce76aeb4261 100644
--- a/games-strategy/glob2/ChangeLog
+++ b/games-strategy/glob2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/glob2
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.32 2006/08/07 18:35:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.33 2006/09/27 14:23:47 nyhm Exp $
+
+ 27 Sep 2006; Tristan Heaven <nyhm@gentoo.org> glob2-0.8.19.ebuild:
+ Add inherit eutils
07 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> glob2-0.8.21.ebuild:
Add media-libs/sdl-ttf deps as pointed out by Dmitry Kim via bug #143106
diff --git a/games-strategy/glob2/glob2-0.8.19.ebuild b/games-strategy/glob2/glob2-0.8.19.ebuild
index 0955d2a5f823..b8e979d084a9 100644
--- a/games-strategy/glob2/glob2-0.8.19.ebuild
+++ b/games-strategy/glob2/glob2-0.8.19.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.19.ebuild,v 1.2 2006/05/28 10:13:20 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.19.ebuild,v 1.3 2006/09/27 14:23:47 nyhm Exp $
-inherit games
+inherit eutils games
DESCRIPTION="Real Time Strategy (RTS) game involving a brave army of globs"
HOMEPAGE="http://globulation2.org/"
diff --git a/games-strategy/scorched3d/ChangeLog b/games-strategy/scorched3d/ChangeLog
index 958d81dc7519..f2d33a038cbb 100644
--- a/games-strategy/scorched3d/ChangeLog
+++ b/games-strategy/scorched3d/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/scorched3d
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/ChangeLog,v 1.34 2006/08/10 04:05:14 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/ChangeLog,v 1.35 2006/09/27 14:21:05 nyhm Exp $
+
+ 27 Sep 2006; Tristan Heaven <nyhm@gentoo.org> scorched3d-40.ebuild:
+ Add inherit eutils
10 Aug 2006; Joshua Jackson <tsunam@gentoo.org> scorched3d-40.ebuild:
Stable x86; bug #111421
diff --git a/games-strategy/scorched3d/scorched3d-40.ebuild b/games-strategy/scorched3d/scorched3d-40.ebuild
index b19a5fda26a9..9c82e04456f2 100644
--- a/games-strategy/scorched3d/scorched3d-40.ebuild
+++ b/games-strategy/scorched3d/scorched3d-40.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/scorched3d-40.ebuild,v 1.3 2006/08/10 04:05:14 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/scorched3d-40.ebuild,v 1.4 2006/09/27 14:21:05 nyhm Exp $
-inherit wxwidgets games
+inherit eutils wxwidgets games
DESCRIPTION="Multi-player tank battle in 3D (OpenGL)"
HOMEPAGE="http://www.scorched3d.co.uk/"
diff --git a/games-strategy/ufo2000/ChangeLog b/games-strategy/ufo2000/ChangeLog
index 8d82e76e849c..acef25070a34 100644
--- a/games-strategy/ufo2000/ChangeLog
+++ b/games-strategy/ufo2000/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/ufo2000
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ChangeLog,v 1.16 2006/09/27 09:37:32 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ChangeLog,v 1.17 2006/09/27 14:25:32 nyhm Exp $
+
+ 27 Sep 2006; Tristan Heaven <nyhm@gentoo.org> ufo2000-0.6.627.ebuild:
+ Add inherit eutils
27 Sep 2006; Tristan Heaven <nyhm@gentoo.org> ufo2000-0.7.1062.ebuild:
Add app-arch/unzip to DEPEND
diff --git a/games-strategy/ufo2000/ufo2000-0.6.627.ebuild b/games-strategy/ufo2000/ufo2000-0.6.627.ebuild
index dd8448d76abf..9c750a859b7d 100644
--- a/games-strategy/ufo2000/ufo2000-0.6.627.ebuild
+++ b/games-strategy/ufo2000/ufo2000-0.6.627.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ufo2000-0.6.627.ebuild,v 1.7 2006/05/31 22:00:45 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ufo2000-0.6.627.ebuild,v 1.8 2006/09/27 14:25:32 nyhm Exp $
-inherit games
+inherit eutils games
DESCRIPTION="Free multiplayer remake of X-COM (UFO: Enemy Unknown)"
HOMEPAGE="http://ufo2000.sourceforge.net/"