summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-10-28 06:39:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-10-28 06:39:19 +0000
commit667222d82eac3b5628053bd7bf02b771b38b9137 (patch)
treec5a6514d29c8091f195f59b22eed26046670a875 /games-strategy
parentVersion bump. (diff)
downloadgentoo-2-667222d82eac3b5628053bd7bf02b771b38b9137.tar.gz
gentoo-2-667222d82eac3b5628053bd7bf02b771b38b9137.tar.bz2
gentoo-2-667222d82eac3b5628053bd7bf02b771b38b9137.zip
add missing texture (bug #105237)
(Portage version: 2.0.51.22-r3)
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
}