[gentoo-user] remove all kde and start again ...

2009-04-11 Thread William Kenworthy
I have got myself into a bind with kde 3.5.10 and 3.5.9 - I would like
to unmerge all kde and then remerge it as 3.5.10.  Currently its taken
me ages to unmerge packages as I have emereg world, which its just
dawned on me is only printing 3 blocking packages at a time - very slow
progress

Its just dawned on me that this is kde-meta - is there a way to just
remove all kde at once?

BillK


-- 
William Kenworthy bi...@iinet.net.au
Home in Perth!




Re: [gentoo-user] remove all kde and start again ...

2009-04-11 Thread Neil Bothwick
On Sat, 11 Apr 2009 19:44:01 +0800, William Kenworthy wrote:

 Its just dawned on me that this is kde-meta - is there a way to just
 remove all kde at once?

emerge -C kde-meta
emerge --depclean -a


-- 
Neil Bothwick

I couldn't repair your brakes, so I made your horn louder.


signature.asc
Description: PGP signature


Re: [gentoo-user] remove all kde and start again ...

2009-04-11 Thread Uwe
On Sat, 11 Apr 2009 19:44:01 +0800
William Kenworthy bi...@iinet.net.au wrote:

 I have got myself into a bind with kde 3.5.10 and 3.5.9 - I would like
 to unmerge all kde and then remerge it as 3.5.10.  Currently its taken
 me ages to unmerge packages as I have emereg world, which its just
 dawned on me is only printing 3 blocking packages at a time - very
 slow progress
 
 Its just dawned on me that this is kde-meta - is there a way to just
 remove all kde at once?
 
 BillK
 
 

Hi

Something like this should help

# equery list kde-base/ | grep 3\.5 | xargs emerge --unmerge --pretend
and then the same for kde-misc
# equery list kde-misc/ | grep 3\.5 | xargs emerge --unmerge --pretend


From here:
http://www.gentoo.org/proj/en/desktop/kde/kde-config.xml


HTH
Uwe

-- 
/\  ASCII Ribbon Campaign | Uwe
\ /   against HTML e-mail  | keksvernichter@@gmail.com
 x  against MS attachments | Key: 93BF09A2 @ pool.sks-keyservers.net
/ \ www.asciribbon.org | Key: 93BF09A2 @ keys.gnupg.net


signature.asc
Description: PGP signature


Re: [gentoo-user] remove all kde and start again ...

2009-04-11 Thread William Kenworthy

On Sat, 2009-04-11 at 14:04 +0200, Uwe wrote:
 On Sat, 11 Apr 2009 19:44:01 +0800
 William Kenworthy bi...@iinet.net.au wrote:
 
  I have got myself into a bind with kde 3.5.10 and 3.5.9 - I would like
  to unmerge all kde and then remerge it as 3.5.10.  Currently its taken
  me ages to unmerge packages as I have emereg world, which its just
  dawned on me is only printing 3 blocking packages at a time - very
  slow progress
  
  Its just dawned on me that this is kde-meta - is there a way to just
  remove all kde at once?
  
  BillK
  
  
 
 Hi
 
 Something like this should help
 
 # equery list kde-base/ | grep 3\.5 | xargs emerge --unmerge --pretend
 and then the same for kde-misc
 # equery list kde-misc/ | grep 3\.5 | xargs emerge --unmerge --pretend
 
 
 From here:
 http://www.gentoo.org/proj/en/desktop/kde/kde-config.xml
 

Thanks Uwe, I found this and used it and its now happily rebuilding.

BillK






Re: [gentoo-user] remove all kde and start again ...

2009-04-11 Thread William Kenworthy
On Sat, 2009-04-11 at 12:58 +0100, Neil Bothwick wrote:
 On Sat, 11 Apr 2009 19:44:01 +0800, William Kenworthy wrote:
 
  Its just dawned on me that this is kde-meta - is there a way to just
  remove all kde at once?
 
 emerge -C kde-meta
 emerge --depclean -a
 
Thanks Neil, I used the xarg way from the kde meta page, but I'll keep
this in mind - the first time I've seen a use for depclean thats really
useful vice housekeeping.

BillK