Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/powertop/
Date: Mon, 04 Dec 2017 15:16:43
Message-Id: 1512400560.3ce99f9ba8ace8b032fa5246f30bba09bfeab483.zerochaos@gentoo
1 commit: 3ce99f9ba8ace8b032fa5246f30bba09bfeab483
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 4 15:15:29 2017 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 4 15:16:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce99f9b
7
8 sys-power/powertop: remove warning from dead code
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 sys-power/powertop/powertop-2.8.ebuild | 10 ++--------
13 1 file changed, 2 insertions(+), 8 deletions(-)
14
15 diff --git a/sys-power/powertop/powertop-2.8.ebuild b/sys-power/powertop/powertop-2.8.ebuild
16 index d3d8039ade6..ab67bbf8ed9 100644
17 --- a/sys-power/powertop/powertop-2.8.ebuild
18 +++ b/sys-power/powertop/powertop-2.8.ebuild
19 @@ -4,14 +4,8 @@
20 EAPI="5"
21
22 inherit eutils linux-info
23 -if [[ ${PV} == "9999" ]] ; then
24 - EGIT_REPO_URI="https://github.com/fenrus75/powertop.git"
25 - inherit git-2 autotools
26 - SRC_URI=""
27 -else
28 - SRC_URI="https://01.org/sites/default/files/downloads/${PN}/${P}.tar.gz"
29 - KEYWORDS="amd64 arm ppc sparc x86 ~amd64-linux ~x86-linux"
30 -fi
31 +SRC_URI="https://01.org/sites/default/files/downloads/${PN}/${P}.tar.gz"
32 +KEYWORDS="amd64 arm ppc sparc x86 ~amd64-linux ~x86-linux"
33
34 DESCRIPTION="tool that helps you find what software is using the most power"
35 HOMEPAGE="https://01.org/powertop/"