summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-10-06 23:19:50 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-10-06 23:19:50 +0000
commit91b00d8a91cb8257dc929675efb2c5462ef91443 (patch)
tree48dbd39e3306d6abd94be7e7b8f1321065f4c321 /games-fps/quake3-excessiveplus
parentset RDEPEND (diff)
downloadgentoo-2-91b00d8a91cb8257dc929675efb2c5462ef91443.tar.gz
gentoo-2-91b00d8a91cb8257dc929675efb2c5462ef91443.tar.bz2
gentoo-2-91b00d8a91cb8257dc929675efb2c5462ef91443.zip
EAPI=2; remove useless files
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/quake3-excessiveplus')
-rw-r--r--games-fps/quake3-excessiveplus/ChangeLog8
-rw-r--r--games-fps/quake3-excessiveplus/quake3-excessiveplus-1.03.ebuild13
2 files changed, 16 insertions, 5 deletions
diff --git a/games-fps/quake3-excessiveplus/ChangeLog b/games-fps/quake3-excessiveplus/ChangeLog
index f35f14e0a0fd..53fe52095988 100644
--- a/games-fps/quake3-excessiveplus/ChangeLog
+++ b/games-fps/quake3-excessiveplus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/quake3-excessiveplus
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-excessiveplus/ChangeLog,v 1.1 2006/10/26 14:14:34 wolf31o2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-excessiveplus/ChangeLog,v 1.2 2009/10/06 23:19:50 nyhm Exp $
+
+ 06 Oct 2009; Tristan Heaven <nyhm@gentoo.org>
+ quake3-excessiveplus-1.03.ebuild:
+ EAPI=2; remove useless files
*quake3-excessiveplus-1.03 (26 Oct 2006)
diff --git a/games-fps/quake3-excessiveplus/quake3-excessiveplus-1.03.ebuild b/games-fps/quake3-excessiveplus/quake3-excessiveplus-1.03.ebuild
index f8c9a17ecec7..02777cd89bde 100644
--- a/games-fps/quake3-excessiveplus/quake3-excessiveplus-1.03.ebuild
+++ b/games-fps/quake3-excessiveplus/quake3-excessiveplus-1.03.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-excessiveplus/quake3-excessiveplus-1.03.ebuild,v 1.2 2009/10/01 21:30:48 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-excessiveplus/quake3-excessiveplus-1.03.ebuild,v 1.3 2009/10/06 23:19:50 nyhm Exp $
+
+EAPI=2
MOD_DESC="modification making the weapons much faster and stronger"
MOD_NAME="Excessive Plus"
@@ -13,5 +15,10 @@ HOMEPAGE="http://www.excessiveplus.net/"
SRC_URI="http://www.excessiveplus.net/downloads/xp-${PV}-full.zip"
LICENSE="as-is"
-KEYWORDS="-* ~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="dedicated opengl"
+
+src_prepare() {
+ rm -f *.bat
+ rm -rf ${MOD_DIR}/tools
+}