ChangeLog

# ChangeLog for app-emulation/gxemul
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.12 2008/02/21 18:06:08 mr_bones_ Exp $

21 Feb 2008; Michael Sterrett
gxemul-0.4.6.2.ebuild:
fix deps - virtual/x11 is no more

*gxemul-0.4.6.2 (24 Jan 2008)

24 Jan 2008; Timothy Redaelli +gxemul-0.4.6.2.ebuild:
Version Bump

22 Jul 2007; David Shakaryan gxemul-0.4.5.1.ebuild:
Remove virtual/x11 from dependencies.

*gxemul-0.4.5.1 (02 May 2007)

02 May 2007; Timothy Redaelli -gxemul-0.4.2.ebuild,
-gxemul-0.4.3.ebuild, -gxemul-0.4.4.1.ebuild, +gxemul-0.4.5.1.ebuild:
Version bump, remove old versions.

*gxemul-0.4.4.1 (04 Apr 2007)

04 Apr 2007; Timothy Redaelli +gxemul-0.4.4.1.ebuild:
Version bump

13 Nov 2006; Timothy Redaelli gxemul-0.4.3.ebuild:
Fixed digest on Manifest for 0.4.2.
Used toolchain-funcs to export CC.

*gxemul-0.4.3 (06 Nov 2006)

06 Nov 2006; Timothy Redaelli +gxemul-0.4.3.ebuild:
Version bump.

24 Oct 2006; Timothy Redaelli gxemul-0.4.2.ebuild:
Added ~x86-fbsd keyword.

24 Oct 2006; Timothy Redaelli gxemul-0.4.2.ebuild:
Fixed X USE dependencies.

*gxemul-0.4.2 (20 Oct 2006)

20 Oct 2006; Timothy Redaelli
-files/gxemul-0.3.1-mips64-crosscc-check.patch, metadata.xml,
-gxemul-0.3.1.ebuild, +gxemul-0.4.2.ebuild:
Take maintainership
Upgrated to latest version, bug #100000 thanks to Marco Matthies
Updated to use modular X11
Removed old version

04 May 2005; David Holm gxemul-0.3.1.ebuild:
Added to ~ppc.

*gxemul-0.3.1 (11 Apr 2005)

11 Apr 2005; Joshua Kinard +metadata.xml,
+files/gxemul-0.3.1-mips64-crosscc-check.patch, +gxemul-0.3.1.ebuild:
Package Move: formerly mips64emul; now gxemul. Bump to 0.3.1, and comment
ebuild a little more.

Manifest

DIST gxemul-0.4.5.1.tar.gz 2136079 RMD160 b73040d1bd804eb7f549dcbb1d75402846ad8f4b SHA1 357b653d39dbdd81e5b85b0cf1c2e9216316b75c SHA256 1d6f21f9ba5090a9764a37d321b16dbbb320122e1260cd536248b2e2eb413425
DIST gxemul-0.4.6.2.tar.gz 2186472 RMD160 f109062c7830b8d308fab9e4dfb4835f38a8adb1 SHA1 e969b476f3ea3b108027b3b4db81a4a6e8d6d4bd SHA256 21c33f6c9da762459ca3e5050d1334c31b07bd66e30f6ea6732c1b5ca8b41179
EBUILD gxemul-0.4.5.1.ebuild 981 RMD160 6b947021871516ec2ab5821db920ecc9c0ea6717 SHA1 3bbd6e27fdf98361e02a40710fa01ec6c8b87a0b SHA256 713f4be565ff08af0cdb7fa367eb324dc4b4d8808ecc0cf06185551a90f42333
EBUILD gxemul-0.4.6.2.ebuild 987 RMD160 46e1cad74e45acf45246042176d284170985cb07 SHA1 604beb1fac9c7a96beab896b7d2483cea6fead27 SHA256 2ef5006fcc13c06632f7d505a6a20ce0e57969e4059db7bc361f599f12a5d872
MISC ChangeLog 2060 RMD160 99dad0be585433cfffb7a34d088a08911dbc5227 SHA1 4d6d5ac2ffe5c776162ae5d764fcb373843a9cf2 SHA256 3682863b0c6ee3b00d6087c6c36839cadae40e940d74c0e5817038c50e5ded73
MISC metadata.xml 430 RMD160 973b99abed1ee2d53aaf5c57d05b241efbada287 SHA1 e001235feabcda2e6fdb2ae5a183dc76a2561268 SHA256 4a8ae575cff65714656fbfc73ddc5577b2586e467db3c75e6224f55b38689c91

gxemul-0.4.5.1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.5.1.ebuild,v 1.2 2007/07/22 09:22:47 omp Exp $

inherit eutils toolchain-funcs

DESCRIPTION="A Machine Emulator, Mainly emulates MIPS, but supports other CPU types."
HOMEPAGE="http://gavare.se/gxemul/"
SRC_URI="http://gavare.se/gxemul/src/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="X"

RDEPEND="X? ( x11-libs/libX11
x11-libs/libXaw
x11-libs/libXdmcp )"

DEPEND="${RDEPEND}
X? ( x11-proto/xproto )"

src_compile() {
tc-export CC
local myconf=""

use X || myconf="${myconf} --disable-x"

einfo "Configuring with: ${myconf}"
./configure ${myconf} || die "configure failed"

emake || die "emake failed"
}

src_install() {
dobin gxemul || die "gxemul not found in ${S}"
doman man/gxemul.1
dodoc HISTORY LICENSE README RELEASE TODO
dohtml doc/*
}

gxemul-0.4.6.2.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.6.2.ebuild,v 1.2 2008/02/21 18:06:08 mr_bones_ Exp $

inherit eutils toolchain-funcs

DESCRIPTION="A Machine Emulator, Mainly emulates MIPS, but supports other CPU types."
HOMEPAGE="http://gavare.se/gxemul/"
SRC_URI="http://gavare.se/gxemul/src/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="X"

RDEPEND="X? ( x11-libs/libX11
x11-libs/libXaw
x11-libs/libXdmcp )"

DEPEND="${RDEPEND}
X? ( x11-proto/xproto )"

src_compile() {
tc-export CC
local myconf=""

use X || myconf="${myconf} --disable-x"

einfo "Configuring with: ${myconf}"
./configure ${myconf} || die "configure failed"

emake || die "emake failed"
}

src_install() {
dobin gxemul || die "gxemul not found in ${S}"
doman man/gxemul.1
dodoc HISTORY LICENSE README RELEASE TODO
dohtml doc/*
}

metadata.xml





drizzt@gentoo.org
Timothy Redaelli

no-herd
Machine Emulator. Supports emulation across several architectures. Primarily for MIPS support, but other platform support coming soon.