diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-05 13:54:36 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-05 17:38:03 -0500 |
commit | 96c39376cef53b403083b8efcf01535e950ccc6f (patch) | |
tree | 7293d8d1102e070eacb0c02555f1d2bea2d8e3e7 /games-fps/quake3-excessiveplus | |
parent | games-roguelike/scourge: update HOMEPAGE (diff) | |
download | gentoo-96c39376cef53b403083b8efcf01535e950ccc6f.tar.gz gentoo-96c39376cef53b403083b8efcf01535e950ccc6f.tar.bz2 gentoo-96c39376cef53b403083b8efcf01535e950ccc6f.zip |
games-fps/quake3-excessiveplus: clean old
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-fps/quake3-excessiveplus')
-rw-r--r-- | games-fps/quake3-excessiveplus/Manifest | 1 | ||||
-rw-r--r-- | games-fps/quake3-excessiveplus/quake3-excessiveplus-2.2b.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/games-fps/quake3-excessiveplus/Manifest b/games-fps/quake3-excessiveplus/Manifest index 54e9fd320b64..668f0fd3c660 100644 --- a/games-fps/quake3-excessiveplus/Manifest +++ b/games-fps/quake3-excessiveplus/Manifest @@ -1,2 +1 @@ -DIST xp-2.2b.zip 19810680 SHA256 4a041f4b84dae4b50707f9069eb0c59b4af00e53bcecd7d0f01087398a165b55 SHA512 b7f702b5ce0b0c39ae0db9414ae54aaec7cf0a80cc39604e8ebd14eae56a982f438196488d1c1cc559c6d36c36c8c0e1b695658f974c196c95bba2274063f343 WHIRLPOOL 377c08cde0d52e8272811c93e3fd00abf531adae20340a811aa8bb376694ea6363f370eba1d94f2d2b342041394eebbe86b8bd7c06381d7ebe1ee88ce8200c5d DIST xp-2.3.zip 17266975 SHA256 213adbd718be00c49a6cdc539b0372f99703042d7afa3a6c31740a3bc7e06820 SHA512 80a8663c8d42139661ccd5333f9c543854ad82ae38f7838139c78413f7fa3e163c27a66aed4014e56ca756cabf2fd835179cba2336ada7158fdbde1e2841535b WHIRLPOOL 3c1df12ddf96fc439998089595fdcfecf25c65e3e12f2da7270f4e5a016229e9da66beb246d2515d63fd0c73b36ff7b6e3178be7a2a6b7e1fc96ac896a7be481 diff --git a/games-fps/quake3-excessiveplus/quake3-excessiveplus-2.2b.ebuild b/games-fps/quake3-excessiveplus/quake3-excessiveplus-2.2b.ebuild deleted file mode 100644 index 488d78f47238..000000000000 --- a/games-fps/quake3-excessiveplus/quake3-excessiveplus-2.2b.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -MOD_DESC="Makes 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="all-rights-reserved" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="dedicated opengl" - -src_prepare() { - rm -f *.bat - rm -rf ${MOD_DIR}/tools -} |