summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-10-03 01:46:28 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-10-03 01:46:28 +0000
commita82234fa5f91ee52783448ef63d051c95440d169 (patch)
tree0bbece41204b1764ba5c666f7f4fc52ab0776ea2 /games-emulation
parentinitial commit (diff)
downloadhistorical-a82234fa5f91ee52783448ef63d051c95440d169.tar.gz
historical-a82234fa5f91ee52783448ef63d051c95440d169.tar.bz2
historical-a82234fa5f91ee52783448ef63d051c95440d169.zip
DEPEND on xmame (bug 30200); more error messages and checking
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/gnomame/ChangeLog6
-rw-r--r--games-emulation/gnomame/Manifest4
-rw-r--r--games-emulation/gnomame/gnomame-1.00_beta6.ebuild9
3 files changed, 12 insertions, 7 deletions
diff --git a/games-emulation/gnomame/ChangeLog b/games-emulation/gnomame/ChangeLog
index 33324d0bc840..3d4d59c743d1 100644
--- a/games-emulation/gnomame/ChangeLog
+++ b/games-emulation/gnomame/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/gnomame
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnomame/ChangeLog,v 1.2 2003/09/10 16:02:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnomame/ChangeLog,v 1.3 2003/10/03 01:46:26 mr_bones_ Exp $
+
+ 02 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org>
+ gnomame-1.00_beta6.ebuild:
+ DEPEND on xmame (bug 30200); more error messages and checking
*gnomame-1.00_beta6 (11 Nov 2002)
diff --git a/games-emulation/gnomame/Manifest b/games-emulation/gnomame/Manifest
index b9826005041e..7e8145dda1d8 100644
--- a/games-emulation/gnomame/Manifest
+++ b/games-emulation/gnomame/Manifest
@@ -1,3 +1,3 @@
+MD5 6238c2d501b458c478ee2c0db6216cc4 ChangeLog 554
+MD5 52e153658459e2e6056283fbd132541b gnomame-1.00_beta6.ebuild 704
MD5 c002fdc24635c593f10ce02d62963da6 files/digest-gnomame-1.00_beta6 66
-MD5 1e7a8b839f267d872fdbc2f8e72c70c9 gnomame-1.00_beta6.ebuild 662
-MD5 9d87c9ab02e4483306c27d332f4b1f43 ChangeLog 402
diff --git a/games-emulation/gnomame/gnomame-1.00_beta6.ebuild b/games-emulation/gnomame/gnomame-1.00_beta6.ebuild
index 017cc6da9612..cbae39d8a9be 100644
--- a/games-emulation/gnomame/gnomame-1.00_beta6.ebuild
+++ b/games-emulation/gnomame/gnomame-1.00_beta6.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/gnomame/gnomame-1.00_beta6.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnomame/gnomame-1.00_beta6.ebuild,v 1.2 2003/10/03 01:46:26 mr_bones_ Exp $
MY_P="${P/_beta/b}"
S=${WORKDIR}/${MY_P}
@@ -13,13 +13,14 @@ KEYWORDS="x86"
SLOT="0"
DEPEND="=x11-libs/gtk+-1.2*
- media-libs/gdk-pixbuf"
+ media-libs/gdk-pixbuf
+ games-emulation/xmame"
src_compile() {
econf || die
- emake || die "Compilation failed"
+ emake || die "emake failed"
}
src_install() {
einstall || die
- dodoc AUTHORS ChangeLog README
+ dodoc AUTHORS ChangeLog README || die "dodoc failed"
}