tupone 15/01/03 16:45:55 Modified: blockrage-0.2.3.ebuild ChangeLog Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.9 games-arcade/blockrage/blockrage-0.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blockrage/blockrage-0.2.3.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blockrage/blockrage-0.2.3.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blockrage/blockrage-0.2.3.ebuild?r1=1.8&r2=1.9 Index: blockrage-0.2.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/blockrage/blockrage-0.2.3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- blockrage-0.2.3.ebuild 6 Jan 2010 13:59:12 -0000 1.8 +++ blockrage-0.2.3.ebuild 3 Jan 2015 16:45:55 -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/blockrage/blockrage-0.2.3.ebuild,v 1.8 2010/01/06 13:59:12 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/blockrage-0.2.3.ebuild,v 1.9 2015/01/03 16:45:55 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games DESCRIPTION="Falling-blocks arcade game with a 2-player hotseat mode" @@ -15,12 +15,13 @@ IUSE="" DEPEND="media-libs/libsdl" +RDEPEND="${DEPEND}" # Removing error due to wrong detection of cross-compile mode PATCHES=( "${FILESDIR}/${P}"-config.patch ) +DOCS=( ChangeLog KNOWN_BUGS README TODO ) src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc ChangeLog KNOWN_BUGS README TODO + default prepgamesdirs } 1.10 games-arcade/blockrage/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blockrage/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blockrage/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blockrage/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/blockrage/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 6 Jan 2010 13:59:12 -0000 1.9 +++ ChangeLog 3 Jan 2015 16:45:55 -0000 1.10 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/blockrage -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/ChangeLog,v 1.9 2010/01/06 13:59:12 josejx Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/ChangeLog,v 1.10 2015/01/03 16:45:55 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo <[email protected]> blockrage-0.2.3.ebuild: + EAPI 4 06 Jan 2010; Joseph Jezak <[email protected]> blockrage-0.2.3.ebuild: Marked ppc stable for bug #289091.
