Skip to content

Commit

Permalink
games-engines/nazghul: remove deprecated games eclass
Browse files Browse the repository at this point in the history
Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.2
  • Loading branch information
austin987 committed Nov 11, 2016
1 parent 9e1d5d9 commit bea9a3f
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions games-engines/nazghul/nazghul-0.7.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6
inherit eutils

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

default
}

src_install() {
default
dodoc doc/{GAME_RULES,GHULSCRIPT,MAP_HACKERS_GUIDE,USERS_GUIDE}

dodoc doc/*html
dodoc doc/*gif

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
}

0 comments on commit bea9a3f

Please sign in to comment.