diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2009-03-09 09:54:50 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2009-03-09 09:54:50 +0000 |
commit | 5b9903516eea2fda55896946aea57484dbca2bb5 (patch) | |
tree | 08fc3d4186a3bb9578a4c5c078fe9c9d5e45d4f2 /app-emulation | |
parent | Port to EAPI=2 (diff) | |
download | gentoo-2-5b9903516eea2fda55896946aea57484dbca2bb5.tar.gz gentoo-2-5b9903516eea2fda55896946aea57484dbca2bb5.tar.bz2 gentoo-2-5b9903516eea2fda55896946aea57484dbca2bb5.zip |
New version
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.10.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 8743c5a305af..798cf65a179f 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/qemu -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.60 2008/09/03 17:54:12 gentoofan23 Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.61 2009/03/09 09:54:50 lu_zero Exp $ + +*qemu-0.10.0 (09 Mar 2009) + + 09 Mar 2009; Luca Barbato <lu_zero@gentoo.org> +qemu-0.10.0.ebuild: + New version 03 Sep 2008; Thomas Anderson <gentoofan23@gentoo.org> qemu-0.9.1.ebuild: stable amd64, needed to go stable becuase qemu-softmmu went stable, mfi diff --git a/app-emulation/qemu/qemu-0.10.0.ebuild b/app-emulation/qemu/qemu-0.10.0.ebuild new file mode 100644 index 000000000000..6e6f2238ca33 --- /dev/null +++ b/app-emulation/qemu/qemu-0.10.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.0.ebuild,v 1.1 2009/03/09 09:54:50 lu_zero Exp $ + +DESCRIPTION="qemu emulator and abi wrapper meta ebuild" +HOMEPAGE="http://fabrice.bellard.free.fr/qemu/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~ppc64" +IUSE="" + +DEPEND="" +RDEPEND="~app-emulation/qemu-softmmu-${PV} + ~app-emulation/qemu-user-${PV} + !<=app-emulation/qemu-0.7.0" |