From: Aaron Bauman Date: Mon, 28 May 2018 23:55:26 +0000 (-0400) Subject: x11-plugins/wmacpiload-ac: bump EAPI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1d2a28667a7210e8d2ba24c3b3657214c144dbf6;p=gentoo.git x11-plugins/wmacpiload-ac: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild b/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild index ca8e850f9a53..5dd7b6116524 100644 --- a/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild +++ b/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild @@ -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 }