ChangeLog

# ChangeLog for app-emulation/sheepshaver
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/sheepshaver/ChangeLog,v 1.8 2007/12/25 12:16:35 phreak Exp $

25 Dec 2007; Christian Heim metadata.xml:
Removing dholm from metadata.xml as per #24623. Assigning to maintainer-needed.

*sheepshaver-20060514 (09 Mar 2007)

09 Mar 2007; Raúl Porcel
-files/20040319_x86_fpu_opts.patch, -sheepshaver-20040319.ebuild,
-sheepshaver-20050211.ebuild, +sheepshaver-20060514.ebuild:
Version bump, drop old and broken, bug 81438, change HOMEPAGE and SRC_URI

08 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

*sheepshaver-20050211 (11 Feb 2005)

11 Feb 2005; David Holm +sheepshaver-20050211.ebuild:
Added a new snapshot to portage

02 Jun 2004; David Holm
+files/20040319_x86_fpu_opts.patch, sheepshaver-20040319.ebuild:
Closed bug #46109.

*sheepshaver-20040319 (19 Mar 2004)

19 Mar 2004; David Holm metadata.xml,
sheepshaver-20040319.ebuild:
Initial import.

Manifest

DIST SheepShaver-2.3-0.20060514.1.tar.bz2 1351550 RMD160 1b0b3715dcb674bdba922ecfd38370c814b78838 SHA1 a08dff535c6f41ee22daf123c2eaa599cde3df3f SHA256 dcac944a4a82be551f51b73cfd076c4bf43338e6cf436d967021d2326e56fd5c
EBUILD sheepshaver-20060514.ebuild 771 RMD160 73517672c11ebfa26e04a254f39fe0962acac511 SHA1 cfecaf80fa8f5b79c0be4fcb1dd9c2c9bfad5a70 SHA256 95c9f95d18ad52c0a9b73347ef16fb3288b508436c3a44af2fc96195f9053102
MISC ChangeLog 1196 RMD160 81440277c4bae4d1eb09e6c646e6be1c8f28f199 SHA1 2b83947e9b39e56dfa349b8d254b18ee66887486 SHA256 40c549b79b10b018ce3c27f07335aac5a99838a068f8233267b95e8bca528e01
MISC metadata.xml 801 RMD160 b9166019410cbc367db585f29355dd630ff4de68 SHA1 9ea722589a67c34a83bb507a8c1fb4414c3e1fc8 SHA256 6bf0701667d3c364d1c6b0b4cfbdc54852c9ea5669c348a4463f48f9b6a0807c

metadata.xml




no-herd

maintainer-needed@gentoo.org


SheepShaver is a MacOS run-time environment for BeOS and Linux that
allows you to run classic MacOS applications inside the BeOS/Linux
multitasking environment. This means that both BeOS/Linux and MacOS
applications can run at the same time (usually in a window on the
BeOS/Linux desktop) and data can be exchanged between them. If you are
using a PowerPC-based system, applications will run at native speed
(i.e. with no emulation involved). There is also a built-in PowerPC
emulator for non-PowerPC systems.

sheepshaver-20060514.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/sheepshaver/sheepshaver-20060514.ebuild,v 1.1 2007/03/09 12:06:51 armin76 Exp $

inherit eutils

DESCRIPTION="A MacOS run-time environment that allows you to run classic MacOS applications"
HOMEPAGE="http://gwenole.beauchesne.info/projects/sheepshaver/"
SRC_URI="http://gwenole.beauchesne.info/projects/${PN}/files/SheepShaver-2.3-0.${PV}.1.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE="gtk esd"

DEPEND="gtk? ( x11-libs/gtk+ )
esd? ( media-sound/esound )"

S="${WORKDIR}/SheepShaver-2.3/src/Unix"

src_install() {
dohtml doc/Linux/*

emake DESTDIR="${D}" install || die "emake install failed"
}