Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183046 - app-admin/conky - USE hddtemp does not pull in app-admin/hddtemp
Summary: app-admin/conky - USE hddtemp does not pull in app-admin/hddtemp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-24 13:53 UTC by Daniel Pielmeier
Modified: 2007-07-17 12:33 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Pielmeier gentoo-dev 2007-06-24 13:53:43 UTC
When enabling USE hddtemp in conky, hddtemp is not installed as a dependency.
The dependencies hddtemp? ( app-admin/hddtemp ) and mpd? ( media-sound/mpd ) in RDEPEND have been removed from Revision 1.7 1.8 of conky-1.4.5.ebuild.

So if the dependencies are removed shouldn't they also be removed in IUSE.
If the USE Flags hddtemp in IUSE should remain the dependencies should be added again. If this is the case is it possible to add a lm_sensors USE Flag too.

Another question is why are the following functions enabled by default without checking if USE audacious bmpx hddtemp or mpd is enabled like for the X USE flag?

$(use_enable audacious) \
$(use_enable bmpx) \
$(use_enable hddtemp ) \
$(use_enable mpd) \
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-06-24 14:11:06 UTC
(In reply to comment #0)
> Another question is why are the following functions enabled by default without
> checking if USE audacious bmpx hddtemp or mpd is enabled like for the X USE
> flag?
> 
> $(use_enable audacious) \
> $(use_enable bmpx) \
> $(use_enable hddtemp ) \
> $(use_enable mpd) \

Ehm?  
http://devmanual.gentoo.org/ebuild-writing/functions/src_compile/configuring/index.html
Comment 2 Daniel Pielmeier gentoo-dev 2007-06-24 14:16:13 UTC
(In reply to comment #1)
> 
> Ehm?  
> http://devmanual.gentoo.org/ebuild-writing/functions/src_compile/configuring/index.html
> 

OK, i got it!

Thanks!
Comment 3 Daniel Black (RETIRED) gentoo-dev 2007-06-25 21:33:20 UTC
so is there any problem with conky packaging currently?
Comment 4 Daniel Pielmeier gentoo-dev 2007-06-25 21:39:41 UTC
(In reply to comment #3)
> so is there any problem with conky packaging currently?
> 

Maybe i don't understand you!
I consider everything before "Another question..." in my first post as a problem!
Comment 5 Daniel Black (RETIRED) gentoo-dev 2007-07-17 12:33:55 UTC
readded to rdepend. sorry for the confusion.