Re: [gentoo-amd64] Quick Portage How to

2007-03-21 Thread Mark Knecht
?? eix -I gentoo-sources ?? On 3/21/07, Mark Haney [EMAIL PROTECTED] wrote: Is there a way I can get portage to show me all the listed kernel sources I've installed? When I've removed kernel sources I no longer need because of upgrades I've just rm -rf the kernel directory. Since I've done

Re: [gentoo-amd64] Quick Portage How to

2007-03-21 Thread Bob Slawson
Mark Haney wrote: Is there a way I can get portage to show me all the listed kernel sources I've installed? When I've removed kernel sources I no longer need because of upgrades I've just rm -rf the kernel directory. Since I've done that, I've realized that portage is probably keeping that in

Re: [gentoo-amd64] Quick Portage How to

2007-03-21 Thread Mark Haney
Mark Knecht wrote: ?? eix -I gentoo-sources ?? On 3/21/07, Mark Haney [EMAIL PROTECTED] wrote: Is there a way I can get portage to show me all the listed kernel sources I've installed? When I've removed kernel sources I no longer need because of upgrades I've just rm -rf the kernel

Re: [gentoo-amd64] Quick Portage How to

2007-03-21 Thread Christoph Mende
On Wed, 2007-03-21 at 14:45 -0400, Mark Haney wrote: Is there a way I can get portage to show me all the listed kernel sources I've installed? eix -cI \-sources lists all kernel sources emerge -P gentoo-sources removes all gentoo-sources, except the one you installed at last signature.asc

Re: [gentoo-amd64] Quick Portage How to

2007-03-21 Thread Bernhard Auzinger
'unmerge'ing those you don't want will clean up portage's database of installed packages. Doesn't remove /lib/modules/kernel-version/ though or old kernels from /boot/. Seems that manual deletion is required here. That's because one may still want to use a compiled kernel after the removal

Re: [gentoo-amd64] Quick Portage How to

2007-03-21 Thread Peter Humphrey
On Wednesday 21 March 2007 18:45:39 Mark Haney wrote: Is there a way I can get portage to show me all the listed kernel sources I've installed? And one more they haven't mentioned: equery l gentoo-sources which I think gives a neater output. (That's equery l, for list.) -- Rgds Peter