diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-08-16 14:57:27 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-08-16 14:57:27 +0000 |
commit | e38f427eef1e77a2ac1b900c637a86b39d789ca1 (patch) | |
tree | 3be40ddf24b206bb5f9b943d66d1df52223a96cc /app-emulation | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-e38f427eef1e77a2ac1b900c637a86b39d789ca1.tar.gz gentoo-2-e38f427eef1e77a2ac1b900c637a86b39d789ca1.tar.bz2 gentoo-2-e38f427eef1e77a2ac1b900c637a86b39d789ca1.zip |
Meta ebuild bumped
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/qemu/files/digest-qemu-0.8.2 | 1 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.8.2.ebuild | 17 |
3 files changed, 24 insertions, 1 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 28ef096f9fa4..623bb4e9469b 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/qemu # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.47 2006/06/09 06:16:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.48 2006/08/16 14:57:26 lu_zero Exp $ + +*qemu-0.8.2 (16 Aug 2006) + + 16 Aug 2006; Luca Barbato <lu_zero@gentoo.org> +qemu-0.8.2.ebuild: + Meta ebuild bumped 09 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org> -files/qemu-0.6.0-configure.patch, -files/qemu-0.6.0-sigaction.patch, diff --git a/app-emulation/qemu/files/digest-qemu-0.8.2 b/app-emulation/qemu/files/digest-qemu-0.8.2 new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/app-emulation/qemu/files/digest-qemu-0.8.2 @@ -0,0 +1 @@ + diff --git a/app-emulation/qemu/qemu-0.8.2.ebuild b/app-emulation/qemu/qemu-0.8.2.ebuild new file mode 100644 index 000000000000..05cb9725529f --- /dev/null +++ b/app-emulation/qemu/qemu-0.8.2.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.2.ebuild,v 1.1 2006/08/16 14:57:26 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" + |