From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3BDA01381F3 for ; Sat, 21 Sep 2013 12:13:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2929E0D12; Sat, 21 Sep 2013 12:13:00 +0000 (UTC) Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBAF5E0BDE for ; Sat, 21 Sep 2013 12:12:59 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id c11so1493085wgh.30 for ; Sat, 21 Sep 2013 05:12:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=pxV/91W9jMWSv345R+F80tJ2D4xPJ6Yav3zxfPHLolQ=; b=qYFK4a5XETG7xyLgMYBmeGJvko/n8ZerU8o1lBniWErn6KYlGlXmgzSTP1TQ48O3A4 0UMlKgc0TzpukFTdSXH2E1y7N8XH1fW6zhSqifr1/a1zKTmNMoGfNPfmebRcDaXPOMi9 R8MIMEY6EFJL0OyevY+QRiCNXdvKoU9SesDg3qYU6TQs6wJyc7/sQIxB7hDuq3465PLy LYn9kYj4Q4xNXZDKiE0TjmtfsyNJcnyUWrxCIIyJM162ICC5fRa4yLbBzf9quWNK1uF1 +i2rHDK/iHVAbFx1pKnB/M6sxEkIXw2DF+MDMvUXMjfpVykL72Ygl5TUPbQ2C6GDw89E dhOQ== X-Received: by 10.180.182.228 with SMTP id eh4mr6233195wic.45.1379765578459; Sat, 21 Sep 2013 05:12:58 -0700 (PDT) Received: from [192.168.1.5] (213-154-212-42.static.vega-ua.net. [213.154.212.42]) by mx.google.com with ESMTPSA id jf2sm11576930wic.2.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 21 Sep 2013 05:12:58 -0700 (PDT) Message-ID: <523D8D52.9080300@gmail.com> Date: Sat, 21 Sep 2013 15:13:06 +0300 From: Alexander Kapshuk User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130831 Thunderbird/17.0.8 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] re: emerge --depclean [gentoo-sources] References: <523D7490.6080204@gmail.com> <20130921113621.30443757@digimed.co.uk> <523D86F7.7030600@gmail.com> <20130921130856.64ee12c6@digimed.co.uk> In-Reply-To: <20130921130856.64ee12c6@digimed.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: e6423b2c-3dfa-4076-ac55-3488a8625b1c X-Archives-Hash: 18d2d23c14727127dfcc46902f3f4360 On 09/21/2013 03:08 PM, Neil Bothwick wrote: > On Sat, 21 Sep 2013 14:45:59 +0300, Alexander Kapshuk wrote: > >> box0=; grep sources /var/lib/portage/world >> sys-kernel/gentoo-sources >> sys-kernel/gentoo-sources:3.8.13 >> >> Once I decide I no longer need 'gentoo-sources-3.8.13', would it be >> enough just to remove the corresponding line from >> '/var/lib/portage/world', or is there a better way of doing it? > emerge -Ca sys-kernel/gentoo-sources:3.8.13 > > Thanks.