summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-02 01:43:38 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-02 01:43:38 +0000
commit838153ebc0f3a3396e53d9e08f1fb995cdde714a (patch)
tree75211cd62a400323cf5081e938aa914d300ad178 /games-emulation/hatari
parentInitial commit of ketchup (diff)
downloadgentoo-2-838153ebc0f3a3396e53d9e08f1fb995cdde714a.tar.gz
gentoo-2-838153ebc0f3a3396e53d9e08f1fb995cdde714a.tar.bz2
gentoo-2-838153ebc0f3a3396e53d9e08f1fb995cdde714a.zip
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-emulation/hatari')
-rw-r--r--games-emulation/hatari/files/digest-hatari-0.701
-rw-r--r--games-emulation/hatari/hatari-0.70.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/games-emulation/hatari/files/digest-hatari-0.70 b/games-emulation/hatari/files/digest-hatari-0.70
deleted file mode 100644
index aa89ef59553e..000000000000
--- a/games-emulation/hatari/files/digest-hatari-0.70
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e54bf0519f1487e98a30b9715a702e70 hatari-0.70.tar.gz 521778
diff --git a/games-emulation/hatari/hatari-0.70.ebuild b/games-emulation/hatari/hatari-0.70.ebuild
deleted file mode 100644
index 5828b2ab9427..000000000000
--- a/games-emulation/hatari/hatari-0.70.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# 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.3 2005/07/08 21:31:24 lanius Exp $
-
-inherit games
-
-DESCRIPTION="Atari ST emulator"
-HOMEPAGE="http://hatari.sourceforge.net/"
-SRC_URI="mirror://sourceforge/hatari/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc ~x86 ~amd64"
-IUSE=""
-
-RDEPEND="games-emulation/emutos
- media-libs/libsdl
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i \
- -e "/^CFLAGS/ s:-O3.*:${CFLAGS}:" \
- -e "/^DATADIR/ s:=.*:= ${GAMES_DATADIR}/${PN}:" Makefile.cnf \
- || die "sed Makefile.cnf failed"
-}
-
-src_compile() {
- emake -C src -j1 || die "emake failed"
-}
-
-src_install() {
- dogamesbin "${S}/src/hatari" || die "dogamesbin failed"
- insinto "${GAMES_DATADIR}/${PN}"
- doins src/gui-sdl/font5x8.bmp src/gui-sdl/font10x16.bmp \
- || die "doins failed"
- dodoc readme.txt doc/*.txt
- dohtml -r doc/
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- echo
- einfo "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation,"
- einfo "has been installed in /usr/games/lib/ with a .img extension (there"
- einfo "are several from which to choose)."
- echo
- einfo "Another option is to go to http://www.atari.st/ and get a real TOS:"
- einfo " http://www.atari.st/"
- echo
- einfo "The first time you run hatari, you should configure it to find the"
- einfo "TOS you prefer to use. Be sure to save your settings."
- echo
-}