summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-04-20 22:16:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-04-20 22:16:35 +0000
commit6f73460c3cd86e626c77e4cdacd40dbb457f12db (patch)
treeb96677d360ff284aad421ca0297256de0742b678 /games-emulation
parentamd64 stable (diff)
downloadgentoo-2-6f73460c3cd86e626c77e4cdacd40dbb457f12db.tar.gz
gentoo-2-6f73460c3cd86e626c77e4cdacd40dbb457f12db.tar.bz2
gentoo-2-6f73460c3cd86e626c77e4cdacd40dbb457f12db.zip
old
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/hatari/files/digest-hatari-0.803
-rw-r--r--games-emulation/hatari/hatari-0.80.ebuild61
2 files changed, 0 insertions, 64 deletions
diff --git a/games-emulation/hatari/files/digest-hatari-0.80 b/games-emulation/hatari/files/digest-hatari-0.80
deleted file mode 100644
index 984cbb6a6357..000000000000
--- a/games-emulation/hatari/files/digest-hatari-0.80
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 01d342566d69a4721b61ad5c912174ec hatari-0.80.tar.gz 597945
-RMD160 6eb8b06cd6bf689df7393c1815d6dec46e35bd3d hatari-0.80.tar.gz 597945
-SHA256 6a8b587363e2bbc7be7e980dbbef3caf4aecea6be6eeb53b2595457baa43b7ca hatari-0.80.tar.gz 597945
diff --git a/games-emulation/hatari/hatari-0.80.ebuild b/games-emulation/hatari/hatari-0.80.ebuild
deleted file mode 100644
index 3fdd069fd9c6..000000000000
--- a/games-emulation/hatari/hatari-0.80.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.80.ebuild,v 1.2 2007/03/12 13:58:33 genone 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="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- sys-libs/zlib"
-RDEPEND="${DEPEND}
- games-emulation/emutos"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i \
- -e '/^CC/d' \
- -e "/^CFLAGS/ s:=.*:=${CFLAGS}:" \
- -e "/^DATADIR/ s:=.*:= ${GAMES_DATADIR}/${PN}:" Makefile.cnf \
- || die "sed Makefile.cnf failed"
-}
-
-src_compile() {
- # broken deps in the makefiles
- emake -C src/uae-cpu gencpu || die "emake failed"
- emake -C src || 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
- elog "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation,"
- elog "has been installed in /usr/games/lib/ with a .img extension (there"
- elog "are several from which to choose)."
- elog
- elog "Another option is to go to http://www.atari.st/ and get a real TOS:"
- elog " http://www.atari.st/"
- elog
- elog "The first time you run hatari, you should configure it to find the"
- elog "TOS you prefer to use. Be sure to save your settings."
- echo
-}