x11-plugins/wmacpiload-ac: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 23:55:26 +0000 (19:55 -0400)
committerAaron Bauman <bman@gentoo.org>
Tue, 29 May 2018 13:17:52 +0000 (09:17 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild

index ca8e850f9a53841566bc4c9255cb2ff919f7d846..5dd7b611652461be9e65b3aca8d889fd0f7545dc 100644 (file)
@@ -1,9 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=6
 
 MY_P=${P/-ac}
+
 DESCRIPTION="WMACPILoad based dockapp to monitor CPU temp and battery time on ACPI kernels"
 HOMEPAGE="http://wmacpiload.tuxfamily.org/"
 SRC_URI="http://wmacpiload.tuxfamily.org/download/${MY_P}.tar.bz2"
@@ -22,12 +23,6 @@ DEPEND="${RDEPEND}
 
 S="${WORKDIR}/${MY_P}"
 
-src_compile() {
+src_configure() {
        econf $(use_enable debug)
-       emake || die "compile failed"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "install failed"
-       dodoc AUTHORS ChangeLog NEWS README THANKS TODO
 }