summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-06-06 21:07:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-06-06 21:07:08 +0000
commit1c0ebc23340d61376ffc3dae5bf616fc3dfe104b (patch)
treef3d47dec407acb6c1590d03e349d3feae3441d8a /games-emulation
parentcleanups, bsd support, bug #93960 (diff)
downloadhistorical-1c0ebc23340d61376ffc3dae5bf616fc3dfe104b.tar.gz
historical-1c0ebc23340d61376ffc3dae5bf616fc3dfe104b.tar.bz2
historical-1c0ebc23340d61376ffc3dae5bf616fc3dfe104b.zip
touchups
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/hatari/Manifest6
-rw-r--r--games-emulation/hatari/hatari-0.70.ebuild13
2 files changed, 9 insertions, 10 deletions
diff --git a/games-emulation/hatari/Manifest b/games-emulation/hatari/Manifest
index e8e7fcd9b07f..101de8b3ac78 100644
--- a/games-emulation/hatari/Manifest
+++ b/games-emulation/hatari/Manifest
@@ -1,6 +1,6 @@
-MD5 7e38d4a6195b43012e1f2b89529ce7e4 ChangeLog 1440
-MD5 09908f04b13581f68880f4ddb9ba1a55 hatari-0.45.ebuild 1502
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 7d6790d6f4abeb3d9eb8b190c29e4224 hatari-0.70.ebuild 1489
+MD5 09908f04b13581f68880f4ddb9ba1a55 hatari-0.45.ebuild 1502
+MD5 583d9524261adfa8da7e8d7ac592dfaf hatari-0.70.ebuild 1538
+MD5 7e38d4a6195b43012e1f2b89529ce7e4 ChangeLog 1440
MD5 805ba6098c50b3ada3ee70778d225fc3 files/digest-hatari-0.45 63
MD5 56916d0e45717c2c29fb53390294458a files/digest-hatari-0.70 63
diff --git a/games-emulation/hatari/hatari-0.70.ebuild b/games-emulation/hatari/hatari-0.70.ebuild
index a979e52067af..25823fedd2db 100644
--- a/games-emulation/hatari/hatari-0.70.ebuild
+++ b/games-emulation/hatari/hatari-0.70.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.70.ebuild,v 1.1 2005/06/06 20:40:39 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.70.ebuild,v 1.2 2005/06/06 21:07:08 mr_bones_ Exp $
inherit games
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/hatari/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~ppc ~x86"
IUSE=""
RDEPEND="games-emulation/emutos
@@ -30,15 +30,14 @@ src_unpack() {
}
src_compile() {
- cd src
- emake -j1 || die "emake failed"
+ emake -C src -j1 || die "emake failed"
}
src_install() {
- dogamesbin "${S}/src/hatari"
+ dogamesbin "${S}/src/hatari" || die "dogamesbin failed"
insinto "${GAMES_DATADIR}/${PN}"
- doins src/gui-sdl/font5x8.bmp
- doins src/gui-sdl/font10x16.bmp
+ doins src/gui-sdl/font5x8.bmp src/gui-sdl/font10x16.bmp \
+ || die "doins failed"
dodoc readme.txt doc/*.txt
dohtml -r doc/
prepgamesdirs