From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NE83P-0004No-Gb for garchives@archives.gentoo.org; Fri, 27 Nov 2009 21:08:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 387A5E079D; Fri, 27 Nov 2009 21:08:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 190DBE079D for ; Fri, 27 Nov 2009 21:08:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id C378667DF0 for ; Fri, 27 Nov 2009 21:08:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -0.532 X-Spam-Level: X-Spam-Status: No, score=-0.532 required=5.5 tests=[BAYES_00=-2.599, RCVD_NUMERIC_HELO=2.067] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AA21+yg1UsbY for ; Fri, 27 Nov 2009 21:07:53 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 40155679CC for ; Fri, 27 Nov 2009 21:07:52 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NE82e-0006I4-NH for gentoo-user@gentoo.org; Fri, 27 Nov 2009 22:07:48 +0100 Received: from 109.192.18.10 ([109.192.18.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Nov 2009 22:07:48 +0100 Received: from joerg.schaible by 109.192.18.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Nov 2009 22:07:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: gentoo-user@gentoo.org To: gentoo-user@lists.gentoo.org From: =?ISO-8859-1?Q?J=F6rg?= Schaible Subject: [gentoo-user] Re: FIXED: Re: KDE3 removal Date: Fri, 27 Nov 2009 22:07:25 +0100 Message-ID: References: <200911260845.19126.alan.mckinnon@gmail.com> <200911262120.26046.alan.mckinnon@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 109.192.18.10 Mail-Copies-To: never User-Agent: KNode/0.10.9 Sender: news Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 294d3f9d-23c2-43ad-8605-59815633ed7a X-Archives-Hash: ef3b26eeb855168918971b31f13f8202 Alan McKinnon wrote: > On Thursday 26 November 2009 19:34:34 James wrote: >> kde-4.3.1 went smooth, except >> for I have to manually removed all the kde-3.5 packages. >> It had kde-meta-3.5.10. Is there some syntax or a better >> method to insure all the kde-3.5.x packages are removed, >> without a manual sweep? >>=20 >=20 > grep kde /var/lib/portage/world > and eyeball the output. There should only be -meta packages, and > individual packages for which you have NOT installed the -meta package,= in > there. vi the world file and remove the stuff that shouldn't be there, > then >=20 > emerge -C && emerge -a --depclean >=20 as alternative simply append to all kde-base/* packages in world :4.3 and= do then a depclean ;-) - J=F6rg