diff options
author | 2015-01-17 15:44:15 +0000 | |
---|---|---|
committer | 2015-01-17 15:44:15 +0000 | |
commit | 24e3c297d55c37e8a122306fd9a1f1eb873f62a2 (patch) | |
tree | c15ea68229bdcf3ba93fe8b90a799b354bcdd5ba /games-emulation/fbzx | |
parent | Regenerate .cmm parser against ia64-CLOSUREs patch. (diff) | |
download | gentoo-2-24e3c297d55c37e8a122306fd9a1f1eb873f62a2.tar.gz gentoo-2-24e3c297d55c37e8a122306fd9a1f1eb873f62a2.tar.bz2 gentoo-2-24e3c297d55c37e8a122306fd9a1f1eb873f62a2.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-emulation/fbzx')
-rw-r--r-- | games-emulation/fbzx/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/fbzx/fbzx-2.10.0.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-emulation/fbzx/ChangeLog b/games-emulation/fbzx/ChangeLog index 989cf3b476cc..059e249de509 100644 --- a/games-emulation/fbzx/ChangeLog +++ b/games-emulation/fbzx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/fbzx -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v 1.30 2013/01/30 22:26:56 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v 1.31 2015/01/17 15:44:15 tupone Exp $ + + 17 Jan 2015; Tupone Alfredo <tupone@gentoo.org> fbzx-2.10.0.ebuild: + EAPI 5 30 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -fbzx-2.4.1.ebuild, -files/fbzx-2.4.1-build.patch: diff --git a/games-emulation/fbzx/fbzx-2.10.0.ebuild b/games-emulation/fbzx/fbzx-2.10.0.ebuild index 2fe1429612eb..541f588217d7 100644 --- a/games-emulation/fbzx/fbzx-2.10.0.ebuild +++ b/games-emulation/fbzx/fbzx-2.10.0.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/fbzx/fbzx-2.10.0.ebuild,v 1.4 2012/10/30 11:11:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/fbzx-2.10.0.ebuild,v 1.5 2015/01/17 15:44:15 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="A Sinclair Spectrum emulator, designed to work at full screen using the FrameBuffer" @@ -28,9 +28,9 @@ src_prepare() { } src_install() { - dogamesbin fbzx || die "dogamesbin failed" + dogamesbin fbzx insinto "${GAMES_DATADIR}/${PN}" - doins -r keymap.bmp spectrum-roms || die "doins failed" + doins -r keymap.bmp spectrum-roms dodoc AMSTRAD CAPABILITIES FAQ PORTING README* TODO VERSIONS doicon fbzx.svg make_desktop_entry fbzx FBZX |