tupone 15/01/05 20:15:24 Modified: ChangeLog tuxdash-0.8.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.9 games-arcade/tuxdash/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxdash/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxdash/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxdash/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/tuxdash/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 30 Sep 2010 04:29:54 -0000 1.8 +++ ChangeLog 5 Jan 2015 20:15:24 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/tuxdash -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxdash/ChangeLog,v 1.8 2010/09/30 04:29:54 tupone Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxdash/ChangeLog,v 1.9 2015/01/05 20:15:24 tupone Exp $ + + 05 Jan 2015; Tupone Alfredo <tup...@gentoo.org> tuxdash-0.8.ebuild: + EAPI 5 30 Sep 2010; Tupone Alfredo <tup...@gentoo.org> tuxdash-0.8.ebuild, +files/tuxdash-0.8-ldflags.patch: 1.9 games-arcade/tuxdash/tuxdash-0.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxdash/tuxdash-0.8.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxdash/tuxdash-0.8.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxdash/tuxdash-0.8.ebuild?r1=1.8&r2=1.9 Index: tuxdash-0.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/tuxdash/tuxdash-0.8.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tuxdash-0.8.ebuild 12 Oct 2010 04:28:01 -0000 1.8 +++ tuxdash-0.8.ebuild 5 Jan 2015 20:15:24 -0000 1.9 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxdash/tuxdash-0.8.ebuild,v 1.8 2010/10/12 04:28:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxdash/tuxdash-0.8.ebuild,v 1.9 2015/01/05 20:15:24 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="A simple BoulderDash clone" @@ -16,6 +16,7 @@ DEPEND="media-libs/libsdl[video] media-libs/sdl-ttf" +RDEPEND="${DEPEND}" src_prepare() { rm -f GPL TuxDash @@ -37,11 +38,11 @@ } src_compile() { - emake E_CXXFLAGS="${CXXFLAGS}" -C src || die "emake failed" + emake E_CXXFLAGS="${CXXFLAGS}" -C src } src_install() { - dogamesbin tuxdash || die "dogamesbin failed" + dogamesbin tuxdash dodir "${GAMES_DATADIR}/${PN}" cp -r themes maps fonts savegames config "${D}/${GAMES_DATADIR}/${PN}" \ || die "cp failed"