tupone 14/12/31 09:26:32 Modified: barrage-1.0.4.ebuild ChangeLog Log: Migrating to EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.7 games-action/barrage/barrage-1.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/barrage/barrage-1.0.4.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/barrage/barrage-1.0.4.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/barrage/barrage-1.0.4.ebuild?r1=1.6&r2=1.7 Index: barrage-1.0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.4.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- barrage-1.0.4.ebuild 15 May 2014 16:20:05 -0000 1.6 +++ barrage-1.0.4.ebuild 31 Dec 2014 09:26:32 -0000 1.7 @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.4.ebuild,v 1.6 2014/05/15 16:20:05 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.4.ebuild,v 1.7 2014/12/31 09:26:32 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games DESCRIPTION="A violent point-and-click shooting game" @@ -16,14 +16,14 @@ DEPEND=">=media-libs/libsdl-1.2[sound,video] >=media-libs/sdl-mixer-1.2.4" +RDEPEND="${DEPEND}" src_configure() { egamesconf --datadir="${GAMES_DATADIR_BASE}" } src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS BUGS ChangeLog README + default newicon barrage48.png ${PN}.png make_desktop_entry ${PN} Barrage rm "${D}"/usr/share/applications/${PN}.desktop 1.26 games-action/barrage/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/barrage/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/barrage/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/barrage/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/barrage/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 15 May 2014 16:20:05 -0000 1.25 +++ ChangeLog 31 Dec 2014 09:26:32 -0000 1.26 @@ -1,6 +1,9 @@ # ChangeLog for games-action/barrage # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/ChangeLog,v 1.25 2014/05/15 16:20:05 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/ChangeLog,v 1.26 2014/12/31 09:26:32 tupone Exp $ + + 31 Dec 2014; Tupone Alfredo <[email protected]> barrage-1.0.4.ebuild: + Migrating to EAPI 4 15 May 2014; Ulrich Müller <[email protected]> barrage-1.0.4.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
