summaryrefslogtreecommitdiff
path: root/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild')
-rw-r--r--games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild b/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild
deleted file mode 100644
index 2f9b99a7b4fb..000000000000
--- a/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MOD_DESC="Green slimeballs mod for kids"
-MOD_NAME="Chex Trek: Beyond the Quest"
-MOD_DIR="chextrek"
-MOD_ICON="flem.ico"
-
-inherit games-mods
-
-HOMEPAGE="https://www.moddb.com/mods/chex-trek-beyond-the-quest"
-SRC_URI="chextrek_beta_${PV/.}.zip"
-
-LICENSE="GameFront"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated opengl"
-RESTRICT="fetch bindist"
-
-pkg_nofetch() {
- elog "Please download ${SRC_URI} from:"
- elog "https://www.moddb.com/mods/chex-trek-beyond-the-quest/downloads/chex-trek-beta-052"
- elog "and move it to ${DISTDIR}"
-}
-
-src_prepare() {
- mv -f chextrek_beta* ${MOD_DIR} || die
-}
-
-pkg_postinst() {
- games-mods_pkg_postinst
-
- elog "Press 'E' to open doors in the game."
- elog "Press 'M' to toggle the map."
-}