tupone 15/01/01 20:40:50 Modified: ChangeLog rafkill-1.2.3.ebuild Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.12 games-action/rafkill/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rafkill/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rafkill/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rafkill/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/rafkill/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 19 Jul 2012 11:49:38 -0000 1.11 +++ ChangeLog 1 Jan 2015 20:40:50 -0000 1.12 @@ -1,6 +1,9 @@ # ChangeLog for games-action/rafkill -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/rafkill/ChangeLog,v 1.11 2012/07/19 11:49:38 tupone Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/rafkill/ChangeLog,v 1.12 2015/01/01 20:40:50 tupone Exp $ + + 01 Jan 2015; Tupone Alfredo <[email protected]> rafkill-1.2.3.ebuild: + EAPI 4 19 Jul 2012; Tupone Alfredo <[email protected]> rafkill-1.2.3.ebuild, +files/rafkill-1.2.3-gcc47.patch: 1.11 games-action/rafkill/rafkill-1.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild?r1=1.10&r2=1.11 Index: rafkill-1.2.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- rafkill-1.2.3.ebuild 19 Jul 2012 11:49:38 -0000 1.10 +++ rafkill-1.2.3.ebuild 1 Jan 2015 20:40:50 -0000 1.11 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild,v 1.10 2012/07/19 11:49:38 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild,v 1.11 2015/01/01 20:40:50 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils scons-utils games DESCRIPTION="space shoot-em-up game" @@ -16,6 +16,7 @@ DEPEND="<media-libs/allegro-5 media-libs/aldumb" +RDEPEND="${DEPEND}" src_prepare() { rm -f {data,music}/.sconsign @@ -31,13 +32,13 @@ } src_compile() { - escons || die + escons } src_install() { - dogamesbin ${PN} || die "dogamesbin failed" + dogamesbin ${PN} insinto "${GAMES_DATADIR}"/${PN} - doins -r data music || die "doins failed" + doins -r data music dodoc README prepgamesdirs }
