sys-power/ncpufreqd: EAPI-6 bump and mini-overhaul
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 28 Jun 2018 19:41:25 +0000 (21:41 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 28 Jun 2018 21:43:15 +0000 (23:43 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

sys-power/ncpufreqd/ncpufreqd-2.4.ebuild

index 6d18c11cdc2b43248d8782bfa636a13e28346375..6976550604e1264c57c88eb339548a2f74e47ff1 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=6
 
 inherit cmake-utils
 
@@ -15,13 +15,14 @@ KEYWORDS="amd64 x86"
 
 IUSE=""
 
-DEPEND="virtual/logger
-       app-arch/xz-utils"
+DEPEND="
+       app-arch/xz-utils
+       virtual/logger"
 RDEPEND="${DEPEND}"
 
 src_install() {
        cmake-utils_src_install
 
        doinitd gentoo-init.d/ncpufreqd
-       dodoc AUTHORS ChangeLog README
+       einstalldocs
 }