diff options
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/hatari/Manifest | 2 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-1.2.0.ebuild | 56 |
2 files changed, 0 insertions, 58 deletions
diff --git a/games-emulation/hatari/Manifest b/games-emulation/hatari/Manifest index da353ce5f48d..b4d0d3e640f6 100644 --- a/games-emulation/hatari/Manifest +++ b/games-emulation/hatari/Manifest @@ -1,8 +1,6 @@ DIST hatari-1.0.1.tar.gz 879983 RMD160 04ef3fb627bcdbacdb1f05a7e04ec66933170eda SHA1 a5b55d42d169f166277fb6db267628472bb7fd21 SHA256 9eb3902fc6e8b18f93889ba122ac5a05cd1f769885f73a688e3c7ba5be85731d -DIST hatari-1.2.0.tar.bz2 878589 RMD160 cbf7bdd3f678dc65b674d92d3f095a64c7fbac3e SHA1 e92b576708efa1aadda11e6b84d71a7f1d19f780 SHA256 f2ea252bf8095d357fbc3da66a5be9e988935970d8c3a36f680c1ceeaee15b43 DIST hatari-1.3.0.tar.bz2 1041423 RMD160 7e4c81392e19217fdc93983e0765767077e1b4ce SHA1 98f57449ae6a6a8fd42412680cdb87628e376a82 SHA256 c009de5a094812596379706650f2fa4d5e92b0c04a9f1a09bf77630318c747ea EBUILD hatari-1.0.1.ebuild 1509 RMD160 1287c1baa6701f68fed3fbae9a8ee854f0e8030d SHA1 8ba53381c6970245df2e0d856cfa50f49f361994 SHA256 a0f732190454eba0294d9db6dc24bf33ab1fe3b32fd327c130a70f9a8a9f3c7a -EBUILD hatari-1.2.0.ebuild 1567 RMD160 d5a8cbdc3806e305be14ac8bd64358c327a6cfe2 SHA1 0d5eb37749ee887179910f0fac2e5ace59eb8927 SHA256 9cec269a5170f9e35faee5a6b0c37814cd7189d93d9b4c4c98b79dc661fe79e0 EBUILD hatari-1.3.0.ebuild 1570 RMD160 fca24ed306c832bc6fab513eb187663f1e04df17 SHA1 bade83cd8b8ef43e521959c4a2c5fef76e59edc8 SHA256 4639b644a9cc795d3d212c3f66b23669bed1c016186554e94cfb12fd4401919a MISC ChangeLog 3291 RMD160 4ed63c5060f51cdf2692de5e5824ad861908d312 SHA1 3cd714bedf078f054738dd4ae0efc0a2df6676c5 SHA256 b395cd7d96f2225a27c505851120149226dc4d5c429ebc19d31e6e7906b0b583 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-emulation/hatari/hatari-1.2.0.ebuild b/games-emulation/hatari/hatari-1.2.0.ebuild deleted file mode 100644 index 45365f46bb66..000000000000 --- a/games-emulation/hatari/hatari-1.2.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.2.0.ebuild,v 1.1 2009/01/30 00:43:40 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="Atari ST emulator" -HOMEPAGE="http://hatari.berlios.de/" -SRC_URI="mirror://berlios/hatari/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="media-libs/libsdl - sys-libs/readline - media-libs/libpng - sys-libs/zlib" -DEPEND="${RDEPEND} - dev-util/pkgconfig" -RDEPEND="${RDEPEND} - games-emulation/emutos" - -src_compile() { - egamesconf || die - # broken deps in the makefiles - bug #164068 - emake -C src/uae-cpu gencpu || die "emake failed" - emake -C src/uae-cpu all || 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 $(games_get_libdir) 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 -} |