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/unreal-tournament-strikeforce: unreal-tournament-strikeforce-1.81.ebuild
Date: Mon, 25 Feb 2008 22:59:11
Message-Id: E1JTmHr-0003d5-US@stork.gentoo.org
1 mr_bones_ 08/02/25 22:59:07
2
3 Modified: unreal-tournament-strikeforce-1.81.ebuild
4 Log:
5 quoting
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.9 games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild?r1=1.8&r2=1.9
14
15 Index: unreal-tournament-strikeforce-1.81.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- unreal-tournament-strikeforce-1.81.ebuild 3 Nov 2004 00:29:29 -0000 1.8
22 +++ unreal-tournament-strikeforce-1.81.ebuild 25 Feb 2008 22:59:07 -0000 1.9
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2004 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild,v 1.8 2004/11/03 00:29:29 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild,v 1.9 2008/02/25 22:59:07 mr_bones_ Exp $
29
30 inherit games
31
32 @@ -24,7 +24,7 @@
33 )"
34 DEPEND="app-arch/unzip"
35
36 -S="${WORKDIR}"
37 +S=${WORKDIR}
38
39 src_unpack() {
40 unpack sf_180_server_files.tar.gz
41 @@ -34,12 +34,12 @@
42 rm -rf Help/OpenGL\ Alternate
43 rm System/*.{dll,lnk,exe} System/ServerAdds.zip
44 rm Strikeforce/SF_System/*.bat
45 - find -type f -exec chmod a-x '{}' \;
46 + find -type f -exec chmod a-x '{}' +
47 }
48
49 src_install() {
50 local dir=${GAMES_PREFIX_OPT}/unreal-tournament
51 - dodir ${dir}
52 - mv * ${D}/${dir}/
53 + dodir "${dir}"
54 + mv * "${D}/${dir}/"
55 prepgamesdirs
56 }
57
58
59
60 --
61 gentoo-commits@l.g.o mailing list