Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/hatari: ChangeLog hatari-1.0.1.ebuild
Date: Sun, 22 Jun 2008 02:52:11
Message-Id: E1KAFgT-0006Ce-2G@stork.gentoo.org
1 mr_bones_ 08/06/22 02:52:05
2
3 Modified: ChangeLog
4 Added: hatari-1.0.1.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.18 games-emulation/hatari/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/hatari/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/hatari/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/hatari/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 21 Mar 2008 16:42:04 -0000 1.17
23 +++ ChangeLog 22 Jun 2008 02:52:04 -0000 1.18
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-emulation/hatari
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.17 2008/03/21 16:42:04 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.18 2008/06/22 02:52:04 mr_bones_ Exp $
29 +
30 +*hatari-1.0.1 (22 Jun 2008)
31 +
32 + 22 Jun 2008; Michael Sterrett <mr_bones_@g.o> +hatari-1.0.1.ebuild:
33 + version bump
34
35 *hatari-1.0.0 (21 Mar 2008)
36
37
38
39
40 1.1 games-emulation/hatari/hatari-1.0.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/hatari/hatari-1.0.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/hatari/hatari-1.0.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: hatari-1.0.1.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.0.1.ebuild,v 1.1 2008/06/22 02:52:04 mr_bones_ Exp $
50
51 inherit games
52
53 DESCRIPTION="Atari ST emulator"
54 HOMEPAGE="http://hatari.sourceforge.net/"
55 SRC_URI="mirror://sourceforge/hatari/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE=""
61
62 DEPEND="media-libs/libsdl
63 sys-libs/readline
64 sys-libs/zlib"
65 RDEPEND="${DEPEND}
66 games-emulation/emutos"
67
68 src_compile() {
69 egamesconf || die
70 # broken deps in the makefiles - bug #164068
71 emake -C src/uae-cpu gencpu || die "emake failed"
72 emake -C src/uae-cpu all || die "emake failed"
73 emake -C src || die "emake failed"
74 }
75
76 src_install() {
77 dogamesbin "${S}/src/hatari" || die "dogamesbin failed"
78 insinto "${GAMES_DATADIR}/${PN}"
79 doins src/gui-sdl/font5x8.bmp src/gui-sdl/font10x16.bmp \
80 || die "doins failed"
81 dodoc readme.txt doc/*.txt
82 dohtml -r doc/
83 prepgamesdirs
84 }
85
86 pkg_postinst() {
87 games_pkg_postinst
88 echo
89 elog "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation,"
90 elog "has been installed in $(games_get_libdir) with a .img extension (there"
91 elog "are several from which to choose)."
92 elog
93 elog "Another option is to go to http://www.atari.st/ and get a real TOS:"
94 elog " http://www.atari.st/"
95 elog
96 elog "The first time you run hatari, you should configure it to find the"
97 elog "TOS you prefer to use. Be sure to save your settings."
98 echo
99 }
100
101
102
103 --
104 gentoo-commits@l.g.o mailing list