diff options
author | Tristan Heaven <tristan@gentoo.org> | 2006-09-27 14:25:32 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2006-09-27 14:25:32 +0000 |
commit | 03a66baf37908820362e18f5527ac4f0d113a7ca (patch) | |
tree | f994bd004e67cfdc6c80e6f8e045e005e802a492 /games-strategy/scorched3d | |
parent | Version bump (still in package.mask). (diff) | |
download | historical-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/scorched3d')
-rw-r--r-- | games-strategy/scorched3d/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/scorched3d/scorched3d-40.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
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/" |