diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-02-10 12:04:48 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-02-10 12:04:48 +0000 |
commit | 6759df862050b3263c3bca7c75235772fec90786 (patch) | |
tree | 8a4cfa10edf48d025ebd0a580f502d11988d8541 /app-emulation/qemu | |
parent | Minor update (diff) | |
download | gentoo-2-6759df862050b3263c3bca7c75235772fec90786.tar.gz gentoo-2-6759df862050b3263c3bca7c75235772fec90786.tar.bz2 gentoo-2-6759df862050b3263c3bca7c75235772fec90786.zip |
New version
(Portage version: 2.1.2-r8)
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/qemu/files/digest-qemu-0.9.0 | 0 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.9.0.ebuild | 17 |
3 files changed, 23 insertions, 1 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 53efc0e5eb74..3bf704523195 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/qemu # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.51 2007/02/06 14:49:00 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.52 2007/02/10 12:04:48 lu_zero Exp $ + +*qemu-0.9.0 (06 Feb 2007) + + 06 Feb 2007; Luca Barbato <lu_zero@gentoo.org> +qemu-0.9.0.ebuild: + New version 06 Feb 2007; Simon Stelling <blubb@gentoo.org> qemu-0.8.2.ebuild: stable on amd64; bug 159522 diff --git a/app-emulation/qemu/files/digest-qemu-0.9.0 b/app-emulation/qemu/files/digest-qemu-0.9.0 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/app-emulation/qemu/files/digest-qemu-0.9.0 diff --git a/app-emulation/qemu/qemu-0.9.0.ebuild b/app-emulation/qemu/qemu-0.9.0.ebuild new file mode 100644 index 000000000000..225271f7d621 --- /dev/null +++ b/app-emulation/qemu/qemu-0.9.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.9.0.ebuild,v 1.1 2007/02/10 12:04:48 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" +IUSE="" + +DEPEND="~app-emulation/qemu-softmmu-${PV} + ~app-emulation/qemu-user-${PV} + !<=app-emulation/qemu-0.7.0" + |