Michael Kintzios wrote:

If you have an old monolithic KDE install (in my case KDE-3.2.x) and
would like to unmerge it along with all the kde 3.2.x packages and
exclusive dependencies to save some space, how would you do it?  How
could one ensure that there will be no apps/deps out there, which will
try to re-emerge this old version afresh?
I have a script that does this (found on this forum a while ago):

for x in `ls /usr/portage/kde-base`; do
 if [ "$x" != "CVS" ]; then
   echo -n "=kde-base/$x-3.2* "
 fi
done |xargs emerge -Cv

Cheers,
Kevin

--
gentoo-user@gentoo.org mailing list

Reply via email to