diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-25 00:51:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-25 00:51:42 +0000 |
commit | 90fe15d311f1ba211ec69a70f4cf9eb8c874e433 (patch) | |
tree | 4257cfa586f448cf1926ccaadbea762e4abd6b95 /games-engines | |
parent | old (diff) | |
download | gentoo-2-90fe15d311f1ba211ec69a70f4cf9eb8c874e433.tar.gz gentoo-2-90fe15d311f1ba211ec69a70f4cf9eb8c874e433.tar.bz2 gentoo-2-90fe15d311f1ba211ec69a70f4cf9eb8c874e433.zip |
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/nazghul/ChangeLog | 8 | ||||
-rw-r--r-- | games-engines/nazghul/nazghul-0.7.0.ebuild | 49 |
2 files changed, 5 insertions, 52 deletions
diff --git a/games-engines/nazghul/ChangeLog b/games-engines/nazghul/ChangeLog index a6144bd9eb30..9d1f9b56ddcc 100644 --- a/games-engines/nazghul/ChangeLog +++ b/games-engines/nazghul/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/nazghul -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/nazghul/ChangeLog,v 1.7 2012/05/21 10:15:30 phajdan.jr Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/nazghul/ChangeLog,v 1.8 2013/01/25 00:51:42 mr_bones_ Exp $ + + 25 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -nazghul-0.7.0.ebuild: + old 21 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> nazghul-0.7.1.ebuild: x86 stable wrt bug #414059 @@ -27,4 +30,3 @@ 21 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> +nazghul-0.7.0.ebuild: Initial commit wrt #149659 by Felipe Bichued. - diff --git a/games-engines/nazghul/nazghul-0.7.0.ebuild b/games-engines/nazghul/nazghul-0.7.0.ebuild deleted file mode 100644 index 70696b7f1d01..000000000000 --- a/games-engines/nazghul/nazghul-0.7.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/nazghul/nazghul-0.7.0.ebuild,v 1.4 2010/06/27 18:56:23 pacho Exp $ - -EAPI=2 -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 - >=media-libs/libsdl-1.2.3[X,audio,video] - media-libs/sdl-image[png] - media-libs/sdl-mixer[midi,vorbis,wav]" - -src_prepare() { - ecvs_clean -} - -src_configure() { - egamesconf \ - --includedir=/usr/include -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README \ - 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 -} |