Re: [gentoo-amd64] Quick Portage How to

2007-03-22 Thread Dizzy
On Wednesday 21 March 2007 21:02, Mark Haney wrote: 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

Re: [gentoo-amd64] Quick Portage How to

2007-03-22 Thread יובל האגר
I also use epm (rpm-like interface) and something like epm -q gentoo-sources (or rpm -qa | grep sources if you want all things containing sources). Would someone tell me what's better with eix ? I would assume it's a faster search algorithm than epm but then again, do I have to rerun the

Re: [gentoo-amd64] Quick Portage How to

2007-03-22 Thread Jack Lloyd
On Wed, Mar 21, 2007 at 10:24:37PM +, Peter Humphrey wrote: 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 Another,

Re: [gentoo-amd64] Quick Portage How to

2007-03-22 Thread Daniel Gryniewicz
On Wed, 2007-03-21 at 21:55 +0100, Bernhard Auzinger wrote: '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

Re: [gentoo-amd64] Quick Portage How to

2007-03-22 Thread Drake Donahue
- Original Message - From: Jack Lloyd [EMAIL PROTECTED] To: gentoo-amd64@lists.gentoo.org Sent: Thursday, March 22, 2007 8:42 AM Subject: Re: [gentoo-amd64] Quick Portage How to On Wed, Mar 21, 2007 at 10:24:37PM +, Peter Humphrey wrote: On Wednesday 21 March 2007 18:45:39 Mark

Re: [gentoo-amd64] Quick Portage How to

2007-03-22 Thread Thomas Rösner
Daniel Gryniewicz schrieb: On Wed, 2007-03-21 at 21:55 +0100, Bernhard Auzinger wrote: '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

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