diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-02 01:35:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-02 01:35:48 +0000 |
commit | a0dcbb8f0bcddcf0a08ad3db345f78343b331a99 (patch) | |
tree | 9dbffca43b19f19be022ebe65fac2b8f0bb13075 /games-fps | |
parent | version bump (diff) | |
download | gentoo-2-a0dcbb8f0bcddcf0a08ad3db345f78343b331a99.tar.gz gentoo-2-a0dcbb8f0bcddcf0a08ad3db345f78343b331a99.tar.bz2 gentoo-2-a0dcbb8f0bcddcf0a08ad3db345f78343b331a99.zip |
fix download name - patch from Pacho Ramos via bug #260714
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2004-unwheel/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-fps/ut2004-unwheel/ChangeLog b/games-fps/ut2004-unwheel/ChangeLog index dab926ab5079..4da2284bc8cf 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-unwheel/ChangeLog,v 1.3 2008/07/28 17:10:17 wolf31o2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-unwheel/ChangeLog,v 1.4 2009/03/02 01:35:48 mr_bones_ Exp $ + + 02 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org> + ut2004-unwheel-0_beta5.ebuild: + fix download name - patch from Pacho Ramos via bug #260714 28 Jul 2008; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml: Removing myself from metadata.xml since I am retiring from the project. diff --git a/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild b/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild index 0f58f49b9051..c07ed2b169b4 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-2007 Gentoo Foundation +# Copyright 1999-2009 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.2 2007/01/10 21:13:49 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild,v 1.3 2009/03/02 01:35:48 mr_bones_ Exp $ MOD_DESC="multiplayer driving mod focusing on fun driving" MOD_NAME="Unwheel" @@ -14,7 +14,7 @@ MY_PN="unwheel" HOMEPAGE="http://unwheel.beyondunreal.com/" SRC_URI="mirror://beyondunreal/${MY_PN}/${MY_PN}_${MY_PV}.zip - mirror://beyondunreal/${MY_PN}/packs/unwheel-r5_bonuspack-volume_1.zip" + mirror://beyondunreal/${MY_PN}/packs/UnWheel-R5_BonusPack-Volume_1.zip" LICENSE="as-is" @@ -23,5 +23,5 @@ RDEPEND="${CATEGORY}/${GAME}" src_unpack() { mkdir -p ${MOD_DIR} unzip "${DISTDIR}"/${MY_PN}_${MY_PV}.zip -d ${MOD_DIR} - unzip "${DISTDIR}"/unwheel-r5_bonuspack-volume_1.zip -d ${MOD_DIR} + unzip "${DISTDIR}"/UnWheel-R5_BonusPack-Volume_1.zip -d ${MOD_DIR} } |