Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Mon, 13 Feb 2017 08:15:01
Message-Id: 1486973682.bb050c11bd49c00967d6bbb24ec141c21c22ce19.tamiko@gentoo
1 commit: bb050c11bd49c00967d6bbb24ec141c21c22ce19
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 08:04:11 2017 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 08:14:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb050c11
7
8 app-emulation/qemu: further live ebuild fixes
9
10 - call forgotten generate_initd in src_install
11 - qmp-commands.txt is no longer installed
12
13 Package-Manager: Portage-2.3.3, Repoman-2.3.1
14
15 app-emulation/qemu/qemu-9999.ebuild | 4 +---
16 1 file changed, 1 insertion(+), 3 deletions(-)
17
18 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
19 index 911bc7b568..1fb25f5b0d 100644
20 --- a/app-emulation/qemu/qemu-9999.ebuild
21 +++ b/app-emulation/qemu/qemu-9999.ebuild
22 @@ -614,6 +614,7 @@ src_install() {
23 emake DESTDIR="${ED}" install
24
25 # Install binfmt handler init script for user targets.
26 + generate_initd
27 doinitd "${T}/qemu-binfmt"
28 fi
29
30 @@ -647,9 +648,6 @@ src_install() {
31 insinto "/etc/qemu"
32 doins "${FILESDIR}/bridge.conf"
33
34 - # Remove the docdir placed qmp-commands.txt
35 - mv "${ED}/usr/share/doc/${PF}/html/qmp-commands.txt" "${S}/docs/" || die
36 -
37 cd "${S}"
38 dodoc Changelog MAINTAINERS docs/specs/pci-ids.txt
39 newdoc pc-bios/README README.pc-bios