summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2006-10-20 20:05:11 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2006-10-20 20:05:11 +0000
commitb4cf1a79d86d0c2ccee56d4c4d6c5cb0bc36549f (patch)
treea46ff2e158807500eac28f54d8a6e006acf23190 /app-emulation/gxemul
parentMarking sparc stable (diff)
downloadgentoo-2-b4cf1a79d86d0c2ccee56d4c4d6c5cb0bc36549f.tar.gz
gentoo-2-b4cf1a79d86d0c2ccee56d4c4d6c5cb0bc36549f.tar.bz2
gentoo-2-b4cf1a79d86d0c2ccee56d4c4d6c5cb0bc36549f.zip
Take maintainership
Upgrated to latest version, bug #100000 thanks to Marco Matthies Updated to use modular X11 Removed old version (Portage version: 2.1.2_pre2-r2)
Diffstat (limited to 'app-emulation/gxemul')
-rw-r--r--app-emulation/gxemul/ChangeLog14
-rw-r--r--app-emulation/gxemul/files/digest-gxemul-0.4.23
-rw-r--r--app-emulation/gxemul/gxemul-0.4.2.ebuild41
-rw-r--r--app-emulation/gxemul/metadata.xml4
4 files changed, 58 insertions, 4 deletions
diff --git a/app-emulation/gxemul/ChangeLog b/app-emulation/gxemul/ChangeLog
index 2e7aacad3b70..2100f7ece4b8 100644
--- a/app-emulation/gxemul/ChangeLog
+++ b/app-emulation/gxemul/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for app-emulation/gxemul
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.2 2005/05/04 19:06:53 dholm Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.3 2006/10/20 20:05:11 drizzt Exp $
+
+*gxemul-0.4.2 (20 Oct 2006)
+
+ 20 Oct 2006; Timothy Redaelli <drizzt@gentoo.org>
+ -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 <dholm@gentoo.org> gxemul-0.3.1.ebuild:
Added to ~ppc.
diff --git a/app-emulation/gxemul/files/digest-gxemul-0.4.2 b/app-emulation/gxemul/files/digest-gxemul-0.4.2
new file mode 100644
index 000000000000..3092a474e554
--- /dev/null
+++ b/app-emulation/gxemul/files/digest-gxemul-0.4.2
@@ -0,0 +1,3 @@
+MD5 036021e777b9c5a646ab7e03b53a708a gxemul-0.4.2.tar.gz 1909826
+RMD160 dcffd9a3d8de93e935a0f2802c1a0aa60c462693 gxemul-0.4.2.tar.gz 1909826
+SHA256 8b4655ebb9e1bbd3f873a8f1c6767a3442340c7e20a996fe9e6609ea5f09446a gxemul-0.4.2.tar.gz 1909826
diff --git a/app-emulation/gxemul/gxemul-0.4.2.ebuild b/app-emulation/gxemul/gxemul-0.4.2.ebuild
new file mode 100644
index 000000000000..9cc45ac26c90
--- /dev/null
+++ b/app-emulation/gxemul/gxemul-0.4.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.2.ebuild,v 1.1 2006/10/20 20:05:11 drizzt Exp $
+
+inherit eutils
+
+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 ~sparc ~x86 ~ppc"
+IUSE="X"
+
+RDEPEND="|| ( ( x11-libs/libX11
+ x11-libs/libXaw
+ x11-libs/libXdmcp
+ )
+ virtual/x11 )"
+
+DEPEND="${RDEPEND}
+ || ( x11-proto/xproto virtual/x11 )"
+
+src_compile() {
+ 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/*
+}
diff --git a/app-emulation/gxemul/metadata.xml b/app-emulation/gxemul/metadata.xml
index aa5d83c18ec4..cfd8d104fd5e 100644
--- a/app-emulation/gxemul/metadata.xml
+++ b/app-emulation/gxemul/metadata.xml
@@ -2,8 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>kumba@gentoo.org</email>
- <name>Joshua Kinard</name>
+ <email>drizzt@gentoo.org</email>
+ <name>Timothy Redaelli</name>
</maintainer>
<herd>no-herd</herd>
<longdescription>Machine Emulator. Supports emulation across several architectures. Primarily for MIPS support, but other platform support coming soon.</longdescription>