summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-01-10 21:13:49 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-01-10 21:13:49 +0000
commitfc2e920e27bdccce352a2327ff4085c012f9e68e (patch)
tree2fd7baaeafdd584b0aa914e4094bc67580f5f720 /games-fps
parentAdd email addresses for herds (so that media-video is properly found, and not... (diff)
downloadgentoo-2-fc2e920e27bdccce352a2327ff4085c012f9e68e.tar.gz
gentoo-2-fc2e920e27bdccce352a2327ff4085c012f9e68e.tar.bz2
gentoo-2-fc2e920e27bdccce352a2327ff4085c012f9e68e.zip
Adjust to not give a warning about not moving unwheel to itself.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/ut2004-unwheel/ChangeLog8
-rw-r--r--games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild10
2 files changed, 11 insertions, 7 deletions
diff --git a/games-fps/ut2004-unwheel/ChangeLog b/games-fps/ut2004-unwheel/ChangeLog
index 2e0f6428c7ad..575da9684c5f 100644
--- a/games-fps/ut2004-unwheel/ChangeLog
+++ b/games-fps/ut2004-unwheel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/ut2004-unwheel
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-unwheel/ChangeLog,v 1.1 2006/12/12 18:12:34 wolf31o2 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-unwheel/ChangeLog,v 1.2 2007/01/10 21:13:49 wolf31o2 Exp $
+
+ 10 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ ut2004-unwheel-0_beta5.ebuild:
+ Adjust to not give a warning about not moving unwheel to itself.
*ut2004-unwheel-0_beta5 (12 Dec 2006)
diff --git a/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild b/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild
index 425547a3173e..0f58f49b9051 100644
--- a/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild
+++ b/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild,v 1.1 2006/12/12 18:12:34 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild,v 1.2 2007/01/10 21:13:49 wolf31o2 Exp $
MOD_DESC="multiplayer driving mod focusing on fun driving"
MOD_NAME="Unwheel"
@@ -18,10 +18,10 @@ SRC_URI="mirror://beyondunreal/${MY_PN}/${MY_PN}_${MY_PV}.zip
LICENSE="as-is"
-RDEPEND="games-fps/ut2004"
+RDEPEND="${CATEGORY}/${GAME}"
src_unpack() {
- games-mods_src_unpack
mkdir -p ${MOD_DIR}
- mv * ${MOD_DIR}
+ unzip "${DISTDIR}"/${MY_PN}_${MY_PV}.zip -d ${MOD_DIR}
+ unzip "${DISTDIR}"/unwheel-r5_bonuspack-volume_1.zip -d ${MOD_DIR}
}