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 988ED13877A for ; Fri, 1 Aug 2014 17:15:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69479E0AAB; Fri, 1 Aug 2014 17:15:26 +0000 (UTC) Received: from mail-we0-f175.google.com (mail-we0-f175.google.com [74.125.82.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 025CAE0A70 for ; Fri, 1 Aug 2014 17:15:24 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id t60so4612008wes.6 for ; Fri, 01 Aug 2014 10:15:23 -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; bh=cjjzLdCEpn80G0y0jdPd60EcNc1cfLQ8i+EpVV9Z5Qs=; b=GjmCbhnDqjsSdX9YAfGgu/G5sSXa0PsiKNSVM2OTzBQc2T5U0I4E/59/T4gXeL1Puf qp3fuG28xKX03DXgtoCMIKhl8Kv5eroVTRwyoNyc23Rl+M7u4/ZrDVXcZTWkSfnov/KG lwCJyH4wywWIVWUq3CIE+vIs6CN2bOqWSLKR8Csgv6CueNIolb5Z1+nUyXD9TN9kojZD +leq6bdI4vZHCawHCifwUuWS1ncx7bsg6bLB8buj1I8a6MhGbV8alIEzF7TGjRD2tHt7 A6R5u2PerH2jSVLwbpVIiLJT6O4ALhfo6ZpIsNLTEG10gGkPPb5AzS1k1XvYhGLesXqD lqcQ== X-Received: by 10.194.200.3 with SMTP id jo3mr10077942wjc.110.1406913323379; Fri, 01 Aug 2014 10:15:23 -0700 (PDT) Received: from [192.168.1.3] (78-25-13-99.static.vega-ua.net. [78.25.13.99]) by mx.google.com with ESMTPSA id eh7sm20136318wjd.32.2014.08.01.10.15.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 01 Aug 2014 10:15:22 -0700 (PDT) Message-ID: <53DBCB20.2050408@gmail.com> Date: Fri, 01 Aug 2014 20:15:12 +0300 From: Alexander Kapshuk User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 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 mailing list Subject: Fwd: Re: [gentoo-user] --exclude gentoo-sources References: <53DBCA66.1050503@gmail.com> In-Reply-To: <53DBCA66.1050503@gmail.com> X-Enigmail-Version: 1.6 X-Forwarded-Message-Id: <53DBCA66.1050503@gmail.com> Content-Type: multipart/alternative; boundary="------------010605030205050608040003" X-Archives-Salt: 67a5e3e3-c354-427d-991c-900640a04f20 X-Archives-Hash: b29fcd5bb7c64cdb72f5067781dc3213 This is a multi-part message in MIME format. --------------010605030205050608040003 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -------- Original Message -------- Subject: Re: [gentoo-user] --exclude gentoo-sources Date: Fri, 01 Aug 2014 20:12:06 +0300 From: Alexander Kapshuk To: gentoo-user@lists.gentoo.org On 08/01/2014 07:58 PM, James wrote: > Howdy, > > I know I can use this option to protect kernel sources I > want to keep around, from removal, via depclean. > > > However, I use to just manually edit the world file and > explicitly list the kernel sources versions I wanted to keep. > This does not seem to work anymore? > > Other suggestions to keep the kernel sources around ? > > James > > emerge(1) Packages that are part of the world set will always be kept. They can be manually added to this set with emerge --noreplace . E.g. emerge --noreplace =sys-kernel/gentoo-sources-x.x.x To remove the kernel sources pkg use: emerge --deselect sys-kernel/gentoo-sources:x.x.x >>> Removing sys-kernel/gentoo-sources:x.x.x from "world" favorites file... Followed by 'emerge -a --depclean' --------------010605030205050608040003 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -------- Original Message --------
Subject: Re: [gentoo-user] --exclude gentoo-sources
Date: Fri, 01 Aug 2014 20:12:06 +0300
From: Alexander Kapshuk <alexander.kapshuk@gmail.com>
To: gentoo-user@lists.gentoo.org


On 08/01/2014 07:58 PM, James wrote:
> Howdy,
>
> I know I can use this option to protect kernel sources I 
> want to keep around, from  removal, via depclean.
>
>
> However, I use to just manually edit the world file and 
> explicitly list the kernel sources versions I wanted to keep.
> This does not seem to work anymore?
>
> Other suggestions to keep the kernel sources around ?
>
> James
>
>
emerge(1)
Packages that are part of the world set will always be kept. They can be
manually added to this  set  with  emerge --noreplace <atom>.
E.g.
emerge --noreplace =sys-kernel/gentoo-sources-x.x.x

To remove the kernel sources pkg use:
emerge --deselect sys-kernel/gentoo-sources:x.x.x
>>> Removing sys-kernel/gentoo-sources:x.x.x from "world" favorites file...
Followed by 'emerge -a --depclean'



--------------010605030205050608040003--