# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A CPU/Power saving program for chipsets which support Duron/AMD processors" HOMEPAGE="http://members.jcom.home.ne.jp/jacobi/linux/softwares.html" SRC_URI="http://members.jcom.home.ne.jp/jacobi/linux/files/athcool-0.3.0.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=pciutils-2.1.10" S=${WORKDIR}/${P} src_compile() { emake || die } src_install() { einstall || die } pkg_postrm() { einfo "WARNING: Depending your motherboard and/or hardware components," einfo "enabling Athlon powersaving mode sometimes causes:" einfo "" einfo " o Noisy or distorted sound playback" einfo " o A slowdown in harddrive performance" einfo " o System locks or instability" einfo "" einfo "If these problems occur, you should not use athcool!" }