Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22878 - new ebuild: xsensors-0.20.ebuild
Summary: new ebuild: xsensors-0.20.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Jon Portnoy (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-06-15 12:01 UTC by David Grant
Modified: 2003-07-16 09:43 UTC (History)
1 user (show)

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


Attachments
xsensors-0.20.ebuild (xsensors.tar.gz,948 bytes, application/gzip)
2003-06-15 12:06 UTC, David Grant
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Grant 2003-06-15 12:01:05 UTC
I created an ebuild for xsensors.

It doesn't have a real homepage, but this is where you get it:
http://www.linuxhardware.org/xsensors/

It is a lm-sensors interface.  Very simple, and it works.

Reproducible: Always
Steps to Reproduce:
Comment 1 David Grant 2003-06-15 12:06:00 UTC
Created attachment 13322 [details]
xsensors-0.20.ebuild

First ebuild for xsensors.  Please test and add to portage tree.
Comment 2 Frank Straetz 2003-06-19 10:01:29 UTC
Looks good, but there are some dependency problems:

1. The correct package name for GTK is gtk+, not gtk.
2. If this application supports only GTK 1, the dependency needs to get changed to =gtk+-1.2* instead of >=gtk+1.2*
3. Both lm-sensors and gtk+ are required to configure the package, so the dependencies should be added to the DEPEND line instead of the RDEPEND line
Comment 3 Jon Portnoy (RETIRED) gentoo-dev 2003-06-19 11:38:42 UTC
Kernel people, mind if I take this one? I'm doing some work with Frank Straetz that involves checking out ebuilds he makes suggestions on.

(if you want it, you can reassign it back - I don't feel strongly about it.)
Comment 4 Jon Portnoy (RETIRED) gentoo-dev 2003-07-12 10:44:06 UTC
Committed, thanks.