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 F1BCC1381F3 for ; Sat, 21 Sep 2013 11:54:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B557DE0CDF; Sat, 21 Sep 2013 11:54:15 +0000 (UTC) Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64DF5E0CB8 for ; Sat, 21 Sep 2013 11:54:14 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id n12so1439978wgh.3 for ; Sat, 21 Sep 2013 04:54:13 -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=3PWWjBticnFtjOJqQnjGrYkcM54sKqAwwBNPOuPkFHs=; b=H1PYPBU+DmuoVGdZnuJTIWBF99eJBS5hHB0x2m1Fxt0Rm/Q6IHP2k7TN8ZM5U4sgy2 yL2s0pL4w727hKyKRHwvySOb8rdZBWZK7TfefLCT1siYIfNpReDqkmRsv0ble9zXIEgG /hV0qzP5yvfcUbo1Ywr2iV/8UnJ4uisqhRVhY5CEdlmOfqGSUlDa+iTdFXOMYipVmQ1L upQZLJZBDyu3+SMMklG2Zan9O7zg8wPQcgxeWfmOxTtSdwk63MmjpJ5L3hs02gvEbPI4 7sObiJwjOJBwuhTy2Z2aiQ6K0BFxd4UcQ/WJdP+XtgSqzeM9fLVh63MFw2PKjlBbNpFS 9Gcg== X-Received: by 10.194.93.3 with SMTP id cq3mr9841680wjb.26.1379764453113; Sat, 21 Sep 2013 04:54:13 -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 fb9sm11460692wid.7.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 21 Sep 2013 04:54:12 -0700 (PDT) Message-ID: <523D88ED.7060802@gmail.com> Date: Sat, 21 Sep 2013 14:54:21 +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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Archives-Salt: 9c57c9de-ae95-4250-8f4a-6ae733da071d X-Archives-Hash: 71cba560268955c24cc2c662e68c4af9 On 09/21/2013 02:51 PM, Randolph Maaßen wrote: > 2013/9/21 Alexander Kapshuk : >> On 09/21/2013 01:36 PM, Neil Bothwick wrote: >>> On Sat, 21 Sep 2013 13:27:28 +0300, Alexander Kapshuk wrote: >>> >>>> If I understood the instruction above, 'emerge --noreplace >>>> sys-kernel/gentoo-sources-3.8.13' should have added 'gentoo-sources' to >>>> /var/lib/portage/world_sets, which it didn't seem to do. >>>> >>>> box0 src # emerge --noreplace sys-kernel/gentoo-sources-3.8.13 >>>> !!! 'sys-kernel/gentoo-sources-3.8.13' is not a valid package atom. >>>> !!! Please check ebuild(5) for full details. >>> emerge --noreplace =sys-kernel/gentoo-sources-3.8.13 >>> >>> >> Thanks. That did it. >> 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? >> >> Thanks. >> >> > emerge --deselect > and > emerge --depclean --ask > should be more elegant > Thanks.