app-arch/p7zip: bump to eapi7 and fix pkgcheck issues
authorMatthew Thode <prometheanfire@gentoo.org>
Thu, 23 Jan 2020 17:18:44 +0000 (11:18 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 23 Jan 2020 17:18:44 +0000 (11:18 -0600)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
app-arch/p7zip/p7zip-16.02-r5.ebuild

index 4c56f6b4da6e47da95acf58a9d6de9498978d99c..69a282e67c791f08b3c7ead255a8cb08019f51ba 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 WX_GTK_VER="3.0"
 
@@ -140,9 +140,9 @@ src_install() {
                        insinto /usr/share/kservices5/ServiceMenus
                        doins GUI/kde4/*.desktop
                        dodir /usr/share/kde4/services/ServiceMenus # drop these lines after konqueror:4/krusader:4 are gone
-                       for item in "${ED}"usr/share/kservices5/ServiceMenus/*.desktop; do
+                       for item in "${ED}"/usr/share/kservices5/ServiceMenus/*.desktop; do
                                item="$(basename ${item})"
-                               dosym "/usr/share/kservices5/ServiceMenus/${item}" "/usr/share/kde4/services/ServiceMenus/${item}"
+                               dosym ${ROOT}"/usr/share/kservices5/ServiceMenus/${item}" "/usr/share/kde4/services/ServiceMenus/${item}"
                        done
                fi
        fi
@@ -162,6 +162,7 @@ src_install() {
 
        if use doc; then
                dodoc DOC/*.txt
-               dohtml -r DOC/MANUAL/*
+               docinto html
+               dodoc -r DOC/MANUAL/*
        fi
 }