Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/quake3-rally: quake3-rally-1.33.ebuild ChangeLog
Date: Tue, 06 Oct 2009 23:07:25
Message-Id: E1MvJ7k-0000vx-OP@stork.gentoo.org
1 nyhm 09/10/06 23:07:16
2
3 Modified: ChangeLog
4 Added: quake3-rally-1.33.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 games-fps/quake3-rally/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-rally/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-rally/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-rally/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-rally/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 26 Oct 2006 14:02:28 -0000 1.1
23 +++ ChangeLog 6 Oct 2009 23:07:16 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-fps/quake3-rally
26 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-rally/ChangeLog,v 1.1 2006/10/26 14:02:28 wolf31o2 Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-rally/ChangeLog,v 1.2 2009/10/06 23:07:16 nyhm Exp $
30 +
31 +*quake3-rally-1.33 (06 Oct 2009)
32 +
33 + 06 Oct 2009; Tristan Heaven <nyhm@g.o> +quake3-rally-1.33.ebuild:
34 + Version bump
35
36 *quake3-rally-1.2 (26 Oct 2006)
37
38
39
40
41 1.1 games-fps/quake3-rally/quake3-rally-1.33.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-rally/quake3-rally-1.33.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-rally/quake3-rally-1.33.ebuild?rev=1.1&content-type=text/plain
45
46 Index: quake3-rally-1.33.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-rally/quake3-rally-1.33.ebuild,v 1.1 2009/10/06 23:07:16 nyhm Exp $
51
52 EAPI=2
53
54 MOD_DESC="total conversion car racing mod"
55 MOD_NAME="Rally"
56 MOD_DIR="q3rally"
57
58 inherit games games-mods
59
60 HOMEPAGE="http://www.q3rally.com/"
61 SRC_URI="http://www.q3rally.com/downloads/q3rally_v132.rar
62 http://www.q3rally.com/downloads/qvms.pk3 -> ${PN}-qvms.pk3"
63
64 LICENSE="as-is"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE="dedicated opengl"
67
68 DEPEND="app-arch/unrar"
69
70 src_unpack() {
71 mkdir ${MOD_DIR}
72 cd ${MOD_DIR}
73 unpack ${A}
74 }
75
76 src_prepare() {
77 cp -f "${DISTDIR}"/${PN}-qvms.pk3 ${MOD_DIR}/qvms.pk3 || die
78 }