Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmacpiload-ac/
Date: Tue, 29 May 2018 13:18:14
Message-Id: 1527599872.1d2a28667a7210e8d2ba24c3b3657214c144dbf6.bman@gentoo
1 commit: 1d2a28667a7210e8d2ba24c3b3657214c144dbf6
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 23:55:26 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 13:17:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2a2866
7
8 x11-plugins/wmacpiload-ac: bump EAPI
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild | 11 +++--------
13 1 file changed, 3 insertions(+), 8 deletions(-)
14
15 diff --git a/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild b/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild
16 index ca8e850f9a5..5dd7b611652 100644
17 --- a/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild
18 +++ b/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild
19 @@ -1,9 +1,10 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=0
24 +EAPI=6
25
26 MY_P=${P/-ac}
27 +
28 DESCRIPTION="WMACPILoad based dockapp to monitor CPU temp and battery time on ACPI kernels"
29 HOMEPAGE="http://wmacpiload.tuxfamily.org/"
30 SRC_URI="http://wmacpiload.tuxfamily.org/download/${MY_P}.tar.bz2"
31 @@ -22,12 +23,6 @@ DEPEND="${RDEPEND}
32
33 S="${WORKDIR}/${MY_P}"
34
35 -src_compile() {
36 +src_configure() {
37 econf $(use_enable debug)
38 - emake || die "compile failed"
39 -}
40 -
41 -src_install() {
42 - emake DESTDIR="${D}" install || die "install failed"
43 - dodoc AUTHORS ChangeLog NEWS README THANKS TODO
44 }