summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-01-22 20:43:57 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-01-22 20:43:57 +0000
commit1d59e53b4515d216f38cc7cc404fa4e6a82dbd3a (patch)
tree037695f75bdd1a45f17bfff3cb2c970e712d18ed /games-emulation
parentVersion bump (bug #301724). (diff)
downloadgentoo-2-1d59e53b4515d216f38cc7cc404fa4e6a82dbd3a.tar.gz
gentoo-2-1d59e53b4515d216f38cc7cc404fa4e6a82dbd3a.tar.bz2
gentoo-2-1d59e53b4515d216f38cc7cc404fa4e6a82dbd3a.zip
old
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/hatari/Manifest2
-rw-r--r--games-emulation/hatari/hatari-1.0.1.ebuild53
2 files changed, 0 insertions, 55 deletions
diff --git a/games-emulation/hatari/Manifest b/games-emulation/hatari/Manifest
index 2ea902d34556..9639e4719a11 100644
--- a/games-emulation/hatari/Manifest
+++ b/games-emulation/hatari/Manifest
@@ -1,6 +1,4 @@
-DIST hatari-1.0.1.tar.gz 879983 RMD160 04ef3fb627bcdbacdb1f05a7e04ec66933170eda SHA1 a5b55d42d169f166277fb6db267628472bb7fd21 SHA256 9eb3902fc6e8b18f93889ba122ac5a05cd1f769885f73a688e3c7ba5be85731d
DIST hatari-1.3.1.tar.bz2 1045627 RMD160 83a7a8138013be3324cf54e5f0df2efb0ebc40d3 SHA1 d603e1ddea34af9d0c1001f83f3e16081c136ef9 SHA256 ebae927ad99a029f8cd8796463df2113357a7636c2199e00290ad4a35856e0da
-EBUILD hatari-1.0.1.ebuild 1509 RMD160 1287c1baa6701f68fed3fbae9a8ee854f0e8030d SHA1 8ba53381c6970245df2e0d856cfa50f49f361994 SHA256 a0f732190454eba0294d9db6dc24bf33ab1fe3b32fd327c130a70f9a8a9f3c7a
EBUILD hatari-1.3.1.ebuild 1564 RMD160 1f82493d15757733dff80f763a3b8afe28cafeca SHA1 0bab625bb22d88e05b518b73cd278d6986245822 SHA256 f1635d2d1eb0748ea7d5a1d112437a00ae43e6bc8bfb731f277a492d3c8cbd6a
MISC ChangeLog 3606 RMD160 6adec360f117d95450cac3e7831f6435c72b5077 SHA1 1a1ca5a2fbb12d964915a7c658e97171595e6454 SHA256 c195feede3103d6467e68cbdf52363a7944c77f52d853ce441cfbccb13098dcf
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-emulation/hatari/hatari-1.0.1.ebuild b/games-emulation/hatari/hatari-1.0.1.ebuild
deleted file mode 100644
index 41726e913dd6..000000000000
--- a/games-emulation/hatari/hatari-1.0.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.0.1.ebuild,v 1.4 2008/07/24 17:30:56 armin76 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/readline
- sys-libs/zlib"
-RDEPEND="${DEPEND}
- 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
-}