diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-03-19 18:33:05 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-03-19 18:33:05 +0000 |
commit | 20cc35ce65117a901b1c71cf42a9e81d455f9b27 (patch) | |
tree | 4d96e226e449d9cec0b073e3ed429dda2c47c70c /games-fps/ut2003 | |
parent | Added TIMIDITY_PCM_NAME option to conf.d file. Closes bug #44863. Version bump. (diff) | |
download | historical-20cc35ce65117a901b1c71cf42a9e81d455f9b27.tar.gz historical-20cc35ce65117a901b1c71cf42a9e81d455f9b27.tar.bz2 historical-20cc35ce65117a901b1c71cf42a9e81d455f9b27.zip |
Fixing sed problem and (hopefully) closing bug #35603.
Diffstat (limited to 'games-fps/ut2003')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2003/Manifest | 4 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r1.ebuild | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index 8401c9231c1c..215722fe8d9f 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2003 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.14 2004/03/16 19:26:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.15 2004/03/19 18:33:05 wolf31o2 Exp $ + + 19 Mar 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r1.ebuild: + Fixing sed problem and (hopefully) closing bug #35603. 16 Mar 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r1.ebuild: Changed sed lines to use sed -i. diff --git a/games-fps/ut2003/Manifest b/games-fps/ut2003/Manifest index 6d9012851a54..5fba7b31894b 100644 --- a/games-fps/ut2003/Manifest +++ b/games-fps/ut2003/Manifest @@ -1,5 +1,5 @@ -MD5 b3beb89cc91c76b931a6262a6d9c35ce ut2003-2225-r1.ebuild 5650 -MD5 bc40234b81c2724855be9efa83dba9c1 ChangeLog 3168 +MD5 cc236b8b1f41e5057f1949bae6fa9cea ut2003-2225-r1.ebuild 5594 +MD5 39fc4a69a3557af2daceea206ece18e6 ChangeLog 3303 MD5 4b63cb7e7f6443366fdd4f62f588d62a metadata.xml 776 MD5 5e8d480633edafa5d68b6571cb1e42b0 files/ucc 36 MD5 80cad624a754f13b032630aaecace59f files/digest-ut2003-2225-r1 73 diff --git a/games-fps/ut2003/ut2003-2225-r1.ebuild b/games-fps/ut2003/ut2003-2225-r1.ebuild index 5a0fda0cdb8e..12175891fc65 100644 --- a/games-fps/ut2003/ut2003-2225-r1.ebuild +++ b/games-fps/ut2003/ut2003-2225-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r1.ebuild,v 1.4 2004/03/16 19:26:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r1.ebuild,v 1.5 2004/03/19 18:33:05 wolf31o2 Exp $ inherit games @@ -110,16 +110,14 @@ src_install() { insinto ${dir} doins ${S}/README.linux ${S}/Unreal.xpm || die "copying readme/icon" - #sed -e "s:GENTOO_DIR:${dir}:" ${FILESDIR}/ucc > ucc - sed -e -i "s:GENTOO_DIR:${dir}:" ${FILESDIR}/ut2003 - #dogamesbin ucc ut2003 + sed -i "s:GENTOO_DIR:${dir}:" ${FILESDIR}/ut2003 dogamesbin ut2003 rm ${Ddir}/System/{UT2003,User}.ini || die "deleting ini files" # this brings our install up to the newest version cd ${S} - bin/Linux/x86/loki_patch --verify patch.dat + bin/Linux/x86/loki_patch --verify patch.dat || die "verifying patch" bin/Linux/x86/loki_patch patch.dat ${Ddir} >& /dev/null || die "patching" # now, since these files are coming off a cd, the times/sizes/md5sums wont |