commit:     f9dcbc38e60c20821a619f4b6dde53a80623fd9a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 21:52:44 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 22:10:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9dcbc38

sys-power/athcool: Port to EAPI 6

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-power/athcool/athcool-0.3.12.ebuild            | 17 +++++++----------
 sys-power/athcool/files/athcool-0.3.11-build.patch |  4 ++--
 2 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/sys-power/athcool/athcool-0.3.12.ebuild 
b/sys-power/athcool/athcool-0.3.12.ebuild
index b9ed2561665..bd826f25b0f 100644
--- a/sys-power/athcool/athcool-0.3.12.ebuild
+++ b/sys-power/athcool/athcool-0.3.12.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="3"
+EAPI=6
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="small utility to toggle Powersaving mode for AMD Athlon/Duron 
processors"
 HOMEPAGE="http://members.jcom.home.ne.jp/jacobi/linux/softwares.html#athcool";
@@ -17,18 +17,15 @@ IUSE=""
 DEPEND="sys-apps/pciutils"
 RDEPEND=""
 
-pkg_setup() {
-       tc-export CC
-}
+PATCHES=( "${FILESDIR}"/${PN}-0.3.11-build.patch )
 
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-0.3.11-build.patch
+src_configure() {
+       tc-export CC
 }
 
 src_install() {
-       emake install DESTDIR="${D}" || die
+       default
        doinitd "${FILESDIR}"/athcool
-       dodoc README ChangeLog
 }
 
 pkg_postinst() {

diff --git a/sys-power/athcool/files/athcool-0.3.11-build.patch 
b/sys-power/athcool/files/athcool-0.3.11-build.patch
index 8b8e619dd71..bcf3a305414 100644
--- a/sys-power/athcool/files/athcool-0.3.11-build.patch
+++ b/sys-power/athcool/files/athcool-0.3.11-build.patch
@@ -1,5 +1,5 @@
---- Makefile
-+++ Makefile
+--- a/Makefile
++++ b/Makefile
 @@ -14,13 +14,13 @@
  SRCS = athcool.c scanpci.c
  OBJS = $(SRCS:.c=.o)

Reply via email to