summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-01-17 16:54:40 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-01-17 16:54:40 +0000
commit85496aa7ab138bf7fde04c128d9c91a933ba0611 (patch)
treede9f7a93da10c1f382f7a3d741766eb9ff1c040f /games-emulation
parentEAPI 5 (diff)
downloadgentoo-2-85496aa7ab138bf7fde04c128d9c91a933ba0611.tar.gz
gentoo-2-85496aa7ab138bf7fde04c128d9c91a933ba0611.tar.bz2
gentoo-2-85496aa7ab138bf7fde04c128d9c91a933ba0611.zip
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/visualboyadvance/ChangeLog8
-rw-r--r--games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild13
2 files changed, 11 insertions, 10 deletions
diff --git a/games-emulation/visualboyadvance/ChangeLog b/games-emulation/visualboyadvance/ChangeLog
index eedd4d2cd74b..864363f1ef06 100644
--- a/games-emulation/visualboyadvance/ChangeLog
+++ b/games-emulation/visualboyadvance/ChangeLog
@@ -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 <tupone@gentoo.org>
+ visualboyadvance-1.7.2-r3.ebuild:
+ EAPI 5
25 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
-visualboyadvance-1.7.2-r2.ebuild:
diff --git a/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild b/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild
index 4f7c1c2b3cc5..943627ee35d6 100644
--- a/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild
+++ b/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild
@@ -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 @@ src_configure() {
# 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