diff options
Diffstat (limited to 'games-fps/quake3-cpma/quake3-cpma-1.46.ebuild')
-rw-r--r-- | games-fps/quake3-cpma/quake3-cpma-1.46.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild b/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild deleted file mode 100644 index 78e0f967d63d..000000000000 --- a/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild,v 1.5 2011/11/10 16:05:01 mr_bones_ Exp $ - -EAPI=2 - -MOD_DESC="advanced FPS competition mod" -MOD_NAME="Challenge Pro Mode Arena" -MOD_DIR="cpma" - -inherit games games-mods - -HOMEPAGE="http://www.promode.org/" -SRC_URI="http://www.challenge-tv.com/demostorage/files/cpm/cpma${PV//.}-nomaps.zip - http://ftp1.srv.endpoint.nu/pub/repository/challenge-tv/demostorage/files/cpm/cpma${PV//.}-nomaps.zip - http://www.promode.org/files/cpma-mappack-full.zip" - -LICENSE="as-is" -KEYWORDS="~ppc x86" -IUSE="dedicated opengl" - -src_prepare() { - mv -f *.pk3 ${MOD_DIR} || die -} - -pkg_postinst() { - games-mods_pkg_postinst - elog "To enable bots: +bot_enable 1" -} |