tupone 14/12/31 12:49:01 Modified: ChangeLog deathchase3d-0.9.ebuild Log: Migration to EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.6 games-action/deathchase3d/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/deathchase3d/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/deathchase3d/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/deathchase3d/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/deathchase3d/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 13 Jun 2011 07:27:17 -0000 1.5 +++ ChangeLog 31 Dec 2014 12:49:01 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for games-action/deathchase3d -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/deathchase3d/ChangeLog,v 1.5 2011/06/13 07:27:17 tupone Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/deathchase3d/ChangeLog,v 1.6 2014/12/31 12:49:01 tupone Exp $ + + 31 Dec 2014; Tupone Alfredo <[email protected]> deathchase3d-0.9.ebuild: + Migration to EAPI 4 13 Jun 2011; Tupone Alfredo <[email protected]> deathchase3d-0.9.ebuild, +files/deathchase3d-0.9-underlink.patch: 1.6 games-action/deathchase3d/deathchase3d-0.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/deathchase3d/deathchase3d-0.9.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/deathchase3d/deathchase3d-0.9.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/deathchase3d/deathchase3d-0.9.ebuild?r1=1.5&r2=1.6 Index: deathchase3d-0.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/deathchase3d/deathchase3d-0.9.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- deathchase3d-0.9.ebuild 13 Jun 2011 07:27:17 -0000 1.5 +++ deathchase3d-0.9.ebuild 31 Dec 2014 12:49:01 -0000 1.6 @@ -1,7 +1,7 @@ -# 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-action/deathchase3d/deathchase3d-0.9.ebuild,v 1.5 2011/06/13 07:27:17 tupone Exp $ -EAPI=2 +# $Header: /var/cvsroot/gentoo-x86/games-action/deathchase3d/deathchase3d-0.9.ebuild,v 1.6 2014/12/31 12:49:01 tupone Exp $ +EAPI=4 inherit games @@ -15,11 +15,12 @@ IUSE="" DEPEND="media-libs/libsdl" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-underlink.patch ) src_install() { - dogamesbin "${PN}/${PN}" || die "dogamesbin failed" + dogamesbin "${PN}/${PN}" dodoc README dohtml "${PN}/docs/en/index.html" prepgamesdirs
