diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2006-10-20 20:05:11 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2006-10-20 20:05:11 +0000 |
commit | 024f79c16040fd7c9c44eb517b85e7834e4f4f8c (patch) | |
tree | 365e300ea9c69c1357937b9df361f688a928b0d4 /app-emulation | |
parent | Marking sparc stable (diff) | |
download | historical-024f79c16040fd7c9c44eb517b85e7834e4f4f8c.tar.gz historical-024f79c16040fd7c9c44eb517b85e7834e4f4f8c.tar.bz2 historical-024f79c16040fd7c9c44eb517b85e7834e4f4f8c.zip |
Take maintainership
Upgrated to latest version, bug #100000 thanks to Marco Matthies
Updated to use modular X11
Removed old version
Package-Manager: portage-2.1.2_pre2-r2
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/gxemul/ChangeLog | 14 | ||||
-rw-r--r-- | app-emulation/gxemul/files/digest-gxemul-0.4.2 | 3 | ||||
-rw-r--r-- | app-emulation/gxemul/gxemul-0.4.2.ebuild | 41 | ||||
-rw-r--r-- | app-emulation/gxemul/metadata.xml | 4 |
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> |