* [gentoo-user] removing kde4(sets)
@ 2009-10-29 15:04 James
2009-10-29 15:41 ` Neil Bothwick
2009-10-29 19:09 ` Alan McKinnon
0 siblings, 2 replies; 12+ messages in thread
From: James @ 2009-10-29 15:04 UTC (permalink / raw
To: gentoo-user
Hello,
I've decided to just completely remove kde4(sets)
and install kde4-meta.
Are there any tricks to remove all of kde4, or do
I have to do it manually?
I have some kde-3.5.10 and dependent packages, I'd like to retain,
so keep that in mind with any suggestions.
(kdelibs-3.5.10-r6 and 4.2.4-r4)
tia,
James
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] removing kde4(sets)
2009-10-29 15:04 [gentoo-user] removing kde4(sets) James
@ 2009-10-29 15:41 ` Neil Bothwick
2009-10-29 16:45 ` Paul Hartman
2009-10-29 19:09 ` Alan McKinnon
1 sibling, 1 reply; 12+ messages in thread
From: Neil Bothwick @ 2009-10-29 15:41 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 455 bytes --]
On Thu, 29 Oct 2009 15:04:47 +0000 (UTC), James wrote:
> I've decided to just completely remove kde4(sets)
> and install kde4-meta.
> Are there any tricks to remove all of kde4, or do
> I have to do it manually?
The set and the meta-package pull in basically the same packages. Unmerge
the set, emerge kde-meta then do a depclean to catch any stragglers.
--
Neil Bothwick
Confucius say :
He who play in root, eventually kill tree!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] removing kde4(sets)
2009-10-29 15:41 ` Neil Bothwick
@ 2009-10-29 16:45 ` Paul Hartman
2009-10-29 16:53 ` Neil Bothwick
0 siblings, 1 reply; 12+ messages in thread
From: Paul Hartman @ 2009-10-29 16:45 UTC (permalink / raw
To: gentoo-user
On Thu, Oct 29, 2009 at 10:41 AM, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Thu, 29 Oct 2009 15:04:47 +0000 (UTC), James wrote:
>
>> I've decided to just completely remove kde4(sets)
>> and install kde4-meta.
>
>> Are there any tricks to remove all of kde4, or do
>> I have to do it manually?
>
> The set and the meta-package pull in basically the same packages. Unmerge
> the set, emerge kde-meta then do a depclean to catch any stragglers.
I would just delete the set from the world_sets file, then emerge
kde-meta, then depclean... much easier than unmerging everything and
recompiling it.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] removing kde4(sets)
2009-10-29 16:45 ` Paul Hartman
@ 2009-10-29 16:53 ` Neil Bothwick
2009-10-29 19:17 ` Paul Hartman
0 siblings, 1 reply; 12+ messages in thread
From: Neil Bothwick @ 2009-10-29 16:53 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 709 bytes --]
On Thu, 29 Oct 2009 11:45:54 -0500, Paul Hartman wrote:
> >> Are there any tricks to remove all of kde4, or do
> >> I have to do it manually?
> >
> > The set and the meta-package pull in basically the same packages.
> > Unmerge the set, emerge kde-meta then do a depclean to catch any
> > stragglers.
>
> I would just delete the set from the world_sets file, then emerge
> kde-meta, then depclean... much easier than unmerging everything and
> recompiling it.
Sorry, that's what I meant. I was thinking that unmerging a set was like
unmerging a meta-package, that only the set itself would go.
--
Neil Bothwick
If nothing sticks to Teflon, how do they stick teflon on the pan?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] removing kde4(sets)
2009-10-29 15:04 [gentoo-user] removing kde4(sets) James
2009-10-29 15:41 ` Neil Bothwick
@ 2009-10-29 19:09 ` Alan McKinnon
2009-10-30 18:53 ` [gentoo-user] " James
1 sibling, 1 reply; 12+ messages in thread
From: Alan McKinnon @ 2009-10-29 19:09 UTC (permalink / raw
To: gentoo-user
On Thursday 29 October 2009 17:04:47 James wrote:
> Hello,
>
> I've decided to just completely remove kde4(sets)
> and install kde4-meta.
>
>
> Are there any tricks to remove all of kde4, or do
> I have to do it manually?
A set is nothing more than a list of packages. You can even think of it as
putting the entire set in world, with the additional feature of portage
knowing what is in a set (so you cna merge and unmerge it with one command.
Remove the offending lines from /var/lib/portage/world_sets, then merge the
-meta packages you want, finally --depclean to take away those you don't want.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] removing kde4(sets)
2009-10-29 16:53 ` Neil Bothwick
@ 2009-10-29 19:17 ` Paul Hartman
2009-10-29 19:21 ` Alan McKinnon
2009-10-29 20:03 ` Neil Bothwick
0 siblings, 2 replies; 12+ messages in thread
From: Paul Hartman @ 2009-10-29 19:17 UTC (permalink / raw
To: gentoo-user
On Thu, Oct 29, 2009 at 11:53 AM, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Thu, 29 Oct 2009 11:45:54 -0500, Paul Hartman wrote:
>
>> >> Are there any tricks to remove all of kde4, or do
>> >> I have to do it manually?
>> >
>> > The set and the meta-package pull in basically the same packages.
>> > Unmerge the set, emerge kde-meta then do a depclean to catch any
>> > stragglers.
>>
>> I would just delete the set from the world_sets file, then emerge
>> kde-meta, then depclean... much easier than unmerging everything and
>> recompiling it.
>
> Sorry, that's what I meant. I was thinking that unmerging a set was like
> unmerging a meta-package, that only the set itself would go.
Ah, okay, we meant the same thing then. :) AFAK emerge -C @set will
remove everything in @set but there's no portage command to remove the
set definition without unmerging what's in it. I could be wrong on
that, though.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] removing kde4(sets)
2009-10-29 19:17 ` Paul Hartman
@ 2009-10-29 19:21 ` Alan McKinnon
2009-10-29 20:03 ` Neil Bothwick
1 sibling, 0 replies; 12+ messages in thread
From: Alan McKinnon @ 2009-10-29 19:21 UTC (permalink / raw
To: gentoo-user
On Thursday 29 October 2009 21:17:23 Paul Hartman wrote:
> On Thu, Oct 29, 2009 at 11:53 AM, Neil Bothwick <neil@digimed.co.uk> wrote:
> > On Thu, 29 Oct 2009 11:45:54 -0500, Paul Hartman wrote:
> >> >> Are there any tricks to remove all of kde4, or do
> >> >> I have to do it manually?
> >> >
> >> > The set and the meta-package pull in basically the same packages.
> >> > Unmerge the set, emerge kde-meta then do a depclean to catch any
> >> > stragglers.
> >>
> >> I would just delete the set from the world_sets file, then emerge
> >> kde-meta, then depclean... much easier than unmerging everything and
> >> recompiling it.
> >
> > Sorry, that's what I meant. I was thinking that unmerging a set was like
> > unmerging a meta-package, that only the set itself would go.
>
> Ah, okay, we meant the same thing then. :) AFAK emerge -C @set will
> remove everything in @set but there's no portage command to remove the
> set definition without unmerging what's in it. I could be wrong on
> that, though.
You could be wrong, but you are not :-)
Your understanding of emerge -C @<set> is correct.
Portage treats the contents of a set as strictly depending on the set itself.
So there is no way to remove a set definition and leave it's child packages
intact - they would then be orphans.
Unless of course the child packages are themselves in world or depend on
something in world. But that's a side-effect of something else altogether and
not relevant to set behaviour.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] removing kde4(sets)
2009-10-29 19:17 ` Paul Hartman
2009-10-29 19:21 ` Alan McKinnon
@ 2009-10-29 20:03 ` Neil Bothwick
1 sibling, 0 replies; 12+ messages in thread
From: Neil Bothwick @ 2009-10-29 20:03 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 586 bytes --]
On Thu, 29 Oct 2009 14:17:23 -0500, Paul Hartman wrote:
> > Sorry, that's what I meant. I was thinking that unmerging a set was
> > like unmerging a meta-package, that only the set itself would go.
>
> Ah, okay, we meant the same thing then. :) AFAK emerge -C @set will
> remove everything in @set but there's no portage command to remove the
> set definition without unmerging what's in it. I could be wrong on
> that, though.
You're wrong about that because you're right - I was wrong.
--
Neil Bothwick
This man is depriving a village somewhere of an idiot
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-user] Re: removing kde4(sets)
2009-10-29 19:09 ` Alan McKinnon
@ 2009-10-30 18:53 ` James
2009-10-30 20:33 ` Alan McKinnon
0 siblings, 1 reply; 12+ messages in thread
From: James @ 2009-10-30 18:53 UTC (permalink / raw
To: gentoo-user
Alan McKinnon <alan.mckinnon <at> gmail.com> writes:
> Remove the offending lines from /var/lib/portage/world_sets, then merge the
> -meta packages you want, finally --depclean to take away those you don't want.
I'm sure glad, the '3 wisemen' (wiseguys?) all agree.
Planets now converging;
World peace is imminent;
and I shall have a good night sleep.....
AAU Basketball (tournament) all day;
then KDE4 adventures!
thx,
James
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Re: removing kde4(sets)
2009-10-30 18:53 ` [gentoo-user] " James
@ 2009-10-30 20:33 ` Alan McKinnon
2009-10-31 0:46 ` Neil Bothwick
0 siblings, 1 reply; 12+ messages in thread
From: Alan McKinnon @ 2009-10-30 20:33 UTC (permalink / raw
To: gentoo-user
On Friday 30 October 2009 20:53:24 James wrote:
> Alan McKinnon <alan.mckinnon <at> gmail.com> writes:
> > Remove the offending lines from /var/lib/portage/world_sets, then merge
> > the -meta packages you want, finally --depclean to take away those you
> > don't want.
>
> I'm sure glad, the '3 wisemen' (wiseguys?) all agree.
> Planets now converging;
> World peace is imminent;
> and I shall have a good night sleep.....
> AAU Basketball (tournament) all day;
basketball you say? I dunno much about basketball, but ...
tomorrow I shall take myself off to see my special good friend Peter who is
giving me a fantastic deal on a brand new mother of a motorcycle. And in the
afternoon I shall watch the Blue Bulls thrash the living daylights out of the
FreeState Cheetahs in the Currie Cup rugby final.
Oh wait, that's all ZA stuff. You probably have no idea what I'm on about :-)
Enjoy your game!
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Re: removing kde4(sets)
2009-10-30 20:33 ` Alan McKinnon
@ 2009-10-31 0:46 ` Neil Bothwick
2009-10-31 19:31 ` Alan McKinnon
0 siblings, 1 reply; 12+ messages in thread
From: Neil Bothwick @ 2009-10-31 0:46 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 580 bytes --]
On Fri, 30 Oct 2009 22:33:15 +0200, Alan McKinnon wrote:
> tomorrow I shall take myself off to see my special good friend Peter
> who is giving me a fantastic deal on a brand new mother of a
> motorcycle. And in the afternoon I shall watch the Blue Bulls thrash
> the living daylights out of the FreeState Cheetahs in the Currie Cup
> rugby final.
>
> Oh wait, that's all ZA stuff. You probably have no idea what I'm on
> about :-)
Actually, we have motorcycles in this part of the world too :P
--
Neil Bothwick
Angular Momentum Makes The World Go 'Round
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Re: removing kde4(sets)
2009-10-31 0:46 ` Neil Bothwick
@ 2009-10-31 19:31 ` Alan McKinnon
0 siblings, 0 replies; 12+ messages in thread
From: Alan McKinnon @ 2009-10-31 19:31 UTC (permalink / raw
To: gentoo-user
On Saturday 31 October 2009 02:46:34 Neil Bothwick wrote:
> On Fri, 30 Oct 2009 22:33:15 +0200, Alan McKinnon wrote:
> > tomorrow I shall take myself off to see my special good friend Peter
> > who is giving me a fantastic deal on a brand new mother of a
> > motorcycle. And in the afternoon I shall watch the Blue Bulls thrash
> > the living daylights out of the FreeState Cheetahs in the Currie Cup
> > rugby final.
> >
> > Oh wait, that's all ZA stuff. You probably have no idea what I'm on
> > about :-)
>
> Actually, we have motorcycles in this part of the world too :P
REALLY????????????
But, but, but, but ... it pisses with rain all the time in the UK!!!! And the
English are whingers of not.
Now the Scots - they are different. They'll ride their bikes come rain, snow,
hail, or anything else :-)
And the Bulls won the rugby. They didn't have it easy, the Cheetahs put up a
heck of a fight.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2009-10-31 19:32 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-29 15:04 [gentoo-user] removing kde4(sets) James
2009-10-29 15:41 ` Neil Bothwick
2009-10-29 16:45 ` Paul Hartman
2009-10-29 16:53 ` Neil Bothwick
2009-10-29 19:17 ` Paul Hartman
2009-10-29 19:21 ` Alan McKinnon
2009-10-29 20:03 ` Neil Bothwick
2009-10-29 19:09 ` Alan McKinnon
2009-10-30 18:53 ` [gentoo-user] " James
2009-10-30 20:33 ` Alan McKinnon
2009-10-31 0:46 ` Neil Bothwick
2009-10-31 19:31 ` Alan McKinnon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox