Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
|
|
Subject:
|
gentoo-x86 commit in games-fps/unreal-tournament-strikeforce: unreal-tournament-strikeforce-1.81.ebuild
|
|
Date:
|
Mon, 25 Feb 2008 22:59:07 +0000
|
|
mr_bones_ 08/02/25 22:59:07
Modified: unreal-tournament-strikeforce-1.81.ebuild
Log:
quoting
(Portage version: 2.1.4.4)
Revision Changes Path
1.9 games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild
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
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
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
Index: unreal-tournament-strikeforce-1.81.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- unreal-tournament-strikeforce-1.81.ebuild 3 Nov 2004 00:29:29 -0000 1.8
+++ unreal-tournament-strikeforce-1.81.ebuild 25 Feb 2008 22:59:07 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
inherit games
@@ -24,7 +24,7 @@
)"
DEPEND="app-arch/unzip"
-S="${WORKDIR}"
+S=${WORKDIR}
src_unpack() {
unpack sf_180_server_files.tar.gz
@@ -34,12 +34,12 @@
rm -rf Help/OpenGL\ Alternate
rm System/*.{dll,lnk,exe} System/ServerAdds.zip
rm Strikeforce/SF_System/*.bat
- find -type f -exec chmod a-x '{}' \;
+ find -type f -exec chmod a-x '{}' +
}
src_install() {
local dir=${GAMES_PREFIX_OPT}/unreal-tournament
- dodir ${dir}
- mv * ${D}/${dir}/
+ dodir "${dir}"
+ mv * "${D}/${dir}/"
prepgamesdirs
}
--
gentoo-commits@g.o mailing list
|
|