tupone 15/01/03 14:40:58 Modified: betna-0.9.7.ebuild ChangeLog Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.11 games-arcade/betna/betna-0.9.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/betna/betna-0.9.7.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/betna/betna-0.9.7.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/betna/betna-0.9.7.ebuild?r1=1.10&r2=1.11 Index: betna-0.9.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/betna/betna-0.9.7.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- betna-0.9.7.ebuild 8 Sep 2010 15:38:25 -0000 1.10 +++ betna-0.9.7.ebuild 3 Jan 2015 14:40:57 -0000 1.11 @@ -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/betna/betna-0.9.7.ebuild,v 1.10 2010/09/08 15:38:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/betna/betna-0.9.7.ebuild,v 1.11 2015/01/03 14:40:57 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games DESCRIPTION="Defend your volcano from the attacking ants by firing rocks/bullets at them" @@ -15,6 +15,7 @@ IUSE="" DEPEND="media-libs/libsdl[video]" +RDEPEND="${DEPEND}" src_prepare() { sed -i \ @@ -31,14 +32,14 @@ } src_compile() { - emake clean || die - emake || die + emake clean + emake } src_install() { - dogamesbin betna || die "dogamesbin failed" + dogamesbin betna insinto "${GAMES_DATADIR}"/${PN} - doins images/* || die "doins failed" + doins images/* newicon images/target.bmp ${PN}.bmp make_desktop_entry ${PN} Betna /usr/share/pixmaps/${PN}.bmp dodoc README Q\&A 1.10 games-arcade/betna/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/betna/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/betna/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/betna/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/betna/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 8 Sep 2010 15:38:25 -0000 1.9 +++ ChangeLog 3 Jan 2015 14:40:57 -0000 1.10 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/betna -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/betna/ChangeLog,v 1.9 2010/09/08 15:38:25 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/betna/ChangeLog,v 1.10 2015/01/03 14:40:57 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo <[email protected]> betna-0.9.7.ebuild: + EAPI 4 08 Sep 2010; Michael Sterrett <[email protected]> betna-0.9.7.ebuild: honor LDFLAGS (bug #336452); honor CXX; EAPI=2; tidy
