diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-26 20:57:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-26 20:57:53 +0000 |
commit | 69c80b929e835da5e2bf88ecb08f2e01919e57fd (patch) | |
tree | 6df7631dce6f9c4da88e6c7cd58f549ca0fa947f /games-emulation/hatari | |
parent | Stable on alpha. (diff) | |
download | historical-69c80b929e835da5e2bf88ecb08f2e01919e57fd.tar.gz historical-69c80b929e835da5e2bf88ecb08f2e01919e57fd.tar.bz2 historical-69c80b929e835da5e2bf88ecb08f2e01919e57fd.zip |
Clean older version
Diffstat (limited to 'games-emulation/hatari')
-rw-r--r-- | games-emulation/hatari/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/hatari/Manifest | 8 | ||||
-rw-r--r-- | games-emulation/hatari/files/digest-hatari-0.40 | 1 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-0.40.ebuild | 49 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-0.45.ebuild | 6 |
5 files changed, 12 insertions, 60 deletions
diff --git a/games-emulation/hatari/ChangeLog b/games-emulation/hatari/ChangeLog index 746f0fc40189..c7d8cdfeb5f8 100644 --- a/games-emulation/hatari/ChangeLog +++ b/games-emulation/hatari/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/hatari -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.5 2003/11/08 01:09:14 mr_bones_ Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.6 2004/05/26 20:57:53 mr_bones_ Exp $ + + 26 May 2004; Michael Sterrett <mr_bones_@gentoo.org> hatari-0.40.ebuild, + hatari-0.45.ebuild: + Clean older version *hatari-0.45 (07 Nov 2003) diff --git a/games-emulation/hatari/Manifest b/games-emulation/hatari/Manifest index f4c9506e36b0..9a1356f75276 100644 --- a/games-emulation/hatari/Manifest +++ b/games-emulation/hatari/Manifest @@ -1,6 +1,4 @@ -MD5 3e8a51349887e732bbc7c357a71afd70 files/digest-hatari-0.40 63 -MD5 805ba6098c50b3ada3ee70778d225fc3 files/digest-hatari-0.45 63 -MD5 6e7864e1c2e20a0157d9688416e17461 ChangeLog 1221 -MD5 8982c76baa68af55d2df5092cfc72c74 hatari-0.40.ebuild 1387 -MD5 052716aab14d247e86501b3e97b87741 hatari-0.45.ebuild 1498 +MD5 72dc4c054eb8d41841103693a6ee69ed ChangeLog 1341 MD5 95e2b5bfd7767aeae061c77f7e1a055e metadata.xml 221 +MD5 e3900afa53fea4fd0528d2c51f1cc882 hatari-0.45.ebuild 1505 +MD5 805ba6098c50b3ada3ee70778d225fc3 files/digest-hatari-0.45 63 diff --git a/games-emulation/hatari/files/digest-hatari-0.40 b/games-emulation/hatari/files/digest-hatari-0.40 deleted file mode 100644 index b64568045a14..000000000000 --- a/games-emulation/hatari/files/digest-hatari-0.40 +++ /dev/null @@ -1 +0,0 @@ -MD5 afeaff145cdbff6a0342f0b0d467abc2 hatari-0.40.tar.gz 301057 diff --git a/games-emulation/hatari/hatari-0.40.ebuild b/games-emulation/hatari/hatari-0.40.ebuild deleted file mode 100644 index c82581210684..000000000000 --- a/games-emulation/hatari/hatari-0.40.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.40.ebuild,v 1.4 2004/02/20 06:26:47 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="Atari ST emulator" -SRC_URI="mirror://sourceforge/hatari/${P}.tar.gz" -HOMEPAGE="http://hatari.sourceforge.net/" - -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" -SLOT="0" - -DEPEND="games-emulation/emutos - media-libs/libsdl - sys-libs/zlib" - -src_compile() { - cd src - emake \ - CMPLRFLAGS="${CFLAGS}" \ - DATADIR=${GAMES_DATADIR}/${PN} || \ - die "emake failed" -} - -src_install() { - dogamesbin ${S}/src/hatari || die "dogamesbin failed" - insinto ${GAMES_DATADIR}/${PN} - doins src/font8.bmp || die "doins failed" - dodoc {authors,readme}.txt doc/*.txt || die "dodoc failed" - dohtml doc/.html || die "dohtml failed" - 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 -} diff --git a/games-emulation/hatari/hatari-0.45.ebuild b/games-emulation/hatari/hatari-0.45.ebuild index bed06f1d2b63..e2aaae6ea806 100644 --- a/games-emulation/hatari/hatari-0.45.ebuild +++ b/games-emulation/hatari/hatari-0.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.45.ebuild,v 1.3 2004/02/29 10:31:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.45.ebuild,v 1.4 2004/05/26 20:57:53 mr_bones_ Exp $ inherit games @@ -34,8 +34,8 @@ src_compile() { } src_install() { - dogamesbin ${S}/src/hatari || die "dogamesbin failed" - insinto ${GAMES_DATADIR}/${PN} + dogamesbin "${S}/src/hatari" || die "dogamesbin failed" + insinto "${GAMES_DATADIR}/${PN}" doins src/font8.bmp || die "doins font8.bmp failed" dodoc readme.txt doc/*.txt dohtml -r doc/ |