sys-apps/busybox: QA don't use dohtml
authorGeorgy Yakovlev <ya@sysdump.net>
Tue, 15 May 2018 00:57:47 +0000 (17:57 -0700)
committerAnthony G. Basile <blueness@gentoo.org>
Tue, 15 May 2018 01:18:11 +0000 (21:18 -0400)
Fixes:
QA: install

'dohtml' is deprecated in EAPI '6'

Also install html docs into html subdir.
Before that html docs ended up in pod,
because of 'docinto pod' above

Package-Manager: Portage-2.3.36, Repoman-2.3.9

sys-apps/busybox/busybox-1.28.3.ebuild
sys-apps/busybox/busybox-9999.ebuild

index f28bf04dfd7281061d2358c0d304e2a0b8bde20b..ea0b4ce81fb029ca4551d564f35f774af47c1a54 100644 (file)
@@ -285,7 +285,8 @@ src_install() {
        dodoc *.txt
        docinto pod
        dodoc *.pod
-       dohtml *.html
+       docinto html
+       dodoc *.html
 
        cd ../examples
        docinto examples
index f28bf04dfd7281061d2358c0d304e2a0b8bde20b..ea0b4ce81fb029ca4551d564f35f774af47c1a54 100644 (file)
@@ -285,7 +285,8 @@ src_install() {
        dodoc *.txt
        docinto pod
        dodoc *.pod
-       dohtml *.html
+       docinto html
+       dodoc *.html
 
        cd ../examples
        docinto examples