tupone 15/01/05 19:16:12 Modified: tecnoballz-0.92.ebuild ChangeLog 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/tecnoballz/tecnoballz-0.92.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild?r1=1.8&r2=1.9 Index: tecnoballz-0.92.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tecnoballz-0.92.ebuild 3 Aug 2012 16:09:38 -0000 1.8 +++ tecnoballz-0.92.ebuild 5 Jan 2015 19:16:12 -0000 1.9 @@ -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-arcade/tecnoballz/tecnoballz-0.92.ebuild,v 1.8 2012/08/03 16:09:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v 1.9 2015/01/05 19:16:12 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils autotools games DESCRIPTION="An exciting Brick Breaker" @@ -18,6 +18,7 @@ media-libs/sdl-mixer media-libs/sdl-image[png] media-libs/libmikmod:0" +RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/${P}-gcc43.patch \ @@ -30,8 +31,7 @@ } src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS CHANGES NEWS README + default fperms g+w "${GAMES_STATEDIR}"/${PN}.hi || die make_desktop_entry ${PN} Tecnoballz prepgamesdirs 1.8 games-arcade/tecnoballz/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tecnoballz/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tecnoballz/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tecnoballz/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 3 Aug 2012 16:09:38 -0000 1.7 +++ ChangeLog 5 Jan 2015 19:16:12 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/tecnoballz -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/ChangeLog,v 1.7 2012/08/03 16:09:38 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/ChangeLog,v 1.8 2015/01/05 19:16:12 tupone Exp $ + + 05 Jan 2015; Tupone Alfredo <[email protected]> tecnoballz-0.92.ebuild: + EAPI 5 03 Aug 2012; Michael Sterrett <[email protected]> tecnoballz-0.92.ebuild: respect CXXFLAGS
