mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sys-power/powernowd: Drop 1.00-r4, EAPI5--
Closes: https://bugs.gentoo.org/783756 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit epatch linux-info systemd toolchain-funcs
|
||||
|
||||
DESCRIPTION="Daemon to control the speed and voltage of CPUs"
|
||||
HOMEPAGE="http://www.deater.net/john/powernowd.html https://github.com/clemej/powernowd"
|
||||
SRC_URI="http://www.deater.net/john/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc ppc64 x86"
|
||||
|
||||
pkg_setup() {
|
||||
CONFIG_CHECK="~CPU_FREQ"
|
||||
WARNING_CPU_FREQ="Powernowd needs CPU_FREQ turned on!"
|
||||
linux-info_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-buf.patch
|
||||
rm -f Makefile
|
||||
tc-export CC
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake powernowd
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dosbin powernowd
|
||||
dodoc README
|
||||
|
||||
newconfd "${FILESDIR}"/powernowd.confd powernowd
|
||||
newinitd "${FILESDIR}"/powernowd.initd powernowd
|
||||
systemd_dounit "${FILESDIR}"/${PN}.service
|
||||
}
|
||||
Reference in New Issue
Block a user