summaryrefslogtreecommitdiff
path: root/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/quake3-cpma/quake3-cpma-1.48.ebuild')
-rw-r--r--games-fps/quake3-cpma/quake3-cpma-1.48.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild b/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild
deleted file mode 100644
index 91092175ebe1..000000000000
--- a/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MOD_DESC="advanced FPS competition mod"
-MOD_NAME="Challenge Pro Mode Arena"
-MOD_DIR="cpma"
-
-inherit games games-mods
-
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="http://packages.vstone.eu/quake3/install/cpma${PV//.}-nomaps.zip
- http://packages.vstone.eu/quake3/install/cpma-mappack-full.zip"
-
-LICENSE="all-rights-reserved"
-KEYWORDS="~amd64 ~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"
-}