summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2009-03-22 23:27:12 +0000
committerLuca Barbato <lu_zero@gentoo.org>2009-03-22 23:27:12 +0000
commit533f5ff691dedc65473688d9b4d3c06843fbcd2e (patch)
tree7a5804344c237a97f0917a94f2960605e2c17f2c /app-emulation/qemu
parentbugfix release (diff)
downloadgentoo-2-533f5ff691dedc65473688d9b4d3c06843fbcd2e.tar.gz
gentoo-2-533f5ff691dedc65473688d9b4d3c06843fbcd2e.tar.bz2
gentoo-2-533f5ff691dedc65473688d9b4d3c06843fbcd2e.zip
bugfix release
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r--app-emulation/qemu/ChangeLog7
-rw-r--r--app-emulation/qemu/qemu-0.10.1.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog
index 798cf65a179f..8cd664b14dc1 100644
--- a/app-emulation/qemu/ChangeLog
+++ b/app-emulation/qemu/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/qemu
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.62 2009/03/22 23:27:12 lu_zero Exp $
+
+*qemu-0.10.1 (22 Mar 2009)
+
+ 22 Mar 2009; Luca Barbato <lu_zero@gentoo.org> +qemu-0.10.1.ebuild:
+ Bugfix release
*qemu-0.10.0 (09 Mar 2009)
diff --git a/app-emulation/qemu/qemu-0.10.1.ebuild b/app-emulation/qemu/qemu-0.10.1.ebuild
new file mode 100644
index 000000000000..9b4b3a39f79d
--- /dev/null
+++ b/app-emulation/qemu/qemu-0.10.1.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.1.ebuild,v 1.1 2009/03/22 23:27:12 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"