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-bonuspacks: unreal-tournament-bonuspacks-436.ebuild
Date: Mon, 25 Feb 2008 22:56:59
Message-Id: E1JTmFj-0003cC-AI@stork.gentoo.org
1 mr_bones_ 08/02/25 22:56:55
2
3 Modified: unreal-tournament-bonuspacks-436.ebuild
4 Log:
5 quoting
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.9 games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild?r1=1.8&r2=1.9
14
15 Index: unreal-tournament-bonuspacks-436.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- unreal-tournament-bonuspacks-436.ebuild 6 Jan 2006 16:16:03 -0000 1.8
22 +++ unreal-tournament-bonuspacks-436.ebuild 25 Feb 2008 22:56:54 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2006 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild,v 1.8 2006/01/06 16:16:03 wolf31o2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild,v 1.9 2008/02/25 22:56:54 mr_bones_ Exp $
28
29 inherit games
30
31 @@ -32,7 +32,7 @@
32
33 src_install() {
34 # unpack the UTBonusPack4 umod
35 - umod -v -b `pwd` -x UTBonusPack4.umod || die "could not unpack UTBonusPack4.umod"
36 + umod -v -b "$(pwd)" -x UTBonusPack4.umod || die "could not unpack UTBonusPack4.umod"
37
38 # move stuff around
39 rm UTBonusPack4.umod
40 @@ -41,8 +41,8 @@
41
42 # install it all
43 local dir=${GAMES_PREFIX_OPT}/unreal-tournament
44 - dodir ${dir}
45 - mv * ${D}/${dir}/
46 + dodir "${dir}"
47 + mv * "${D}/${dir}/"
48
49 prepgamesdirs
50 }
51
52
53
54 --
55 gentoo-commits@l.g.o mailing list