summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-18 06:43:01 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-18 06:43:01 +0000
commita60002c45f485e4920b576e301f08d0298843496 (patch)
treef52c93534ac134fa75e3aeb607c3bc43efbd6fd7 /sys-power/athcool/athcool-0.3.11.ebuild
parentFix building on ppc64 #122992 Markus Rothe. (diff)
downloadhistorical-a60002c45f485e4920b576e301f08d0298843496.tar.gz
historical-a60002c45f485e4920b576e301f08d0298843496.tar.bz2
historical-a60002c45f485e4920b576e301f08d0298843496.zip
update warning using authors version #123172
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'sys-power/athcool/athcool-0.3.11.ebuild')
-rw-r--r--sys-power/athcool/athcool-0.3.11.ebuild15
1 files changed, 9 insertions, 6 deletions
diff --git a/sys-power/athcool/athcool-0.3.11.ebuild b/sys-power/athcool/athcool-0.3.11.ebuild
index 24fc78690451..bf13ee273a5f 100644
--- a/sys-power/athcool/athcool-0.3.11.ebuild
+++ b/sys-power/athcool/athcool-0.3.11.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/athcool/athcool-0.3.11.ebuild,v 1.1 2005/06/27 13:19:22 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/athcool/athcool-0.3.11.ebuild,v 1.2 2006/02/18 06:43:01 vapier Exp $
DESCRIPTION="small utility to toggle Powersaving mode for AMD Athlon/Duron processors"
HOMEPAGE="http://members.jcom.home.ne.jp/jacobi/linux/softwares.html#athcool"
@@ -8,7 +8,7 @@ SRC_URI="http://members.jcom.home.ne.jp/jacobi/linux/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* ~x86"
+KEYWORDS="-* x86"
IUSE=""
DEPEND="sys-apps/pciutils"
@@ -19,11 +19,14 @@ src_compile() {
src_install() {
einstall || die
- doinitd ${FILESDIR}/athcool
+ doinitd "${FILESDIR}"/athcool
dodoc README ChangeLog
}
pkg_postinst() {
- ewarn "WARNING: This program can cause instability in your system."
- ewarn "Use at your own risk!"
+ ewarn "WARNING: Depending on your motherboard and/or hardware components, enabling powersaving mode may cause:"
+ ewarn " * noisy or distorted sound playback"
+ ewarn " * a slowdown in harddisk performance"
+ ewarn " * system locks or instability"
+ ewarn "If you met those problems, you should not use athcool. Please use athcool AT YOUR OWN RISK!"
}