summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:19 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:41:44 +0100
commit6dcd342e1bc1f1d9d6b71c2aab115ddf5fd0e4ed (patch)
tree9689f0bb0ae50c02f1cd28bd880e330d415c67a7 /games-engines/nazghul/nazghul-0.7.1.ebuild
parentgames-engines/gemrb: Remove old (diff)
downloadgentoo-6dcd342e1bc1f1d9d6b71c2aab115ddf5fd0e4ed.tar.gz
gentoo-6dcd342e1bc1f1d9d6b71c2aab115ddf5fd0e4ed.tar.bz2
gentoo-6dcd342e1bc1f1d9d6b71c2aab115ddf5fd0e4ed.zip
games-engines/nazghul: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-engines/nazghul/nazghul-0.7.1.ebuild')
-rw-r--r--games-engines/nazghul/nazghul-0.7.1.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/games-engines/nazghul/nazghul-0.7.1.ebuild b/games-engines/nazghul/nazghul-0.7.1.ebuild
deleted file mode 100644
index e9365293417c..000000000000
--- a/games-engines/nazghul/nazghul-0.7.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="A computer role-playing game (CRPG) engine with game called HaximA"
-HOMEPAGE="http://myweb.cableone.net/gmcnutt/nazghul.html"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libpng:0
- >=media-libs/libsdl-1.2.3[X,sound,video]
- media-libs/sdl-image[png]
- media-libs/sdl-mixer[midi,vorbis,wav]"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- ecvs_clean
-}
-
-src_configure() {
- egamesconf \
- --includedir=/usr/include
-}
-
-src_install() {
- default
- dodoc doc/{GAME_RULES,GHULSCRIPT,MAP_HACKERS_GUIDE,USERS_GUIDE}
-
- dohtml -a html,gif -r doc/*
-
- docinto engine_extension_and_design
- dodoc doc/engine_extension_and_design/*
-
- docinto world_building
- dodoc doc/world_building/*
-
- doicon icons/haxima.png
- make_desktop_entry haxima.sh HaximA haxima
-
- prepgamesdirs
-}