Re: [gentoo-user] how to remove HAL

2010-08-19 Thread Neil Bothwick
On Tue, 17 Aug 2010 21:49:22 +0200, Enrico Weigelt wrote: > I've just experimented a bit with that and it turned out that > --depclean doesn't clean up the buildtime-only deps. But if I > remove one of them (eg. cabextract), they don't get pulled in again > (that's indicating the depending ebuild

Re: [gentoo-user] how to remove HAL

2010-08-18 Thread Mike Edenfield
On 8/17/2010 3:49 PM, Enrico Weigelt wrote: > * Neil Bothwick wrote: > >> USE only affects optional dependencies. euse -I hal will list packages >> that have a hal USE flag while emerge --depclean -pv sys-apps/hal will >> show those that depend o it. > > I've just experimented a bit with that a

Re: [gentoo-user] how to remove HAL

2010-08-17 Thread Enrico Weigelt
* Neil Bothwick wrote: > USE only affects optional dependencies. euse -I hal will list packages > that have a hal USE flag while emerge --depclean -pv sys-apps/hal will > show those that depend o it. I've just experimented a bit with that and it turned out that --depclean doesn't clean up the

Re: [gentoo-user] how to remove HAL

2010-07-29 Thread sam new
maybe I am a perfectionist ,aha:) so want to remove it completely ,although HAL is just installed and do not use it .maybe try to modify gnome-mount ebuild or let it be ;-) On 29 July 2010 14:39, Alan McKinnon wrote: > On Thursday 29 July 2010 04:26:09 sam new wrote: > > I use emerge -avuNDt w

Re: [gentoo-user] how to remove HAL

2010-07-28 Thread Alan McKinnon
On Thursday 29 July 2010 04:26:09 sam new wrote: > I use emerge -avuNDt world ,just find out that is > gnome-base/gnome-mount-0.8-r1 is depend HAL Yes, hal is required for gnome-mount-0.8-r1, it is not optional You must either have hal or not have gnome-mount But what's the problem? hal can be i

Re: [gentoo-user] how to remove HAL

2010-07-28 Thread sam new
I use emerge -avuNDt world ,just find out that is gnome-base/gnome-mount-0.8-r1 is depend HAL On 28 July 2010 23:08, Alan McKinnon wrote: > I can't understand what you have typed. > > Please run emerge -avuNDt world and post the entire output here. > > > > On Wednesday 28 July 2010 15:34:23 sam

Re: [gentoo-user] how to remove HAL

2010-07-28 Thread Andrey Vul
Ugh. Now i'll actually have to config policykit.conf. For some reason, match group=wheel return yes fails so much. Somehow the mount-ro defaults to no every time On 2010-07-28, Nikos Chantziaras wrote: > On 07/28/2010 11:54 PM, Andrey Vul wrote: >> On Wed, Jul 28, 2010 at 14:50, Nikos Chantziaras

Re: [gentoo-user] how to remove HAL

2010-07-28 Thread Andrey Vul
Ugh. Now i'll actually have to config policykit.conf. For some reason, match group=wheel return yes fails so much. Somehow the mount-ro defaults to no every time On 2010-07-28, Nikos Chantziaras wrote: > On 07/28/2010 11:54 PM, Andrey Vul wrote: >> On Wed, Jul 28, 2010 at 14:50, Nikos Chantziaras

Re: [gentoo-user] how to remove HAL

2010-07-28 Thread Volker Armin Hemmann
On Mittwoch 28 Juli 2010, sam new wrote: > I use emerge -avuNDt world ,find out that is gnome-base/gnome-mount-0.8-r1 > ,and also check the ebuild that depends hal .but I mask it in the > package.mask why still emerge gnome-mount and hal ,maybe gnome-mount > depends hal,and others depends gnome-mo

Re: [gentoo-user] how to remove HAL

2010-07-28 Thread Alan McKinnon
I can't understand what you have typed. Please run emerge -avuNDt world and post the entire output here. On Wednesday 28 July 2010 15:34:23 sam new wrote: > I use emerge -avuNDt world ,find out that is gnome-base/gnome-mount-0.8-r1 > ,and also check the ebuild that depends hal .but I mask it i

Re: [gentoo-user] how to remove HAL

2010-07-28 Thread sam new
I use emerge -avuNDt world ,find out that is gnome-base/gnome-mount-0.8-r1 ,and also check the ebuild that depends hal .but I mask it in the package.mask why still emerge gnome-mount and hal ,maybe gnome-mount depends hal,and others depends gnome-mount ,how can I do? On 28 July 2010 13:01, Alan M

Re: [gentoo-user] how to remove HAL

2010-07-28 Thread Neil Bothwick
On Wed, 28 Jul 2010 10:44:23 +0800, sam new wrote: >As we know, HAL is not used by Xorg for output devices or any > other devices,so I want to remove it completely,I set USE="-hal" > in /etc/make.conf ,and recompile the packages, and also > modify /etc/conf.d/xdm with NEED_HALD="no" ,exe

Re: [gentoo-user] how to remove HAL

2010-07-27 Thread Alan McKinnon
On Wednesday 28 July 2010 04:44:23 sam new wrote: > Hi All, >As we know, HAL is not used by Xorg for output devices or any other > devices,so I want to remove it completely,I set USE="-hal" in > /etc/make.conf ,and recompile the packages, and also modify > /etc/conf.d/xdm with NEED_HALD="

[gentoo-user] how to remove HAL

2010-07-27 Thread sam new
Hi All, As we know, HAL is not used by Xorg for output devices or any other devices,so I want to remove it completely,I set USE="-hal" in /etc/make.conf ,and recompile the packages, and also modify /etc/conf.d/xdm with NEED_HALD="no" ,exec rc-update del hal default .All things goes well ,y