diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-09-01 20:27:08 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-09-01 20:27:08 +0000 |
commit | a6a29d22f2ab83c26867583931bbfc0644c53972 (patch) | |
tree | a79217077dd3e71fdd2478c59ec0190b743cdacc /games-fps/ut2003 | |
parent | mask afs and drac use flags (diff) | |
download | historical-a6a29d22f2ab83c26867583931bbfc0644c53972.tar.gz historical-a6a29d22f2ab83c26867583931bbfc0644c53972.tar.bz2 historical-a6a29d22f2ab83c26867583931bbfc0644c53972.zip |
Switching to games_make_wrapper for starter script.
Diffstat (limited to 'games-fps/ut2003')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2003/Manifest | 5 | ||||
-rw-r--r-- | games-fps/ut2003/files/ut2003 | 4 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r3.ebuild | 5 |
4 files changed, 9 insertions, 11 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index 539ac31bfc57..e81d347f6b45 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2003 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.25 2004/07/08 13:51:49 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.26 2004/09/01 20:27:08 wolf31o2 Exp $ + + 01 Sep 2004; Chris Gianelloni <wolf31o2@gentoo.org> -files/ut2003, + ut2003-2225-r3.ebuild: + Switching to games_make_wrapper for starter script. *ut2003-2225-r3 (08 Jul 2004) diff --git a/games-fps/ut2003/Manifest b/games-fps/ut2003/Manifest index e4b31508399b..7c44f68f650f 100644 --- a/games-fps/ut2003/Manifest +++ b/games-fps/ut2003/Manifest @@ -1,5 +1,4 @@ -MD5 93c310b470dd66f901dcb25a27863386 ut2003-2225-r3.ebuild 6467 -MD5 e57852d5376cce897c4de045695f43ea ChangeLog 4600 +MD5 24ce3bce4974586ef7618df17c408c37 ut2003-2225-r3.ebuild 6420 +MD5 d68eeded540ab7f5f0654a55888c410a ChangeLog 4749 MD5 4b63cb7e7f6443366fdd4f62f588d62a metadata.xml 776 MD5 c0d0cc55ff679093ef36080545fc3243 files/digest-ut2003-2225-r3 134 -MD5 046c03694cc792093c0a18d1b4cb8f94 files/ut2003 39 diff --git a/games-fps/ut2003/files/ut2003 b/games-fps/ut2003/files/ut2003 deleted file mode 100644 index 10d1914559f1..000000000000 --- a/games-fps/ut2003/files/ut2003 +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -cd GENTOO_DIR -./ut2003 $@ diff --git a/games-fps/ut2003/ut2003-2225-r3.ebuild b/games-fps/ut2003/ut2003-2225-r3.ebuild index 339115185030..ae596b467db1 100644 --- a/games-fps/ut2003/ut2003-2225-r3.ebuild +++ b/games-fps/ut2003/ut2003-2225-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r3.ebuild,v 1.1 2004/07/08 13:51:49 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r3.ebuild,v 1.2 2004/09/01 20:27:08 wolf31o2 Exp $ inherit games @@ -116,8 +116,7 @@ src_install() { insinto ${dir} doins ${S}/README.linux ${S}/Unreal.xpm || die "copying readme/icon" - dogamesbin ${FILESDIR}/ut2003 - sed -i "s:GENTOO_DIR:${dir}:" ${D}/${GAMES_BINDIR}/ut2003 + games_make_wrapper ut2003 ./ut2003 ${dir} # this brings our install up to the newest version cd ${S} |