Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23761 - wmi8k-1.2.ebuild (New Package)
Summary: wmi8k-1.2.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-06-30 08:19 UTC by Filippo Veneri
Modified: 2004-04-12 13:50 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
wmi8k-1.2.ebuild (wmi8k-1.2.ebuild,879 bytes, text/plain)
2003-06-30 08:29 UTC, Filippo Veneri
Details
wmi8k-1.2.ebuild (updated ebuild for a new package) (wmi8k-1.2.ebuild,782 bytes, text/plain)
2003-07-10 02:10 UTC, Filippo Veneri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Filippo Veneri 2003-06-30 08:19:49 UTC
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.
Comment 1 Filippo Veneri 2003-06-30 08:29:01 UTC
Created attachment 14039 [details]
wmi8k-1.2.ebuild
Comment 2 Filippo Veneri 2003-07-10 02:10:26 UTC
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.
Comment 3 Markus Nigbur (RETIRED) gentoo-dev 2003-12-25 16:05:30 UTC
where is the update in the 2nd ebuild?
Comment 4 Minati jean michel 2004-03-05 03:33:46 UTC
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() {
Comment 5 Markus Nigbur (RETIRED) gentoo-dev 2004-04-12 13:50:59 UTC
in cvs.