# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MOD_DESC="modification making the weapons much faster and stronger" MOD_NAME="excessiveplus" inherit games games-q3mod HOMEPAGE="http://www.excessiveplus.net/" SRC_URI="http://www.excessiveplus.net/downloads/xp-${PV}-full.zip" LICENSE="as-is" SLOT="0" src_unpack() { unpack ${A} rm xp_dedicated.bat xp_server.bat xp_singleplayer.bat cd excessiveplus || die mkdir doc share || die mv README.txt CHANGESLOG.txt docs || die doicon excessiveplus.ico || die }