summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-09-16 21:28:14 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-09-16 21:28:14 +0000
commita223c6ce9ed757b13953cac204a8a7327ec8ab1b (patch)
tree0cab11a9b16f6d13e229484e786b5fc6ea73be5b /games-fps/quake3-excessiveplus
parentVersion bump (bug #383021 by Roger). (diff)
downloadgentoo-2-a223c6ce9ed757b13953cac204a8a7327ec8ab1b.tar.gz
gentoo-2-a223c6ce9ed757b13953cac204a8a7327ec8ab1b.tar.bz2
gentoo-2-a223c6ce9ed757b13953cac204a8a7327ec8ab1b.zip
version bump (bug #383275)
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'games-fps/quake3-excessiveplus')
-rw-r--r--games-fps/quake3-excessiveplus/ChangeLog10
-rw-r--r--games-fps/quake3-excessiveplus/quake3-excessiveplus-2.2b.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/games-fps/quake3-excessiveplus/ChangeLog b/games-fps/quake3-excessiveplus/ChangeLog
index 53fe52095988..cb78d4fce19b 100644
--- a/games-fps/quake3-excessiveplus/ChangeLog
+++ b/games-fps/quake3-excessiveplus/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-fps/quake3-excessiveplus
-# 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 $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-excessiveplus/ChangeLog,v 1.3 2011/09/16 21:28:14 mr_bones_ Exp $
+
+*quake3-excessiveplus-2.2b (16 Sep 2011)
+
+ 16 Sep 2011; Michael Sterrett <mr_bones_@gentoo.org>
+ +quake3-excessiveplus-2.2b.ebuild:
+ version bump (bug #383275)
06 Oct 2009; Tristan Heaven <nyhm@gentoo.org>
quake3-excessiveplus-1.03.ebuild:
diff --git a/games-fps/quake3-excessiveplus/quake3-excessiveplus-2.2b.ebuild b/games-fps/quake3-excessiveplus/quake3-excessiveplus-2.2b.ebuild
new file mode 100644
index 000000000000..e967c7c41e2c
--- /dev/null
+++ b/games-fps/quake3-excessiveplus/quake3-excessiveplus-2.2b.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-excessiveplus/quake3-excessiveplus-2.2b.ebuild,v 1.1 2011/09/16 21:28:14 mr_bones_ Exp $
+
+EAPI=2
+
+MOD_DESC="modification making the weapons much faster and stronger"
+MOD_NAME="Excessive Plus"
+MOD_DIR="excessiveplus"
+MOD_ICON="excessiveplus.ico"
+
+inherit games games-mods
+
+HOMEPAGE="http://www.excessiveplus.net/"
+SRC_URI="http://www.excessiveplus.net/files/release/xp-${PV}.zip"
+
+LICENSE="as-is"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="dedicated opengl"
+
+src_prepare() {
+ rm -f *.bat
+ rm -rf ${MOD_DIR}/tools
+}