Gentoo Archives: gentoo-user

From: Michael Sullivan <msulli1355@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Decrapifying my system
Date: Sun, 17 Jul 2011 22:21:09
Message-Id: 4E235FFE.4020106@gmail.com
In Reply to: [gentoo-user] Re: Decrapifying my system by walt
1 My /usr/portage is shared via NFS from another machine on the network,
2 so space there isn't really a problem. Yet. Anyway, I did an eclean
3 distfiles a couple of days ago, along with an eclean packages for all
4 three machines on the network...
5
6 On 07/17/11 17:14, walt wrote:
7 > On 07/17/2011 02:28 PM, James Wall wrote:
8 >> On Sun, Jul 17, 2011 at 4:19 PM, Michael Sullivan <msulli1355@×××××.com> wrote:
9 >>> I'm running into space issues (my / partition is at 99% of capacity) and
10 >>> I'd like some advice on what I can remove and how. My USE line in
11 >>> /etc/make.conf looks like this:
12 >>>
13 >>> USE="-setup declarative static-libs gallium moonlight semantic-desktop
14 >>> -kdeprefix -aqua policykit cdda vhosts automount flashblock jadetex
15 >>> vanilla additions mplayer -evo gentoo a52 -asterisk dbus ctype session
16 >>> zaptel ivtv -kerberos gphoto2 pcre mode-owner -firefox seamonkey
17 >>> -mozilla candy apache2 oss -apm alsa arts avi berkdb bitmap-fonts cdr
18 >>> crypt cups doc encode fortran f77 foomaticdb gdbm gif gpm -gnome
19 >>> gstreamer -gtk -gtk2 imlib jpeg -kde libg++ libwww mad mikmod motif mpeg
20 >>> ncurses nls oggvorbis pam pdf lib png ppds python -qt quicktime readline
21 >>> -samba sasl sdl threads nntp spell ssl svga tcltk tcpd truetype usb X
22 >>> xml xml2 xmms xv zlib x86 imap offensive java mysql examples mmx mmx2
23 >>> perl divx4linux real mmxext audiofile nas snmp hal unicode guile slp
24 >>> tidy dvd dvdr dvdread flash glut new-login browserplugin nsplugin bzip2
25 >>> win32codecs v4l v4l2 ruby sql lirc mythtv dvb ffmpeg userlocales php
26 >>> -debug jack jack-tempfs portaudio bash-completion bind-mysql joystick
27 >>> cli cgi ftp dba nptl nptlonly libclamav syslog jikes mpm-leader ithreads
28 >>> -nautilus tcl expat"
29 >>>
30 >>> and I'd like to completely remove both gnome and kde (except for kpat).
31 >>> I use xfce, so that shouldn't be a problem, right? I've tried emerge
32 >>> -C gnome and emerge -C kde, but the gnome line only unmerged the final
33 >>> gnome package, and the kde line didn't work at all (I'm thinking it's
34 >>> called kde-meta now), but unmerging kde-meta only unmerged the final kde
35 >>> package. How do I do this?
36 >>>
37 >>>
38 >>
39 >> I would recommend using emerge -p --depclean to see what can be yanked
40 >> off automatically. since you have the gnome and kde-meta packages
41 >> already uninstalled it should pull all the chunks out for you.
42 >
43 > I also use "eclean-dist -d" every week or two to delete the obsolete source
44 > tarballs from /usr/portage/distfiles. Sometimes I free up a huge amount of
45 > disk space that way.
46 >
47 >
48 >