diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-05-19 18:13:58 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-05-19 18:13:58 +0000 |
commit | 983fd7ee969832f70d2d9964e2249ec362d9ad16 (patch) | |
tree | db86eabd80634c54b3458f1d2fc0789ca5085b55 /app-emulation | |
parent | Apply all various updates from kde-crazy and from lxnay. This closes bug #231... (diff) | |
download | gentoo-2-983fd7ee969832f70d2d9964e2249ec362d9ad16.tar.gz gentoo-2-983fd7ee969832f70d2d9964e2249ec362d9ad16.tar.bz2 gentoo-2-983fd7ee969832f70d2d9964e2249ec362d9ad16.zip |
Fix doc installation: install html in the html/ subdir, install more qemu doc, rename the README file (it's not qemu's proper), die on error.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.10.4.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 679c7db29879..1a83cc17be83 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/qemu # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.66 2009/05/19 09:48:53 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.67 2009/05/19 18:13:58 flameeyes Exp $ + + 19 May 2009; Diego E. Pettenò <flameeyes@gentoo.org> qemu-0.10.4.ebuild: + Fix doc installation: install html in the html/ subdir, install more qemu + doc, rename the README file (it's not qemu's proper), die on error. 19 May 2009; Luca Barbato <lu_zero@gentoo.org> qemu-0.10.4.ebuild: fix missing patch, thanks to Martin Jansa <Martin.Jansa@mk.cvut.cz> for diff --git a/app-emulation/qemu/qemu-0.10.4.ebuild b/app-emulation/qemu/qemu-0.10.4.ebuild index 66e299a53c65..3fba7c92c329 100644 --- a/app-emulation/qemu/qemu-0.10.4.ebuild +++ b/app-emulation/qemu/qemu-0.10.4.ebuild @@ -1,6 +1,6 @@ # 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.4.ebuild,v 1.2 2009/05/19 09:48:53 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.4.ebuild,v 1.3 2009/05/19 18:13:58 flameeyes Exp $ EAPI="2" @@ -133,9 +133,9 @@ src_install() { "${FILESDIR}/qemu-ifdown" \ || die "qemu interface scripts failed" - dodoc pc-bios/README - dodoc qemu-doc.html - dodoc qemu-tech.html + dodoc Changelog MAINTAINERS TODO pci-ids.txt || die + newdoc pc-bios/README README.pc-bios || die + dohtml qemu-doc.html qemu-tech.html || die } pkg_postinst() { |