Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Getting rid of all kde components
Date: Tue, 18 Nov 2008 06:36:17
Message-Id: 200811180836.09815.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] Getting rid of all kde components by Harry Putnam
1 On Tuesday 18 November 2008 08:14:02 Harry Putnam wrote:
2 > I've decided to stop using KDE after yrs of use... given that gentoo
3 > compiles everything from scratch, its just getting to much time lost
4 > jacking around with kde during upgrades.
5 >
6 > But also I'd forgotten what the oldtime linux desktops were like.
7 > fvwm was the main one in use when I started circa 1997.
8 >
9 > I see blackbox is even a bit more stark... but since I am mainly
10 > command line oriented it doesn't present a problem.
11 >
12 > But cutting to the chase here, I'm getting rid of KDE but I see
13 > kde-base/arts shows lots of dependencies. Even now that I've changed
14 > my USE flag `kde' to `-kde'
15
16 remove arts and any other kde-related flags from USE and package.use. Unmerge
17 arts, continue
18
19 arts is only used in kde, it's a piece of utter trash and totally not needed -
20 everything it ever did can now be done by alsa.
21
22 > qdepends -C kde-base/arts|awk '{gsub(/ /,"\n");print}'
23 > kde-base/arts-3.5.10:
24 > x11-libs/qt:3
25 >
26 > >=dev-libs/glib-2
27 >
28 > media-libs/alsa-lib
29 > media-libs/libogg
30 > media-libs/libvorbis
31 > media-sound/esound
32 > media-libs/libmad
33 > media-libs/audiofile
34 > dev-util/pkgconfig
35 > =sys-devel/automake-1.9*
36 >
37 > >=sys-devel/autoconf-2.61
38 >
39 > sys-devel/libtool
40 > sys-devel/make
41 > dev-util/pkgconfig
42 > dev-lang/perl
43 >
44 > I'm pretty sure at least some of this doesn't actually depend on
45 > kde-base/arts but not quite sure what to make of the output.
46
47 You have it the wrong way round. Those packages do not depend on arts, instead
48 arts depends on them. They are needed to either run or to build arts.
49
50 Don't worry about it. portage knows how to build anything that's missing after
51 you are done cleaning up
52
53 --
54 alan dot mckinnon at gmail dot com

Replies

Subject Author
[gentoo-user] Re: Getting rid of all kde components Harry Putnam <reader@×××××××.com>