summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-10-10 02:21:18 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-10-10 02:21:18 +0000
commit5038153edab17017dc19909a2d86fd107b9e133a (patch)
treeb3d9011d34d3713bf26ddba5dc280a9de80be66a
parentrm (diff)
downloadgentoo-2-5038153edab17017dc19909a2d86fd107b9e133a.tar.gz
gentoo-2-5038153edab17017dc19909a2d86fd107b9e133a.tar.bz2
gentoo-2-5038153edab17017dc19909a2d86fd107b9e133a.zip
Remove more unneeded files
(Portage version: 2.2_rc44/cvs/Linux x86_64)
-rw-r--r--games-fps/ut2004-crossfire/ChangeLog6
-rw-r--r--games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/games-fps/ut2004-crossfire/ChangeLog b/games-fps/ut2004-crossfire/ChangeLog
index de212a04e671..1427b1c86217 100644
--- a/games-fps/ut2004-crossfire/ChangeLog
+++ b/games-fps/ut2004-crossfire/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/ut2004-crossfire
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-crossfire/ChangeLog,v 1.5 2009/10/06 15:46:01 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-crossfire/ChangeLog,v 1.6 2009/10/10 02:21:18 nyhm Exp $
+
+ 10 Oct 2009; Tristan Heaven <nyhm@gentoo.org>
+ ut2004-crossfire-1.93.ebuild:
+ Remove more unneeded files
*ut2004-crossfire-1.93 (06 Oct 2009)
diff --git a/games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild b/games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild
index 568bd68c4656..bfcc63148d4d 100644
--- a/games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild
+++ b/games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild,v 1.1 2009/10/06 15:46:01 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild,v 1.2 2009/10/10 02:21:18 nyhm Exp $
EAPI=2
@@ -26,6 +26,8 @@ src_unpack() {
}
src_prepare() {
+ rm -f *.{exe,reg,sh,tgz,txt}
+ rm -rf TOCInstaller.app stuff
cd ${MOD_DIR} || die
rm -f *.{bat,exe} Help/*.{exe,zip}
}