Re: [gentoo-user] Cleanup kde-3.4

2005-12-09 Thread Neil Bothwick
On Thu, 08 Dec 2005 23:26:44 -0600, Kevin Hanson wrote: qpkg -I -nc -g kde-base | xargs emerge --prune This is what I use and it works well: #!/bin/bash for x in `ls /usr/portage/kde-base`; do if [ $x != CVS ]; then echo -n =kde-base/$x-3.4* fi done |xargs emerge -Cpv This

Re: [gentoo-user] Cleanup kde-3.4

2005-12-08 Thread Kevin Hanson
Neil Bothwick wrote: On Tue, 6 Dec 2005 18:19:27 -0600, Boyd Stephen Smith Jr. wrote: I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 -- what's the beast way to clean up all the old kde 3.4 packages. As posted yesterday: qpkg -I -nc -g kde-base | xargs emerge

Re: [gentoo-user] Cleanup kde-3.4

2005-12-07 Thread Catalin Grigoroscuta
Isn't qpkg deprecated? Does anybody know the equivalent un-deprecated replacement of this command? Neil Bothwick wrote: On Tue, 6 Dec 2005 18:19:27 -0600, Boyd Stephen Smith Jr. wrote: I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 -- what's the beast way to

Re: [gentoo-user] Cleanup kde-3.4

2005-12-07 Thread Andres Becerra Sandoval
On 12/7/05, Catalin Grigoroscuta [EMAIL PROTECTED] wrote: Isn't qpkg deprecated? Does anybody know the equivalent un-deprecated replacement of this command? Neil Bothwick wrote: On Tue, 6 Dec 2005 18:19:27 -0600, Boyd Stephen Smith Jr. wrote: I've just completed an upgrade to

Re: [gentoo-user] Cleanup kde-3.4

2005-12-07 Thread Steven Susbauer
And listed from the kde docs, the best way to remove is:equery list kde-base/ | grep 3.4 | xargs emerge --unmerge --pretendOn 12/7/05, Andres Becerra Sandoval [EMAIL PROTECTED] wrote: On 12/7/05, Catalin Grigoroscuta [EMAIL PROTECTED] wrote:Isn't qpkg deprecated?Does anybody know the equivalent

Re: [gentoo-user] Cleanup kde-3.4

2005-12-07 Thread Paul Varner
On Wed, 2005-12-07 at 17:46 +0200, Catalin Grigoroscuta wrote: Isn't qpkg deprecated? Does anybody know the equivalent un-deprecated replacement of this command? Neil Bothwick wrote: As posted yesterday: qpkg -I -nc -g kde-base | xargs emerge --prune The replacement is equery.

Re: [gentoo-user] Cleanup kde-3.4

2005-12-07 Thread Neil Bothwick
On Wed, 07 Dec 2005 17:46:12 +0200, Catalin Grigoroscuta wrote: Isn't qpkg deprecated? Yes, but it still works and is the best tool for this particular task. Does anybody know the equivalent un-deprecated replacement of this command? equery is generally the replacement for qpkg, but its

Re: [gentoo-user] Cleanup kde-3.4

2005-12-07 Thread Dirk Heinrichs
Am Mittwoch, 7. Dezember 2005 01:42 schrieb ext Neil Bothwick: On Tue, 6 Dec 2005 18:19:27 -0600, Boyd Stephen Smith Jr. wrote: I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 -- what's the beast way to clean up all the old kde 3.4 packages. As posted yesterday: qpkg -I

Re: [gentoo-user] Cleanup kde-3.4

2005-12-06 Thread Neil Bothwick
On Tue, 6 Dec 2005 18:19:27 -0600, Boyd Stephen Smith Jr. wrote: I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 -- what's the beast way to clean up all the old kde 3.4 packages. As posted yesterday: qpkg -I -nc -g kde-base | xargs emerge --prune -- Neil Bothwick

Re: [gentoo-user] Cleanup kde-3.4

2005-12-06 Thread Joseph
On Tue, 2005-12-06 at 18:19 -0600, Boyd Stephen Smith Jr. wrote: I've just completed an upgrade to kde-meta-3.5 from kde-meta-3.4 -- what's the beast way to clean up all the old kde 3.4 packages. emerge -C kde-meta; emerge --depclean doesn't work: depclean does not show any of the kde 3.4