From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BLK0s-0004uM-F4 for qemu-devel@nongnu.org; Wed, 05 May 2004 06:52:30 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BLJzM-0003t2-0I for qemu-devel@nongnu.org; Wed, 05 May 2004 06:51:28 -0400 Received: from [216.148.227.85] (helo=rwcrmhc12.comcast.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BLJxa-0003Mm-96 for qemu-devel@nongnu.org; Wed, 05 May 2004 06:49:06 -0400 From: Jason Gress Subject: Re: [Qemu-devel] Windows 98 News Date: Wed, 5 May 2004 06:03:47 -0500 References: <200405050738.56391.bobb@absamail.co.za> <200405050518.11249.jasong@ccgr.org> In-Reply-To: <200405050518.11249.jasong@ccgr.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Multipart/Mixed; boundary="Boundary-00=_ToMmArMOmmULLyY" Message-Id: <200405050603.47722.jasong@ccgr.org> Reply-To: jasong@ccgr.org, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --Boundary-00=_ToMmArMOmmULLyY Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Oops! I accidently sent this off-list. Here's what I wrote (w/ attachment= ): On Wednesday 05 May 2004 05:18 am, Jason Gress wrote: > Sure thing - it's attached. Put it in your PORTAGE_OVERLAY, in > app-emulation/qemu-cvs. I chose 04302004 only because that was the date > that I found it and put it in my dir; it's irrelevant otherwise. Enjoy!= =20 > :) > > Jason > > On Wednesday 05 May 2004 12:38 am, Bob Barry wrote: > > Jason - > > > > On Thursday 01 January 1970 01:59, you wrote (to qemu list): > > > P.S. =A0CVS ebuilds rock - I found this somewhere (on this list? - ca= n't > > > remember what google did for me) but if someone wants a perfectly > > > working one let me know :) > > > > May I please have a copy? > > > > Thanks, > > > > Bob Barry --Boundary-00=_ToMmArMOmmULLyY Content-Type: text/plain; charset="iso-8859-1"; name="qemu-cvs-04302004.ebuild" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="qemu-cvs-04302004.ebuild" # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Multi-platform & multi-targets dynamic translator" SRC_URI="" HOMEPAGE="http://fabrice.bellard.free.fr/qemu/" KEYWORDS="x86 ppc -alpha -sparc -arm" SLOT="0" LICENSE="GPL-2 LGPL-2.1" IUSE="" DEPEND="virtual/glibc dev-util/cvs media-libs/libsdl" RDEPEND="" RESTRICT="nostrip fetch" TARGET_LIST="arm-user i386-user i386-softmmu ppc-user sparc-user" src_unpack() { # This is hackish, but it works. addwrite ${DISTDIR}/cvs-src mkdir -p ${DISTDIR}/cvs-src/ cd ${DISTDIR}/cvs-src einfo "Checking out latest qemu from CVS..." export CVS_RSH=ssh cvs -z3 -d:ext:anoncvs@savannah.nongnu.org:/cvsroot/qemu co qemu \ || die "could not checkout source from cvs" cp -a qemu ${S} # Fix an ownership porblem chown -R portage:portage ${S} } src_compile () { ./configure --enable-slirp --prefix=/usr \ --target-list="${TARGET_LIST}" || die "could not configure" make || die "make failed" } src_install() { dobin qemu-mkcow dodir /usr/share/qemu insinto /usr/share/qemu doins pc-bios/bios.bin pc-bios/vgabios.bin doman qemu.1 dobin arm-user/qemu-arm dobin i386-user/qemu-i386 dobin sparc-user/qemu-sparc dobin ppc-user/qemu-ppc dobin sparc-user/qemu-sparc dobin i386-softmmu/qemu dodoc README README.distrib *.html linux.sh } pkg_postinstall() { echo ">> You will need the Universal TUN/TAP driver compiled into" echo ">> kernel or as a module to use the virtual network device." } --Boundary-00=_ToMmArMOmmULLyY--