Simple ebuild for the wmi8k dockapp. It provides fans and temperature monitoring for (some) Dell laptops. For consistency with other dockapps it shoul go in x11-plugins. It dipends on the virtual package x11.
Created attachment 14039 [details] wmi8k-1.2.ebuild
Created attachment 14331 [details] wmi8k-1.2.ebuild (updated ebuild for a new package) Better detection code for i8k kernel support. Some other minor changes.
where is the update in the 2nd ebuild?
here's diff's output. @@ -1,6 +1,5 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /home/cvsroot/gentoo-x86/x11-plugins/wmix/wmix-3.0-r1.ebuild,v 1.4 2003/02/13 17:29:59 vapier Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Dockapp for (some) Dell laptops that provides fans and temperature monitoring" @@ -14,7 +13,7 @@ DEPEND="virtual/x11" pkg_setup() { - modprobe i8k &> /dev/null || die "Lacking kernel support for i8k device" + modprobe i8k &> /dev/null || test -f /proc/i8k || die "Lacking kernel support for i8k" } src_unpack() {
in cvs.