diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-05-06 10:21:16 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-05-06 10:21:16 +0000 |
commit | 45b73f59343b4a64fbf96056df2b71f6be71f56c (patch) | |
tree | 88ee44f2eba999fe95e5564f18ec156060e863de /app-emulation/qemu/qemu-0.8.1.ebuild | |
parent | Fix digests. (diff) | |
download | gentoo-2-45b73f59343b4a64fbf96056df2b71f6be71f56c.tar.gz gentoo-2-45b73f59343b4a64fbf96056df2b71f6be71f56c.tar.bz2 gentoo-2-45b73f59343b4a64fbf96056df2b71f6be71f56c.zip |
New version
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'app-emulation/qemu/qemu-0.8.1.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-0.8.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-emulation/qemu/qemu-0.8.1.ebuild b/app-emulation/qemu/qemu-0.8.1.ebuild new file mode 100644 index 000000000000..a931581724f4 --- /dev/null +++ b/app-emulation/qemu/qemu-0.8.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.8.1.ebuild,v 1.1 2006/05/06 10:21:16 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" + |