Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/ut2004-unwheel: ChangeLog ut2004-unwheel-0_beta5.ebuild
Date: Mon, 02 Mar 2009 01:35:50
Message-Id: E1Ldx4O-0001Ud-RC@stork.gentoo.org
1 mr_bones_ 09/03/02 01:35:48
2
3 Modified: ChangeLog ut2004-unwheel-0_beta5.ebuild
4 Log:
5 fix download name - patch from Pacho Ramos via bug #260714
6 (Portage version: 2.1.6.7/cvs/Linux i686)
7
8 Revision Changes Path
9 1.4 games-fps/ut2004-unwheel/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-unwheel/ChangeLog?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-unwheel/ChangeLog?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-unwheel/ChangeLog?r1=1.3&r2=1.4
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/ut2004-unwheel/ChangeLog,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ChangeLog 28 Jul 2008 17:10:17 -0000 1.3
22 +++ ChangeLog 2 Mar 2009 01:35:48 -0000 1.4
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-fps/ut2004-unwheel
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-unwheel/ChangeLog,v 1.3 2008/07/28 17:10:17 wolf31o2 Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-unwheel/ChangeLog,v 1.4 2009/03/02 01:35:48 mr_bones_ Exp $
29 +
30 + 02 Mar 2009; Michael Sterrett <mr_bones_@g.o>
31 + ut2004-unwheel-0_beta5.ebuild:
32 + fix download name - patch from Pacho Ramos via bug #260714
33
34 28 Jul 2008; Chris Gianelloni <wolf31o2@g.o> metadata.xml:
35 Removing myself from metadata.xml since I am retiring from the project.
36
37
38
39 1.3 games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild?r1=1.2&r2=1.3
44
45 Index: ut2004-unwheel-0_beta5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- ut2004-unwheel-0_beta5.ebuild 10 Jan 2007 21:13:49 -0000 1.2
52 +++ ut2004-unwheel-0_beta5.ebuild 2 Mar 2009 01:35:48 -0000 1.3
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $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 $
58 +# $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 $
59
60 MOD_DESC="multiplayer driving mod focusing on fun driving"
61 MOD_NAME="Unwheel"
62 @@ -14,7 +14,7 @@
63
64 HOMEPAGE="http://unwheel.beyondunreal.com/"
65 SRC_URI="mirror://beyondunreal/${MY_PN}/${MY_PN}_${MY_PV}.zip
66 - mirror://beyondunreal/${MY_PN}/packs/unwheel-r5_bonuspack-volume_1.zip"
67 + mirror://beyondunreal/${MY_PN}/packs/UnWheel-R5_BonusPack-Volume_1.zip"
68
69 LICENSE="as-is"
70
71 @@ -23,5 +23,5 @@
72 src_unpack() {
73 mkdir -p ${MOD_DIR}
74 unzip "${DISTDIR}"/${MY_PN}_${MY_PV}.zip -d ${MOD_DIR}
75 - unzip "${DISTDIR}"/unwheel-r5_bonuspack-volume_1.zip -d ${MOD_DIR}
76 + unzip "${DISTDIR}"/UnWheel-R5_BonusPack-Volume_1.zip -d ${MOD_DIR}
77 }