Gentoo Archives: gentoo-user

From: Ernie Schroder <schroder@×××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] getting rid of gnome
Date: Wed, 18 Jan 2006 19:25:29
Message-Id: 200601181421.19466.schroder@ntplx.net
In Reply to: Re: [gentoo-user] getting rid of gnome by "Arnau Bria Ramírez"
1 On Wednesday 18 January 2006 11:56, a tiny voice compelled Arnau Bria Ramírez
2 to write:
3 > El Wed, 18 Jan 2006 10:36:23 -0500
4 >
5 > Ernie Schroder dijo:
6 > > I've been trying to get rid of gnome.
7 >
8 > Try this:
9 > qpkg -nc -q -I -v gnome | grep '^[a-z]' | sed 's/^/=/' | xargs emerge -p
10 > unmerge
11 >
12 > I found it in forums a long time ago and it cleaned gnome from my system
13 > perfectly.
14 >
15 > > I have done
16 > > # emerge -C gnome-icon-theme libgnomeui libbonoboui gconf after finding
17 > > the first gnome packages wanted orbit, which I had already removed. Now:
18 > >
19 > > $ sudo emerge -uDatv world
20 > >
21 > > These are the packages that I would merge, in reverse order:
22 > >
23 > > Calculating world dependencies ...done!
24 > > [ebuild N ] x11-themes/gnome-icon-theme-2.10.1 -debug 0 kB
25 > > [ebuild N ] gnome-base/libgnomeui-2.10.1 -debug -doc +jpeg -static
26 > > 0 kB [ebuild N ] gnome-base/libbonoboui-2.10.1 +X -debug -doc
27 > > -static 0 kB [ebuild N ] gnome-base/gconf-2.10.1-r1 -debug -doc
28 > > -static 0 kB [ebuild N ] gnome-base/orbit-2.12.3 -debug -doc
29 > > +ssl -static 0 kB [ebuild U ] x11-terms/xterm-207 [204] -Xaw3d -doc
30 > > -toolbar +truetype -unicode 727 kB
31 > >
32 > > Total size of downloads: 727 kB
33 > >
34 > > Do you want me to merge these packages? [Yes/No]
35 > >
36 > > How can I stop portage from wanting to update these packages?
37 >
38 > --
39 > Arnau Bria
40 >
41 > Somos una generacion de hombres criados por mujeres, me pregunto si
42 > realmente otra mujer será la respuesta que necesitamos
43 Well, I've tried Holly's suggestions and portage still wanted to add the gnome
44 packages above. I tried your command and a lot of gnome packages were removed
45 but now:
46
47 $ sudo emerge -uaDtNv world
48
49 These are the packages that I would merge, in reverse order:
50
51 Calculating world dependencies ...done!
52 [ebuild N ] x11-themes/gnome-themes-2.10.2 -accessibility -debug 0 kB
53 [ebuild N ] x11-themes/gnome-icon-theme-2.10.1 -debug 0 kB
54 [ebuild N ] gnome-extra/evolution-data-server-1.2.3 -debug -doc +ipv6
55 -kerberos +ldap +mozilla -nntp +ssl 0 kB
56 [ebuild N ] gnome-base/libgnomeui-2.10.1 -debug -doc +jpeg -static 0 kB
57 [ebuild N ] gnome-base/gnome-keyring-0.4.4 -debug -static 0 kB
58 [ebuild N ] gnome-base/libbonoboui-2.10.1 +X -debug -doc -static 0 kB
59 [ebuild N ] gnome-base/libgnome-2.10.1-r1 -debug -doc +esd -static 0
60 kB
61 [ebuild N ] gnome-base/libgnomecanvas-2.10.2 +X -debug -doc -static 0
62 kB
63 [nomerge ] media-gfx/gimp-2.2.8-r1 +aalib (-altivec) -debug -doc
64 +gimpprint +gtkhtml -hardened +jpeg +lcms +mmx +mng +png +python -smp -sse
65 -svg +tiff -wmf
66 [ebuild N ] gnome-extra/gtkhtml-2.6.3 -accessibility -debug 0 kB
67 [ebuild N ] gnome-base/gnome-vfs-2.10.1-r2 -debug -doc -gnutls -hal
68 -howl +ipv6 +samba +ssl 0 kB
69 [ebuild N ] gnome-base/libbonobo-2.10.1 -debug -doc -static 0 kB
70 [ebuild N ] gnome-base/gconf-2.10.1-r1 -debug -doc -static 0 kB
71 [ebuild N ] gnome-base/gnome-mime-data-2.4.2 -debug 0 kB
72 [ebuild N ] gnome-base/orbit-2.12.3 -debug -doc +ssl -static 0 kB
73
74 Total size of downloads: 0 kB
75
76 Do you want me to merge these packages? [Yes/No]
77
78 This has me a bit confused. Could it be gimp compiled with some USE flag that
79 is grabbing the gnome packages?
80 --
81 Regards, Ernie
82
83 --
84 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] getting rid of gnome James Ausmus <james.ausmus@×××××.com>
Re: [gentoo-user] getting rid of gnome Neil Bothwick <neil@××××××××××.uk>