diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-08-04 17:17:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-08-04 17:17:59 +0000 |
commit | be7ebb6b7828a2a73dd39cb22ccedfe844e05bba (patch) | |
tree | 95b22d4541eb3fe0ec64e6e0509633579a673e8c /app-emulation | |
parent | Fixing sed state. closes #25300. (diff) | |
download | historical-be7ebb6b7828a2a73dd39cb22ccedfe844e05bba.tar.gz historical-be7ebb6b7828a2a73dd39cb22ccedfe844e05bba.tar.bz2 historical-be7ebb6b7828a2a73dd39cb22ccedfe844e05bba.zip |
tidy; error messages
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/hatari/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/hatari/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/hatari/hatari-0.40.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-emulation/hatari/ChangeLog b/app-emulation/hatari/ChangeLog index d72874fb3669..87773b385816 100644 --- a/app-emulation/hatari/ChangeLog +++ b/app-emulation/hatari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/hatari # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hatari/ChangeLog,v 1.4 2003/07/16 03:28:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hatari/ChangeLog,v 1.5 2003/08/04 17:17:56 msterret Exp $ + + 04 Aug 2003; Michael Sterrett <msterret@gentoo.org> hatari-0.40.ebuild: + tidy; error messages *hatari-0.40 (15 Jul 2003) diff --git a/app-emulation/hatari/Manifest b/app-emulation/hatari/Manifest index 16ee6b6f3922..b89ce2b4d467 100644 --- a/app-emulation/hatari/Manifest +++ b/app-emulation/hatari/Manifest @@ -1,3 +1,3 @@ +MD5 07e204dd74c986a362fa3c27fe41a171 ChangeLog 564 +MD5 fbf784a70051f6ddbe948a07cdb18fa7 hatari-0.40.ebuild 950 MD5 3e8a51349887e732bbc7c357a71afd70 files/digest-hatari-0.40 63 -MD5 7eb863dfa60728d32d03de8444f50c1b ChangeLog 464 -MD5 4939d931d7a0a4059ed2eef91340c1e9 hatari-0.40.ebuild 933 diff --git a/app-emulation/hatari/hatari-0.40.ebuild b/app-emulation/hatari/hatari-0.40.ebuild index 7f950e1a5a8d..9bd83a3d15e0 100644 --- a/app-emulation/hatari/hatari-0.40.ebuild +++ b/app-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/app-emulation/hatari/hatari-0.40.ebuild,v 1.1 2003/07/16 03:28:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hatari/hatari-0.40.ebuild,v 1.2 2003/08/04 17:17:56 msterret Exp $ inherit games @@ -9,8 +9,8 @@ SRC_URI="mirror://sourceforge/hatari/${P}.tar.gz" HOMEPAGE="http://hatari.sourceforge.net/" LICENSE="GPL-2" -SLOT="0" KEYWORDS="x86" +SLOT="0" DEPEND="media-libs/libsdl sys-libs/zlib" @@ -20,7 +20,7 @@ src_compile() { emake \ CMPLRFLAGS="${CFLAGS}" \ DATADIR=${GAMES_DATADIR}/${PN} \ - || die + || die "emake failed" } src_install() { |