summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/scorched3d/ChangeLog6
-rw-r--r--games-strategy/scorched3d/files/smoke-orange.bmpbin0 -> 12342 bytes
-rw-r--r--games-strategy/scorched3d/scorched3d-39.1.ebuild4
3 files changed, 8 insertions, 2 deletions
diff --git a/games-strategy/scorched3d/ChangeLog b/games-strategy/scorched3d/ChangeLog
index 23f772b77653..a2cb78373726 100644
--- a/games-strategy/scorched3d/ChangeLog
+++ b/games-strategy/scorched3d/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/scorched3d
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/ChangeLog,v 1.27 2005/09/20 15:38:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/ChangeLog,v 1.28 2005/10/28 06:39:19 mr_bones_ Exp $
+
+ 28 Oct 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ +files/smoke-orange.bmp, scorched3d-39.1.ebuild:
+ add missing texture (bug #105237)
20 Sep 2005; Michael Sterrett <mr_bones_@gentoo.org>
scorched3d-38.1.ebuild, scorched3d-39.ebuild, scorched3d-39.1.ebuild:
diff --git a/games-strategy/scorched3d/files/smoke-orange.bmp b/games-strategy/scorched3d/files/smoke-orange.bmp
new file mode 100644
index 000000000000..a9b990805f14
--- /dev/null
+++ b/games-strategy/scorched3d/files/smoke-orange.bmp
Binary files differ
diff --git a/games-strategy/scorched3d/scorched3d-39.1.ebuild b/games-strategy/scorched3d/scorched3d-39.1.ebuild
index 70cf25593e42..893f2193d71a 100644
--- a/games-strategy/scorched3d/scorched3d-39.1.ebuild
+++ b/games-strategy/scorched3d/scorched3d-39.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/scorched3d-39.1.ebuild,v 1.3 2005/09/20 15:38:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/scorched3d-39.1.ebuild,v 1.4 2005/10/28 06:39:19 mr_bones_ Exp $
inherit wxwidgets games
@@ -43,5 +43,7 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "make install failed"
+ insinto "${GAMES_DATADIR}/scorched3d/data/globalmods/apoc/data/textures/explode/"
+ doins "${FILESDIR}/smoke-orange.bmp" || die "doins failed" #bug #105237
prepgamesdirs
}