All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Gress <jasong@ccgr.org>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Windows 98 News
Date: Wed, 5 May 2004 06:03:47 -0500	[thread overview]
Message-ID: <200405050603.47722.jasong@ccgr.org> (raw)
In-Reply-To: <200405050518.11249.jasong@ccgr.org>

[-- Attachment #1: Type: text/plain, Size: 776 bytes --]

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! 
> :)
>
> 	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.  CVS ebuilds rock - I found this somewhere (on this list? - can'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

[-- Attachment #2: qemu-cvs-04302004.ebuild --]
[-- Type: text/plain, Size: 1795 bytes --]

# 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."
}

       reply	other threads:[~2004-05-05 10:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200405050738.56391.bobb@absamail.co.za>
     [not found] ` <200405050518.11249.jasong@ccgr.org>
2004-05-05 11:03   ` Jason Gress [this message]
2004-05-03 23:29 [Qemu-devel] Windows 98 News Fabrice Bellard
2004-05-04  0:41 ` Hetz Ben Hamo
2004-05-04  2:08 ` Fabrice Bellard
2004-05-04  3:22   ` Fabrice Bellard
2004-05-04 12:17     ` Herbert Poetzl
2004-05-04  3:37 ` Jason Gress

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200405050603.47722.jasong@ccgr.org \
    --to=jasong@ccgr.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.