Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/ncpufreqd/
Date: Thu, 28 Jun 2018 21:43:30
Message-Id: 1530222195.75f5df825368e301a69bf73b7575475896fdefde.asturm@gentoo
1 commit: 75f5df825368e301a69bf73b7575475896fdefde
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 28 19:41:25 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 21:43:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f5df82
7
8 sys-power/ncpufreqd: EAPI-6 bump and mini-overhaul
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 sys-power/ncpufreqd/ncpufreqd-2.4.ebuild | 11 ++++++-----
13 1 file changed, 6 insertions(+), 5 deletions(-)
14
15 diff --git a/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild b/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild
16 index 6d18c11cdc2..6976550604e 100644
17 --- a/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild
18 +++ b/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="5"
25 +EAPI=6
26
27 inherit cmake-utils
28
29 @@ -15,13 +15,14 @@ KEYWORDS="amd64 x86"
30
31 IUSE=""
32
33 -DEPEND="virtual/logger
34 - app-arch/xz-utils"
35 +DEPEND="
36 + app-arch/xz-utils
37 + virtual/logger"
38 RDEPEND="${DEPEND}"
39
40 src_install() {
41 cmake-utils_src_install
42
43 doinitd gentoo-init.d/ncpufreqd
44 - dodoc AUTHORS ChangeLog README
45 + einstalldocs
46 }