summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-12-08 19:03:10 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-12-08 19:03:10 +0000
commit683ab373dde7ea5c4acbdb10900b2792e4e0c29b (patch)
treec12925f52ba23b40e6f117133d8eb710355a6327 /app-emulation/basiliskII
parentremoving apache user (diff)
downloadhistorical-683ab373dde7ea5c4acbdb10900b2792e4e0c29b.tar.gz
historical-683ab373dde7ea5c4acbdb10900b2792e4e0c29b.tar.bz2
historical-683ab373dde7ea5c4acbdb10900b2792e4e0c29b.zip
Fix up the vendor (bug 35352); tidy
Diffstat (limited to 'app-emulation/basiliskII')
-rw-r--r--app-emulation/basiliskII/ChangeLog6
-rw-r--r--app-emulation/basiliskII/Manifest6
-rw-r--r--app-emulation/basiliskII/basiliskII-1.0.0.ebuild19
3 files changed, 21 insertions, 10 deletions
diff --git a/app-emulation/basiliskII/ChangeLog b/app-emulation/basiliskII/ChangeLog
index e4298b3da3cf..f8eb9d5b9e6c 100644
--- a/app-emulation/basiliskII/ChangeLog
+++ b/app-emulation/basiliskII/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/basiliskII
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/ChangeLog,v 1.8 2003/07/29 02:22:25 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/ChangeLog,v 1.9 2003/12/08 19:03:09 mr_bones_ Exp $
+
+ 08 Dec 2003; Michael Sterrett <mr_bones_@gentoo.org>
+ basiliskII-1.0.0.ebuild:
+ Fix up the vendor (bug 35352); tidy
*basiliskII-1.0.0 (28 Jul 2003)
diff --git a/app-emulation/basiliskII/Manifest b/app-emulation/basiliskII/Manifest
index 658f150e206c..930075aa4640 100644
--- a/app-emulation/basiliskII/Manifest
+++ b/app-emulation/basiliskII/Manifest
@@ -1,5 +1,5 @@
+MD5 25e117a8345a93bf06e353fa24df57f3 ChangeLog 1742
+MD5 60f9e87b6c628a754c067771510d0f36 basiliskII-0.9.0.ebuild 2573
+MD5 15061922a451e831a5e929b6d9fc1f26 basiliskII-1.0.0.ebuild 2693
MD5 d45a6f9ac5136a79e49778d98cf973b8 files/digest-basiliskII-0.9.0 75
MD5 1cbb0fab815fa2bc2c502966bdf62294 files/digest-basiliskII-1.0.0 79
-MD5 c725f68b9269ff5fc3a2c8c6e1b0f75e basiliskII-1.0.0.ebuild 2613
-MD5 60f9e87b6c628a754c067771510d0f36 basiliskII-0.9.0.ebuild 2573
-MD5 e862694921214227bd6ca679df024160 ChangeLog 1620
diff --git a/app-emulation/basiliskII/basiliskII-1.0.0.ebuild b/app-emulation/basiliskII/basiliskII-1.0.0.ebuild
index 09f58729f27a..89d87e4bed82 100644
--- a/app-emulation/basiliskII/basiliskII-1.0.0.ebuild
+++ b/app-emulation/basiliskII/basiliskII-1.0.0.ebuild
@@ -1,8 +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/basiliskII/basiliskII-1.0.0.ebuild,v 1.2 2003/09/26 18:27:18 vapier Exp $
-
-IUSE="X gtk xv esd dga"
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/basiliskII-1.0.0.ebuild,v 1.3 2003/12/08 19:03:09 mr_bones_ Exp $
inherit flag-o-matic
@@ -10,14 +8,16 @@ inherit flag-o-matic
### Mac OS 7.5.3r2 is available freely from the Apple Homepage
### System ROMS can be retreived from a 'real' Mac, See info/man pages
+S="${WORKDIR}/BasiliskII-jit-1.0/src/Unix"
DESCRIPTION="BasiliskII Macintosh Emulator"
HOMEPAGE="http://gwenole.beauchesne.online.fr/basilisk2/"
+SRC_URI="http://hometown.aol.de/wimdk/files/BasiliskII-jit-1.0-mdk-src.tar.bz2"
+
LICENSE="GPL-2 | LGPL-2.1"
KEYWORDS="x86 -ppc"
SLOT="0"
-### We'll set $S Manually, it's version dependant, and nested strangely.
-S=${WORKDIR}/BasiliskII-jit-1.0/src/Unix
+IUSE="X gtk xv esd dga"
### fbdev support in the stable release... the cvs branch is broken, period!
### gtk and esd support are compile time options, we'll check the usual
@@ -27,7 +27,14 @@ DEPEND="gtk? ( x11-libs/gtk+ )
esd? ( media-sound/esound )
>=sys-apps/sed-4"
-SRC_URI="http://hometown.aol.de/wimdk/files/BasiliskII-jit-1.0-mdk-src.tar.bz2"
+src_unpack() {
+ unpack ${A}
+
+ # Fix up the vendor (bug 35352)
+ sed -i \
+ -e "s/Mandrake/Gentoo/g" ${S}/keycodes || \
+ die "sed keycods failed"
+}
src_compile() {
#fpu_x86 doesnt compile properly if -O3 or greater :(