Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176704 - kde-base/ksysguard-3.5.6-r1: Unused "avahi" USE flag
Summary: kde-base/ksysguard-3.5.6-r1: Unused "avahi" USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-01 17:59 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2007-05-02 10:19 UTC (History)
0 users

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


Attachments
Adds $(use_enable) code. (diff,355 bytes, patch)
2007-05-01 23:23 UTC, Thomas Anderson (tanderson) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-05-01 17:59:25 UTC
kde-base/ksysguard-3.5.6-r1: Unused "avahi" USE flag
Comment 1 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2007-05-01 20:56:17 UTC
I have grepped through the entire ksysguard distribution and found no references to avahi. 
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-05-01 21:02:04 UTC
(In reply to comment #1)
> I have grepped through the entire ksysguard distribution and found no
> references to avahi. 
> 

This USE flag was needlessly introduced in ksysguard-3.5.6-r1:
$ cd /usr/portage/kde-base/ksysguard
$ diff -u ksysguard-3.5.6{,-r1}.ebuild
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-05-01 21:11:31 UTC
(In reply to comment #1)
> I have grepped through the entire ksysguard distribution and found no
> references to avahi. 

Well, you need to search for dnssd...

http://avahi.org/download/gallery/ksysguardd-ksysguard.png
Comment 4 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2007-05-01 23:18:33 UTC
In that case then there should be some $(use_enable) code in the ebuild.

Here is a patch I have tested on ~amd64
Comment 5 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2007-05-01 23:23:28 UTC
Created attachment 117905 [details, diff]
Adds $(use_enable) code.
Comment 6 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2007-05-01 23:27:07 UTC
Oh, and I can't read german(or polish) so That screenshot could be a laundry ticket for all I know. ;-)
Comment 7 Carsten Lohrke (RETIRED) gentoo-dev 2007-05-02 10:19:13 UTC
Leftover from local testing how ugly it could get to leave zeroconf functionality optional, instead switching between mDNSResponder and avahi. It's gone now, thanks for your bug report.