* [gentoo-user] kde:3.5 how to phase out
@ 2009-05-12 9:25 Helmut Jarausch
2009-05-12 9:48 ` Dale
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Helmut Jarausch @ 2009-05-12 9:25 UTC (permalink / raw
To: gentoo-user
Hi,
I'd like to phase out KDE:3.5. One reason is, that I cannot install
both, 3.5 and 4.2 without using 'prefix'.
For doing so, I need to find out which (installed) packages use which
parts of KDE:3.5. Is there something better than unmerge all of KDE:3.5
and let revdep-rebuild find out.
Furthermore, how to unmerge all of KDE:3.5, e.g.
emerge --unmerge kde-base/kde-meta:3.5
does not work.
Many thanks for a hint,
Helmut.
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] kde:3.5 how to phase out
2009-05-12 9:25 [gentoo-user] kde:3.5 how to phase out Helmut Jarausch
@ 2009-05-12 9:48 ` Dale
2009-05-12 10:04 ` Arttu V.
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Dale @ 2009-05-12 9:48 UTC (permalink / raw
To: gentoo-user
Helmut Jarausch wrote:
> Hi,
>
> I'd like to phase out KDE:3.5. One reason is, that I cannot install
> both, 3.5 and 4.2 without using 'prefix'.
>
> For doing so, I need to find out which (installed) packages use which
> parts of KDE:3.5. Is there something better than unmerge all of KDE:3.5
> and let revdep-rebuild find out.
>
> Furthermore, how to unmerge all of KDE:3.5, e.g.
> emerge --unmerge kde-base/kde-meta:3.5
> does not work.
>
> Many thanks for a hint,
> Helmut.
>
>
Did you install by using kde-meta or some of its friends? If so,
unmerge the meta package then run emerge -p --depclean and make sure you
are not loosing anything you want to keep, then run revdep-rebuild to
make sure all is still sane.
Also, you can remove anything kde 3.5 in your world file, then run
depclean to remove it. Keep in mind that the world file supports
version specific lines now.
I'm sure some other guru will come along with other ideas but one of
those should work. May not be perfect but is anything ever perfect?
Dale
:-) :-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] kde:3.5 how to phase out
2009-05-12 9:25 [gentoo-user] kde:3.5 how to phase out Helmut Jarausch
2009-05-12 9:48 ` Dale
@ 2009-05-12 10:04 ` Arttu V.
2009-05-12 10:24 ` Jesús Guerrero
2009-05-12 16:40 ` Dirk Heinrichs
3 siblings, 0 replies; 6+ messages in thread
From: Arttu V. @ 2009-05-12 10:04 UTC (permalink / raw
To: gentoo-user
On 5/12/09, Helmut Jarausch <jarausch@igpm.rwth-aachen.de> wrote:
> Hi,
>
> I'd like to phase out KDE:3.5. One reason is, that I cannot install
> both, 3.5 and 4.2 without using 'prefix'.
>
> For doing so, I need to find out which (installed) packages use which
> parts of KDE:3.5. Is there something better than unmerge all of KDE:3.5
> and let revdep-rebuild find out.
>
> Furthermore, how to unmerge all of KDE:3.5, e.g.
> emerge --unmerge kde-base/kde-meta:3.5
> does not work.
Some of your questions are answered here, right on the top (I hope I
link to the up-to-date version and not the outdated one):
http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml
http://www.gentoo.org/proj/en/desktop/kde/
I don't know if my advice beyond those links is of any use as I did it
all the "wrong" way -- didn't unmerge previous kde, just unmasked the
new kde versions, didn't use sets, still have USE="-kdeprefix" etc.
Still, sky didn't fall on me, at least not until I unmasked the
then-unstable xorg 1.5 ...
--
Arttu V.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] kde:3.5 how to phase out
2009-05-12 9:25 [gentoo-user] kde:3.5 how to phase out Helmut Jarausch
2009-05-12 9:48 ` Dale
2009-05-12 10:04 ` Arttu V.
@ 2009-05-12 10:24 ` Jesús Guerrero
2009-05-12 16:40 ` Dirk Heinrichs
3 siblings, 0 replies; 6+ messages in thread
From: Jesús Guerrero @ 2009-05-12 10:24 UTC (permalink / raw
To: gentoo-user
On Tue, May 12, 2009 11:25, Helmut Jarausch wrote:
> Hi,
>
>
> I'd like to phase out KDE:3.5. One reason is, that I cannot install
> both, 3.5 and 4.2 without using 'prefix'.
>
> For doing so, I need to find out which (installed) packages use which
> parts of KDE:3.5. Is there something better than unmerge all of KDE:3.5 and
> let revdep-rebuild find out.
How about this?
$ equery d kdelibs:3.5
> Furthermore, how to unmerge all of KDE:3.5, e.g.
> emerge --unmerge kde-base/kde-meta:3.5 does not work.
Unmerge whatever kde:3.5 packages you installed by hand then use
--depclean to clear the dependencies.
--
Jesús Guerrero
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] kde:3.5 how to phase out
2009-05-12 9:25 [gentoo-user] kde:3.5 how to phase out Helmut Jarausch
` (2 preceding siblings ...)
2009-05-12 10:24 ` Jesús Guerrero
@ 2009-05-12 16:40 ` Dirk Heinrichs
2009-05-13 7:43 ` Roy Wright
3 siblings, 1 reply; 6+ messages in thread
From: Dirk Heinrichs @ 2009-05-12 16:40 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 241 bytes --]
Am Dienstag, 12. Mai 2009 11:25:07 schrieb Helmut Jarausch:
> Furthermore, how to unmerge all of KDE:3.5, e.g.
> emerge --unmerge kde-base/kde-meta:3.5
> does not work.
paludis --uninstall --with-dependencies =kdelibs-3.5.9
HTH...
Dirk
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] kde:3.5 how to phase out
2009-05-12 16:40 ` Dirk Heinrichs
@ 2009-05-13 7:43 ` Roy Wright
0 siblings, 0 replies; 6+ messages in thread
From: Roy Wright @ 2009-05-13 7:43 UTC (permalink / raw
To: gentoo-user
Dirk Heinrichs wrote:
> Am Dienstag, 12. Mai 2009 11:25:07 schrieb Helmut Jarausch:
>
>> Furthermore, how to unmerge all of KDE:3.5, e.g.
>> emerge --unmerge kde-base/kde-meta:3.5
>> does not work.
>
> paludis --uninstall --with-dependencies =kdelibs-3.5.9
>
If you have openoffice installed, it will need to be compiled without
the kde use flag. Also to compile it make sure you have a default boost
selected by using eselect boost.
Afterwards you may want to package.mask =kde-base/kdelibs-3.5*
A revdep-rebuild is probably in order too.
HTH,
Roy
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-05-13 7:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-12 9:25 [gentoo-user] kde:3.5 how to phase out Helmut Jarausch
2009-05-12 9:48 ` Dale
2009-05-12 10:04 ` Arttu V.
2009-05-12 10:24 ` Jesús Guerrero
2009-05-12 16:40 ` Dirk Heinrichs
2009-05-13 7:43 ` Roy Wright
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox