diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2008-01-27 10:27:18 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2008-01-27 10:27:18 +0000 |
commit | 15df0a0705af2129ebd33e0e36f75ab5478a8171 (patch) | |
tree | 5696ccc284899dd49c2c15065b2b30020a6853c9 /app-emulation | |
parent | stable amd64, bug 207608 (diff) | |
download | gentoo-2-15df0a0705af2129ebd33e0e36f75ab5478a8171.tar.gz gentoo-2-15df0a0705af2129ebd33e0e36f75ab5478a8171.tar.bz2 gentoo-2-15df0a0705af2129ebd33e0e36f75ab5478a8171.zip |
Version bump
(Portage version: 2.1.4)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/qemu/files/digest-qemu-0.9.1 | 0 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.9.1.ebuild | 16 |
3 files changed, 23 insertions, 2 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 8ba786809ecd..b09ee1c8f113 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.55 2007/05/20 08:37:42 opfer Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.56 2008/01/27 10:27:17 lu_zero Exp $ + +*qemu-0.9.1 (27 Jan 2008) + + 27 Jan 2008; Luca Barbato <lu_zero@gentoo.org> +qemu-0.9.1.ebuild: + Version bump 20 May 2007; Christian Faulhammer <opfer@gentoo.org> qemu-0.9.0.ebuild: stable amd64, security bug 176674 diff --git a/app-emulation/qemu/files/digest-qemu-0.9.1 b/app-emulation/qemu/files/digest-qemu-0.9.1 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/app-emulation/qemu/files/digest-qemu-0.9.1 diff --git a/app-emulation/qemu/qemu-0.9.1.ebuild b/app-emulation/qemu/qemu-0.9.1.ebuild new file mode 100644 index 000000000000..6c4dbf1800d3 --- /dev/null +++ b/app-emulation/qemu/qemu-0.9.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.9.1.ebuild,v 1.1 2008/01/27 10:27:17 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" |