diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-19 07:38:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-19 07:38:32 +0000 |
commit | 23ae978a87d082bd91cffd8f1687cd3b3b0ef269 (patch) | |
tree | ab2bd46e768f59572006c0abd4f54ec1ef6eb683 /games-emulation/hatari | |
parent | fixing Manifest (diff) | |
download | historical-23ae978a87d082bd91cffd8f1687cd3b3b0ef269.tar.gz historical-23ae978a87d082bd91cffd8f1687cd3b3b0ef269.tar.bz2 historical-23ae978a87d082bd91cffd8f1687cd3b3b0ef269.zip |
Add a DEPEND on games-emulation/emutos so hatari is usable "out of the box"
Diffstat (limited to 'games-emulation/hatari')
-rw-r--r-- | games-emulation/hatari/ChangeLog | 10 | ||||
-rw-r--r-- | games-emulation/hatari/Manifest | 5 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-0.40.ebuild | 30 | ||||
-rw-r--r-- | games-emulation/hatari/metadata.xml | 8 |
4 files changed, 39 insertions, 14 deletions
diff --git a/games-emulation/hatari/ChangeLog b/games-emulation/hatari/ChangeLog index 09c80633e179..39d42f006520 100644 --- a/games-emulation/hatari/ChangeLog +++ b/games-emulation/hatari/ChangeLog @@ -1,6 +1,14 @@ # 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.3 2003/09/14 09:41:23 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.4 2003/09/19 07:38:30 msterret Exp $ + + 19 Sep 2003; Michael Sterrett <msterret@gentoo.org> hatari-0.40.ebuild, + metadata.xml: + Add a DEPEND on games-emulation/emutos so hatari is usable "out of the box". + Modified pkg_postinst() to reflect this change. + More error messages. + New metadata.xml + The games-emulation/emutos relate to bug 28675 14 Sep 2003; Michael Sterrett <msterret@gentoo.org> hatari-0.40.ebuild: Install the font file so it actually works (bug 28675) diff --git a/games-emulation/hatari/Manifest b/games-emulation/hatari/Manifest index 6b602e336158..e548a98393fa 100644 --- a/games-emulation/hatari/Manifest +++ b/games-emulation/hatari/Manifest @@ -1,3 +1,4 @@ -MD5 2a27ab8d13f5c9da5a6243f8914c79ea ChangeLog 790 -MD5 ccdc3e83d58e2dc51c3ef6163fad5742 hatari-0.40.ebuild 1010 +MD5 5ca3a34057a4ed73e01654f2a46e92f8 ChangeLog 1101 +MD5 66b6059cdb78b87685bd9d9706625d2d hatari-0.40.ebuild 1386 +MD5 08031c6325250ddda0a99870f53c032d metadata.xml 220 MD5 3e8a51349887e732bbc7c357a71afd70 files/digest-hatari-0.40 63 diff --git a/games-emulation/hatari/hatari-0.40.ebuild b/games-emulation/hatari/hatari-0.40.ebuild index 0c368a99b0df..0fc3ab8fac31 100644 --- a/games-emulation/hatari/hatari-0.40.ebuild +++ b/games-emulation/hatari/hatari-0.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.2 2003/09/14 09:41:23 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.40.ebuild,v 1.3 2003/09/19 07:38:30 msterret Exp $ inherit games @@ -12,30 +12,38 @@ LICENSE="GPL-2" KEYWORDS="x86 ~ppc" SLOT="0" -DEPEND="media-libs/libsdl +DEPEND="games-emulation/emutos + media-libs/libsdl sys-libs/zlib" src_compile() { cd src emake \ CMPLRFLAGS="${CFLAGS}" \ - DATADIR=${GAMES_DATADIR}/${PN} \ - || die "emake failed" + DATADIR=${GAMES_DATADIR}/${PN} || \ + die "emake failed" } src_install() { - dogamesbin ${S}/src/hatari || die + dogamesbin ${S}/src/hatari || die "dogamesbin failed" insinto ${GAMES_DATADIR}/${PN} - doins src/font8.bmp - dodoc *.txt doc/*.txt - dohtml doc/.html + 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 - einfo "You need a tos rom to run hatari, you can find EmuTOS here:" - einfo " http://emutos.sourceforge.net/ - Which is a free TOS implementation" - einfo "or, go here and get a real TOS:" + 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/metadata.xml b/games-emulation/hatari/metadata.xml new file mode 100644 index 000000000000..618690fecf10 --- /dev/null +++ b/games-emulation/hatari/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +<maintainer> +<email>msterret@gentoo.org</email> +</maintainer> +</pkgmetadata> |