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
commitb20c160cc98905939e60e31545879610febb4158 (patch)
tree7b4fb0d58a16ec013ff94014f39b6b997ebb2154 /games-emulation/hatari
parentInitial commit of ketchup (diff)
downloadhistorical-b20c160cc98905939e60e31545879610febb4158.tar.gz
historical-b20c160cc98905939e60e31545879610febb4158.tar.bz2
historical-b20c160cc98905939e60e31545879610febb4158.zip
old
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-emulation/hatari')
-rw-r--r--games-emulation/hatari/Manifest2
-rw-r--r--games-emulation/hatari/files/digest-hatari-0.701
-rw-r--r--games-emulation/hatari/hatari-0.70.ebuild59
3 files changed, 0 insertions, 62 deletions
diff --git a/games-emulation/hatari/Manifest b/games-emulation/hatari/Manifest
index 5acd57bb89fd..37d7441a1aa0 100644
--- a/games-emulation/hatari/Manifest
+++ b/games-emulation/hatari/Manifest
@@ -1,8 +1,6 @@
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 34b25dfd0d29ad062cbdd864e7ea61f7 hatari-0.80.ebuild 1622
MD5 09908f04b13581f68880f4ddb9ba1a55 hatari-0.45.ebuild 1502
-MD5 8443e34c834f4173195edf4257748a5e hatari-0.70.ebuild 1542
MD5 a16489813051822fcf1eec9f2db61058 ChangeLog 1650
MD5 805ba6098c50b3ada3ee70778d225fc3 files/digest-hatari-0.45 63
MD5 940ccc29d4a48250331028389ab3427b files/digest-hatari-0.80 63
-MD5 56916d0e45717c2c29fb53390294458a files/digest-hatari-0.70 63
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
-}