summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-03 00:03:54 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-03 00:03:54 +0000
commit2c21fe12341b6233656cb063085845808e316029 (patch)
tree52076f16366dcdc039a405d1607a57553b2ab341 /app-emulation/uae
parentfix modules and sasl dep (diff)
downloadhistorical-2c21fe12341b6233656cb063085845808e316029.tar.gz
historical-2c21fe12341b6233656cb063085845808e316029.tar.bz2
historical-2c21fe12341b6233656cb063085845808e316029.zip
changed emake to make #27797
Diffstat (limited to 'app-emulation/uae')
-rw-r--r--app-emulation/uae/ChangeLog9
-rw-r--r--app-emulation/uae/uae-0.8.22.ebuild15
2 files changed, 16 insertions, 8 deletions
diff --git a/app-emulation/uae/ChangeLog b/app-emulation/uae/ChangeLog
index 50babf370061..0b2ba8dd3c11 100644
--- a/app-emulation/uae/ChangeLog
+++ b/app-emulation/uae/ChangeLog
@@ -1,12 +1,15 @@
# ChangeLog for app-emulation/uae
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/ChangeLog,v 1.7 2003/08/26 09:14:08 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/ChangeLog,v 1.8 2003/09/03 00:03:54 vapier Exp $
+
+*uae-0.8.22 (9 Oct 2002)
+
+ 02 Sep 2003; Mike Frysinger <vapier@gentoo.org> :
+ Changed emake to make #27797.
26 Aug 2003; Michael Sterrett <msterret@gentoo.org> uae-0.8.22.ebuild:
tidy; add error messages
-*uae-0.8.22 (9 Oct 2002)
-
02 Nov 2002; Mark Guertin <gerk@gentoo.org> uae-0.8.22.ebuild :
added ~ppc to keywords
diff --git a/app-emulation/uae/uae-0.8.22.ebuild b/app-emulation/uae/uae-0.8.22.ebuild
index 972bfaee9d82..042b03fb1299 100644
--- a/app-emulation/uae/uae-0.8.22.ebuild
+++ b/app-emulation/uae/uae-0.8.22.ebuild
@@ -1,18 +1,24 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.22.ebuild,v 1.9 2003/08/26 09:14:08 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.22.ebuild,v 1.10 2003/09/03 00:03:54 vapier Exp $
DESCRIPTION="An amiga emulator"
HOMEPAGE="http://www.freiburg.linux.de/~uae/"
SRC_URI="ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/${P}.tar.gz"
-KEYWORDS="x86 ~ppc"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="x86 ~ppc"
IUSE="X gtk svga sdl"
DEPEND="X? ( virtual/x11 gtk? ( x11-libs/gtk+ ) ) : ( sys-libs/ncurses svga? ( media-libs/svgalib ) )
- sdl? ( media-libs/libsdl )"
+ sdl? ( media-libs/libsdl )"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/uae-patch.diff
+}
src_compile() {
local myconf=""
@@ -28,13 +34,12 @@ src_compile() {
fi
fi
- patch -p0 < ${FILESDIR}/uae-patch.diff
econf \
--enable-threads \
--enable-scsi-device \
${myconf} || die "./configure failed"
- emake || die "emake failed"
+ make || die "emake failed"
}
src_install() {