tupone 15/01/17 16:54:40 Modified: visualboyadvance-1.7.2-r3.ebuild ChangeLog Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.11 games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild?r1=1.10&r2=1.11 Index: visualboyadvance-1.7.2-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- visualboyadvance-1.7.2-r3.ebuild 16 Oct 2012 03:00:39 -0000 1.10 +++ visualboyadvance-1.7.2-r3.ebuild 17 Jan 2015 16:54:40 -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-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild,v 1.10 2012/10/16 03:00:39 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild,v 1.11 2015/01/17 16:54:40 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils flag-o-matic autotools games DESCRIPTION="gameboy, gameboy color, and gameboy advance emulator" @@ -67,16 +67,13 @@ # Removed --enable-c-core as it *should* determine this based on arch egamesconf \ - --disable-dependency-tracking \ $(use_with mmx) \ $(use_enable gtk gtk 2.4) \ - $(use_enable nls) \ - || die + $(use_enable nls) } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README README-win.txt + default if use gtk ; then newicon src/gtk/images/vba-64.png ${PN}.png make_desktop_entry gvba VisualBoyAdvance 1.49 games-emulation/visualboyadvance/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/visualboyadvance/ChangeLog?rev=1.49&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/visualboyadvance/ChangeLog?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/visualboyadvance/ChangeLog?r1=1.48&r2=1.49 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- ChangeLog 25 Jan 2013 05:01:59 -0000 1.48 +++ ChangeLog 17 Jan 2015 16:54:40 -0000 1.49 @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/visualboyadvance -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/ChangeLog,v 1.48 2013/01/25 05:01:59 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/ChangeLog,v 1.49 2015/01/17 16:54:40 tupone Exp $ + + 17 Jan 2015; Tupone Alfredo <tup...@gentoo.org> + visualboyadvance-1.7.2-r3.ebuild: + EAPI 5 25 Jan 2013; Michael Sterrett <mr_bon...@gentoo.org> -visualboyadvance-1.7.2-r2.ebuild: