

Code: Select all
app-admin/hddtemp
app-admin/logrotate
app-admin/metalog
app-admin/sudo
app-admin/testdisk
app-arch/p7zip
app-arch/rar
app-arch/tarsync
app-arch/unrar
app-cdr/cdrtools
app-cdr/iat
app-editors/nano
app-emulation/virtualbox-additions
app-emulation/virtualbox-extpack-oracle
app-emulation/wine-staging
app-misc/mc
app-portage/cpuid2cpuflags
app-portage/emerge-delta-webrsync
app-portage/gentoolkit
app-shells/bash-completion
app-shells/gentoo-bashcomp
dev-util/strace
games-emulation/dosbox
kde-apps/dolphin
kde-apps/konsole
kde-apps/okular
kde-plasma/plasma-meta
media-gfx/exif
media-gfx/xsane
media-sound/alsa-utils
media-sound/bluez-alsa
media-sound/mp3splt
media-sound/mp3val
media-tv/w_scan
media-video/mplayer
media-video/mpv
net-ftn/golded+
net-ftn/qicoxe
net-misc/dhcpcd
net-misc/minidlna
net-misc/ntp
net-p2p/ktorrent
net-p2p/syncthing
sys-apps/hdparm
sys-apps/memtest86+
sys-apps/mlocate
sys-apps/swapspace
sys-apps/usbutils
sys-boot/grub
sys-fs/mdadm
sys-fs/mtpfs
sys-fs/ntfs3g
sys-kernel/gentoo-sources
sys-kernel/linux-firmware
sys-power/acpid
sys-process/cronie
sys-process/htop
virtual/husky
www-client/firefox
Code: Select all
for i in `cat /var/lib/portage/world`;do printf "$i:\n";qdepends -Q -qq $i;done
Code: Select all
for i in `cat /var/lib/portage/world`
do
if emerge -p --depclean $i | grep "These are the packages that would be unmerged:">null
then echo $i >>/var/lib/portage/world-new
else echo "removing:" $i
fi
done
mv /var/lib/portage/world /var/lib/portage/world-previous
mv /var/lib/portage/world-new /var/lib/portage/world

I so miss porthole: it helped at getting a quicker view on dependencies. But I understand that portholeAll these scripts that help clean your world file are only advisories.
You decide what you really want there.
A leap of faith, careful judgement and analysis.world file is practically the only place in your computer where you delete everything you do not know what it is for.
Thanks for the clear statement too.Another general rule, libraries are dependencies and shouldn't be in world


