diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-14 09:41:25 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-14 09:41:25 +0000 |
commit | c669c2634204b73babc576f98b2f8621849706bf (patch) | |
tree | c323869f84081a9e0c5bcaac8debdb568bcf1b9c /games-emulation | |
parent | seems to work fine with emake (diff) | |
download | gentoo-2-c669c2634204b73babc576f98b2f8621849706bf.tar.gz gentoo-2-c669c2634204b73babc576f98b2f8621849706bf.tar.bz2 gentoo-2-c669c2634204b73babc576f98b2f8621849706bf.zip |
Install the font file so it actually works (bug 28675)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/hatari/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/hatari/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-0.40.ebuild | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/games-emulation/hatari/ChangeLog b/games-emulation/hatari/ChangeLog index c220a8f436f4..09c80633e179 100644 --- a/games-emulation/hatari/ChangeLog +++ b/games-emulation/hatari/ChangeLog @@ -1,6 +1,9 @@ # 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.2 2003/09/10 16:01:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.3 2003/09/14 09:41:23 msterret Exp $ + + 14 Sep 2003; Michael Sterrett <msterret@gentoo.org> hatari-0.40.ebuild: + Install the font file so it actually works (bug 28675) 03 Sep 2003; David Holm <dholm@gentoo.org> hatari-0.40.ebuild: Added hatari to ~ppc. diff --git a/games-emulation/hatari/Manifest b/games-emulation/hatari/Manifest index 3767864da509..6b602e336158 100644 --- a/games-emulation/hatari/Manifest +++ b/games-emulation/hatari/Manifest @@ -1,3 +1,3 @@ +MD5 2a27ab8d13f5c9da5a6243f8914c79ea ChangeLog 790 +MD5 ccdc3e83d58e2dc51c3ef6163fad5742 hatari-0.40.ebuild 1010 MD5 3e8a51349887e732bbc7c357a71afd70 files/digest-hatari-0.40 63 -MD5 72e441164c4ee3a4e8b12b274be6b14f hatari-0.40.ebuild 955 -MD5 6b9821bab7fb356d32c581153b8ca4a5 ChangeLog 656 diff --git a/games-emulation/hatari/hatari-0.40.ebuild b/games-emulation/hatari/hatari-0.40.ebuild index a9a9dc4b803b..0c368a99b0df 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.1 2003/09/09 16:26:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.40.ebuild,v 1.2 2003/09/14 09:41:23 msterret Exp $ inherit games @@ -25,6 +25,8 @@ src_compile() { src_install() { dogamesbin ${S}/src/hatari || die + insinto ${GAMES_DATADIR}/${PN} + doins src/font8.bmp dodoc *.txt doc/*.txt dohtml doc/.html prepgamesdirs |