diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2003-09-16 12:44:37 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2003-09-16 12:44:37 +0000 |
commit | b9f6ba39db75bb755354b8bfa31dc99665331e14 (patch) | |
tree | 3fb7b4eb363b3a1504e2c5df541ce9e29bf64cda /games-fps/ut2003 | |
parent | stable on alpha (diff) | |
download | historical-b9f6ba39db75bb755354b8bfa31dc99665331e14.tar.gz historical-b9f6ba39db75bb755354b8bfa31dc99665331e14.tar.bz2 historical-b9f6ba39db75bb755354b8bfa31dc99665331e14.zip |
Closing bug #28222.
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.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index c4352a77009f..80c4f996b9a2 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2003 # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.4 2003/09/11 20:37:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.5 2003/09/16 12:44:32 wolf31o2 Exp $ + + 16 Sep 2003; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225.ebuild: + Closing bug #28222. 11 Sep 2003; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225.ebuild: Being a good citizen and fixing my repoman warnings. diff --git a/games-fps/ut2003/Manifest b/games-fps/ut2003/Manifest index c62d412a85ad..d72a52d789c5 100644 --- a/games-fps/ut2003/Manifest +++ b/games-fps/ut2003/Manifest @@ -1,6 +1,6 @@ -MD5 4a24be818cd697ce6c534d862bf002ae ChangeLog 1603 +MD5 ae21eb1e043e88673e205f9e23178b87 ChangeLog 1700 MD5 4b63cb7e7f6443366fdd4f62f588d62a metadata.xml 776 -MD5 818937a1e983034eff6fba7b8ae9f8ee ut2003-2225.ebuild 6254 +MD5 d544fe8f231fad3a4afe03ca49b2a578 ut2003-2225.ebuild 6258 MD5 5e8d480633edafa5d68b6571cb1e42b0 files/ucc 36 MD5 046c03694cc792093c0a18d1b4cb8f94 files/ut2003 39 MD5 80cad624a754f13b032630aaecace59f files/digest-ut2003-2225 73 diff --git a/games-fps/ut2003/ut2003-2225.ebuild b/games-fps/ut2003/ut2003-2225.ebuild index 269474e596e6..aa6da3c50996 100644 --- a/games-fps/ut2003/ut2003-2225.ebuild +++ b/games-fps/ut2003/ut2003-2225.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225.ebuild,v 1.4 2003/09/11 20:37:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225.ebuild,v 1.5 2003/09/16 12:44:34 wolf31o2 Exp $ inherit games @@ -42,7 +42,7 @@ src_install() { # Disk 1 games_verify_cd "UT2003 Disk1" einfo "Copying files from Disk 1..." - cp -r ${GAMES_CD}/{Animations,ForceFeedback,Help,KarmaData,Maps,Sounds,Textures} ${Ddir} || die "copying files" + cp -r ${GAMES_CD}/{Animations,ForceFeedback,Help,KarmaData,Maps,Sounds,Textures,Web} ${Ddir} || die "copying files" cp -r ${GAMES_CD}/System/{editorres,*.{bmp,dat,det,est,frt,ini,int,itt,md5,u,upl,url}} ${Ddir}/System || die "copying files" mkdir -p ${Ddir}/Benchmark/Stuff cp -r ${GAMES_CD}/Benchmark/Stuff/* ${Ddir}/Benchmark/Stuff || die "copying benchmark files" |