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 1NDkdR-00027z-Tb for garchives@archives.gentoo.org; Thu, 26 Nov 2009 20:08:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71C07E089E for ; Thu, 26 Nov 2009 20:08:13 +0000 (UTC) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.146]) by pigeon.gentoo.org (Postfix) with ESMTP id 4590EE07B3 for ; Thu, 26 Nov 2009 19:21:31 +0000 (UTC) Received: by ey-out-1920.google.com with SMTP id 3so227176eyh.40 for ; Thu, 26 Nov 2009 11:21:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=yMJuni02rb+CpCdhcKV4Fibv8eIfVNBGBuAh/1E/ksE=; b=e22cDvE2jmcVFKiA0xO6fh/OY31eAB1dXMPEcLWBvnvY9qJK/zTT8Ozybb+B30kfCp pf9aYPEvCI9ZnfinhIPVd3kzShMPVBv/dVrZH+hXWGRxD2jenUfkQgiBg/5QGXgWTCkp ZOuiqWPi8bFPoJBQ/OE+l76etfNxtYt9rh9T0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=RN8YlWhJnbaR0qx+RLJo46ONsheEUpH5n2tSPYP8ue+TUzohDu3OUVUVHXxX/y84OS RS05fjomC6A7iJZlb1uNQW7FQjLidsRG7Hr9Vw3b7jeirLgsmXgqwXlhlTcWCT82KC2X cVjD2yP3rupd2uOUeJhovPIVeVCtWuumv3FgI= Received: by 10.213.8.28 with SMTP id f28mr121636ebf.39.1259263290721; Thu, 26 Nov 2009 11:21:30 -0800 (PST) Received: from nazgul.localnet (196-210-153-68-rrdg-esr-2.dynamic.isadsl.co.za [196.210.153.68]) by mx.google.com with ESMTPS id 15sm492549ewy.12.2009.11.26.11.21.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 26 Nov 2009 11:21:29 -0800 (PST) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] FIXED: Re: KDE3 removal Date: Thu, 26 Nov 2009 21:20:26 +0200 User-Agent: KMail/1.12.3 (Linux/2.6.31-zen8; KDE/4.3.3; x86_64; ; ) References: <200911260845.19126.alan.mckinnon@gmail.com> In-Reply-To: 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" Content-Transfer-Encoding: 7bit Message-Id: <200911262120.26046.alan.mckinnon@gmail.com> X-Archives-Salt: 46f5e4d9-a534-4b05-9cc8-2f1b2f165e09 X-Archives-Hash: 55c4ac9ca4df43b4d56e8a179dd97922 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? > 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 emerge -C && emerge -a --depclean -- alan dot mckinnon at gmail dot com