app-emulation/qemu: fix qmp-shell for 4.1.0, 4.2.0
authorMatthias Maier <tamiko@gentoo.org>
Tue, 31 Dec 2019 21:32:53 +0000 (15:32 -0600)
committerMatthias Maier <tamiko@gentoo.org>
Tue, 31 Dec 2019 22:01:31 +0000 (16:01 -0600)
Closes: https://bugs.gentoo.org/703028
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
app-emulation/qemu/qemu-4.1.0-r1.ebuild [moved from app-emulation/qemu/qemu-4.1.0.ebuild with 99% similarity]
app-emulation/qemu/qemu-4.2.0-r1.ebuild [moved from app-emulation/qemu/qemu-4.2.0.ebuild with 99% similarity]
app-emulation/qemu/qemu-9999.ebuild

similarity index 99%
rename from app-emulation/qemu/qemu-4.1.0.ebuild
rename to app-emulation/qemu/qemu-4.1.0-r1.ebuild
index e8f34c66cab12c3cb3dca8b77e0de79810d370e3..9e5d9440ad7af5ab60bb18a868c3edbbe2fbd408 100644 (file)
@@ -606,7 +606,7 @@ src_test() {
 }
 
 qemu_python_install() {
-       python_domodule "${S}/python/qemu/qmp.py"
+       python_domodule "${S}/python/qemu"
 
        python_doscript "${S}/scripts/kvm/vmxcap"
        python_doscript "${S}/scripts/qmp/qmp-shell"
similarity index 99%
rename from app-emulation/qemu/qemu-4.2.0.ebuild
rename to app-emulation/qemu/qemu-4.2.0-r1.ebuild
index 1e29f9d0d66f0c070e1487879b176c00f18ac1d3..a6e42c6e6d929a02836f2422d29dfbe74b00a397 100644 (file)
@@ -610,7 +610,7 @@ src_test() {
 }
 
 qemu_python_install() {
-       python_domodule "${S}/python/qemu/qmp.py"
+       python_domodule "${S}/python/qemu"
 
        python_doscript "${S}/scripts/kvm/vmxcap"
        python_doscript "${S}/scripts/qmp/qmp-shell"
index 0eaa68925a82bb8fbf4461fba830248ec1c92f47..c7e8d839938d9b58101ad307c30ed93ced1f212e 100644 (file)
@@ -608,7 +608,7 @@ src_test() {
 }
 
 qemu_python_install() {
-       python_domodule "${S}/python/qemu/qmp.py"
+       python_domodule "${S}/python/qemu"
 
        python_doscript "${S}/scripts/kvm/vmxcap"
        python_doscript "${S}/scripts/qmp/qmp-shell"