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 1MiQ7W-0007b4-1x for garchives@archives.gentoo.org; Tue, 01 Sep 2009 09:57:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15BCFE0748; Tue, 1 Sep 2009 15:05:22 +0000 (UTC) Received: from mail.hasznaltauto.hu (mail.hasznaltauto.hu [195.70.37.14]) by pigeon.gentoo.org (Postfix) with ESMTP id DD4A7E0748 for ; Tue, 1 Sep 2009 15:05:21 +0000 (UTC) Received: from mail (mail [127.0.0.1]) by mail.hasznaltauto.hu (Postfix) with SMTP id E7CB717B92 for ; Tue, 1 Sep 2009 17:05:20 +0200 (CEST) Received: from [192.168.1.40] (office.hasznaltauto.hu [195.70.48.219]) by mail.hasznaltauto.hu (Postfix) with ESMTP id ACC0C17B92 for ; Tue, 1 Sep 2009 17:05:20 +0200 (CEST) Message-ID: <4A9D382F.8070700@tibyke.hu> Date: Tue, 01 Sep 2009 17:05:19 +0200 From: =?UTF-8?B?UGludMOpciBUaWJvcg==?= User-Agent: Thunderbird 2.0.0.22 (X11/20090605) 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] how to clean up /usr/portage/distfiles? References: <53e35fd50909010759k41bdf6cboe4878ff730869801@mail.gmail.com> In-Reply-To: <53e35fd50909010759k41bdf6cboe4878ff730869801@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: c0e85d5c-5fe7-4181-a48e-3fa531da7c64 X-Archives-Hash: c790d569d0b59dfd856e13301dcf01f5 Xi Shen wrote: > Hi, > > as you emerge, the /usr/portage/distfiles get stuffed with old > packaged. even through it is safe to delete them all, and d/l again > when needed, but i just want to remove only the old version. is there > any way, or any tool to help with this task? > > find .... -exec.... ? t