tupone 14/07/25 14:19:05 Modified: ChangeLog holotz-castle-1.3.14.ebuild Log: Fix dependency. Bug #514206. EAPI 4 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.15 games-arcade/holotz-castle/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/holotz-castle/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/holotz-castle/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/holotz-castle/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 22 Jun 2011 04:15:58 -0000 1.14 +++ ChangeLog 25 Jul 2014 14:19:05 -0000 1.15 @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/holotz-castle -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/ChangeLog,v 1.14 2011/06/22 04:15:58 tupone Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/ChangeLog,v 1.15 2014/07/25 14:19:05 tupone Exp $ + + 25 Jul 2014; Alfredo Tupone <tup...@gentoo.org> holotz-castle-1.3.14.ebuild: + Fix dependency. Bug #514206 by Patric Lauer + EAPI 4 22 Jun 2011; Tupone Alfredo <tup...@gentoo.org> holotz-castle-1.3.14.ebuild, +files/holotz-castle-1.3.14-underlink.patch: 1.5 games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild?r1=1.4&r2=1.5 Index: holotz-castle-1.3.14.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- holotz-castle-1.3.14.ebuild 22 Jun 2011 04:15:58 -0000 1.4 +++ holotz-castle-1.3.14.ebuild 25 Jul 2014 14:19:05 -0000 1.5 @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild,v 1.4 2011/06/22 04:15:58 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild,v 1.5 2014/07/25 14:19:05 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils toolchain-funcs games DESCRIPTION="2D platform game" @@ -14,11 +14,13 @@ KEYWORDS="amd64 x86" IUSE="" -DEPEND="virtual/opengl +RDEPEND="virtual/opengl + virtual/glu media-libs/sdl-mixer media-libs/libsdl media-libs/sdl-ttf media-libs/sdl-image" +DEPEND="${RDEPEND}" S=${WORKDIR}/${P}-src @@ -30,16 +32,16 @@ src_compile() { tc-export AR - emake -C JLib || die "emake JLib failed" - emake -C src HC_BASE="${GAMES_DATADIR}"/${PN}/ || die "emake src failed" + emake -C JLib + emake -C src HC_BASE="${GAMES_DATADIR}"/${PN}/ } src_install() { - dogamesbin holotz-castle holotz-castle-editor || die "dogamesbin failed" + dogamesbin holotz-castle holotz-castle-editor insinto "${GAMES_DATADIR}"/${PN}/game - doins -r res/* || die "doins game failed" + doins -r res/* insinto "${GAMES_DATADIR}"/${PN}/editor - doins -r HCedHome/res/* || die "doins editor failed" + doins -r HCedHome/res/* newicon res/icon/icon.bmp ${PN}.bmp make_desktop_entry ${PN} "Holotz's Castle" /usr/share/pixmaps/${PN}.bmp make_desktop_entry ${PN}-editor "Holotz's Castle - Editor" \