* [gentoo-user] How to unmerge kde 4.1?
@ 2008-09-22 12:46 Roy Wright
2008-09-22 13:02 ` Dale
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Roy Wright @ 2008-09-22 12:46 UTC (permalink / raw
To: gentoo-user
Howdy,
Trying to switch from kde-portage to kde-testing overlays did not
progress well. What I'd like to do to recover is unmerge all the kde
4.1 stuff and start over. Does anyone know a simple way (maybe a
script) to do this? As far as I'm concerned, I'd really like to unmerge
everything installed from the overlay.
Thank you,
Roy
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] How to unmerge kde 4.1?
2008-09-22 12:46 [gentoo-user] How to unmerge kde 4.1? Roy Wright
@ 2008-09-22 13:02 ` Dale
2008-09-22 14:07 ` Roy Wright
2008-09-22 13:56 ` Alan McKinnon
` (2 subsequent siblings)
3 siblings, 1 reply; 7+ messages in thread
From: Dale @ 2008-09-22 13:02 UTC (permalink / raw
To: gentoo-user
Roy Wright wrote:
> Howdy,
>
> Trying to switch from kde-portage to kde-testing overlays did not
> progress well. What I'd like to do to recover is unmerge all the kde
> 4.1 stuff and start over. Does anyone know a simple way (maybe a
> script) to do this? As far as I'm concerned, I'd really like to unmerge
> everything installed from the overlay.
>
> Thank you,
> Roy
>
>
>
Since KDE 4 is still masked, I would think you could remove the keyword
and unmask files then do a --depclean. I would also do a -p with that
just in case.
It's just a thought.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] How to unmerge kde 4.1?
2008-09-22 12:46 [gentoo-user] How to unmerge kde 4.1? Roy Wright
2008-09-22 13:02 ` Dale
@ 2008-09-22 13:56 ` Alan McKinnon
2008-09-22 15:38 ` Paul Hartman
2008-10-04 23:43 ` [gentoo-user] How to unmerge kde 4.1? [solved] Roy Wright
3 siblings, 0 replies; 7+ messages in thread
From: Alan McKinnon @ 2008-09-22 13:56 UTC (permalink / raw
To: gentoo-user
On Monday 22 September 2008 14:46:36 Roy Wright wrote:
> Howdy,
>
> Trying to switch from kde-portage to kde-testing overlays did not
> progress well. What I'd like to do to recover is unmerge all the kde
> 4.1 stuff and start over. Does anyone know a simple way (maybe a
> script) to do this? As far as I'm concerned, I'd really like to unmerge
> everything installed from the overlay.
>
> Thank you,
> Roy
Edit your world file and remove all kde stuff with a 4.1 SLOT
emerge --depclean
then adapt package.{keywords,unamsk} and emerge the kde you do want
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] How to unmerge kde 4.1?
2008-09-22 13:02 ` Dale
@ 2008-09-22 14:07 ` Roy Wright
0 siblings, 0 replies; 7+ messages in thread
From: Roy Wright @ 2008-09-22 14:07 UTC (permalink / raw
To: gentoo-user
Dale wrote:
> Since KDE 4 is still masked, I would think you could remove the keyword
> and unmask files then do a --depclean. I would also do a -p with that
> just in case.
>
> It's just a thought.
>
> Dale
>
> :-) :-)
>
Ah, that triggered a memory and with a little checking found a problem.
When kde-portage overlay was used, I had added a symlink:
package.unmask # ls -l
total 8
lrwxrwxrwx 1 root root 77 2008-08-31 18:00 kdesvn ->
/usr/portage/local/layman/kdesvn-portage/Documentation/portage/package.unmask
which is no longer available in kde-testing overlay:
package.unmask # ls /usr/portage/local/layman/kde-testing/Documentation/
kde-guide.xml package.keywords README TODO
Same for package.keywords
Off to try to discover what it's all been changed to...
Thank you,
Roy
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] How to unmerge kde 4.1?
2008-09-22 12:46 [gentoo-user] How to unmerge kde 4.1? Roy Wright
2008-09-22 13:02 ` Dale
2008-09-22 13:56 ` Alan McKinnon
@ 2008-09-22 15:38 ` Paul Hartman
2008-09-22 15:43 ` s3b4sm4gr1
2008-10-04 23:43 ` [gentoo-user] How to unmerge kde 4.1? [solved] Roy Wright
3 siblings, 1 reply; 7+ messages in thread
From: Paul Hartman @ 2008-09-22 15:38 UTC (permalink / raw
To: gentoo-user
On Mon, Sep 22, 2008 at 7:46 AM, Roy Wright <roy@wright.org> wrote:
> Howdy,
>
> Trying to switch from kde-portage to kde-testing overlays did not
> progress well. What I'd like to do to recover is unmerge all the kde
> 4.1 stuff and start over. Does anyone know a simple way (maybe a
> script) to do this? As far as I'm concerned, I'd really like to unmerge
> everything installed from the overlay.
Unmerge the packages you specifically merged (kde-meta:4.1 perhaps;
whichever packages are in your world file) then run depclean. That's
how I do it.
Paul
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] How to unmerge kde 4.1?
2008-09-22 15:38 ` Paul Hartman
@ 2008-09-22 15:43 ` s3b4sm4gr1
0 siblings, 0 replies; 7+ messages in thread
From: s3b4sm4gr1 @ 2008-09-22 15:43 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1231 bytes --]
2008/9/23 Paul Hartman
<paul.hartman+gentoo@gmail.com<paul.hartman%2Bgentoo@gmail.com>
>
> On Mon, Sep 22, 2008 at 7:46 AM, Roy Wright <roy@wright.org> wrote:
> > Howdy,
> >
> > Trying to switch from kde-portage to kde-testing overlays did not
> > progress well. What I'd like to do to recover is unmerge all the kde
> > 4.1 stuff and start over. Does anyone know a simple way (maybe a
> > script) to do this? As far as I'm concerned, I'd really like to unmerge
> > everything installed from the overlay.
>
> Unmerge the packages you specifically merged (kde-meta:4.1 perhaps;
> whichever packages are in your world file) then run depclean. That's
> how I do it.
>
> Paul
>
>
cd to the kdesvn overlay in every category and emerge --unmerge *, then
cleanup your portage configuration files.. You can always make sure all is
fine by running depclean and then revdep-rebuild...
--
En el pasado creímos que se nos acababa
el petróleo, pero en realidad lo que se nos
acababan eran las IDEAS.
http://www.lacomunidadpetrolera.com
Gentoo/* (Linux #455615) www.gentoove.org
53:04:4e:b5:f9:7e:4a:fb:66:a2:19:12:da:d5:97:f8
8A3A C955 715D D88A 87CD E21F F827 ADD7 F589 B4A4
Sebastian Magrí (sebasmagri) <sebasmagri_at_gmail_dot_com>
[-- Attachment #2: Type: text/html, Size: 1789 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] How to unmerge kde 4.1? [solved]
2008-09-22 12:46 [gentoo-user] How to unmerge kde 4.1? Roy Wright
` (2 preceding siblings ...)
2008-09-22 15:38 ` Paul Hartman
@ 2008-10-04 23:43 ` Roy Wright
3 siblings, 0 replies; 7+ messages in thread
From: Roy Wright @ 2008-10-04 23:43 UTC (permalink / raw
To: gentoo-user
Roy Wright wrote:
> Trying to switch from kde-portage to kde-testing overlays did not
> progress well. What I'd like to do to recover is unmerge all the kde
> 4.1 stuff and start over. Does anyone know a simple way (maybe a
> script) to do this? As far as I'm concerned, I'd really like to unmerge
> everything installed from the overlay.
Thanks everyone! I ended up using eix to find the files, then piped the
output to a file and edited to have it unmerge them. Here's the eix
command if you are interested:
eix -C kde-base --installed-slot 4.1 --only-names
Have fun,
Roy
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-10-04 23:43 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-22 12:46 [gentoo-user] How to unmerge kde 4.1? Roy Wright
2008-09-22 13:02 ` Dale
2008-09-22 14:07 ` Roy Wright
2008-09-22 13:56 ` Alan McKinnon
2008-09-22 15:38 ` Paul Hartman
2008-09-22 15:43 ` s3b4sm4gr1
2008-10-04 23:43 ` [gentoo-user] How to unmerge kde 4.1? [solved] Roy Wright
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox