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 8716E13888F for ; Fri, 9 Oct 2015 21:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C7DAE080B; Fri, 9 Oct 2015 21:56:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28EF9E080B for ; Fri, 9 Oct 2015 21:56:13 +0000 (UTC) Received: from professor-x (S010634bdfa9ecf80.vc.shawcable.net [96.49.31.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 36DEB3406AD for ; Fri, 9 Oct 2015 21:56:12 +0000 (UTC) Date: Fri, 9 Oct 2015 14:55:24 -0700 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH] contents: punt unused module Message-ID: <20151009145524.2e29ce5a.dolsen@gentoo.org> In-Reply-To: <5618310E.40707@gentoo.org> References: <1444370019-8637-1-git-send-email-vapier@gentoo.org> <20151009133249.2d225010.dolsen@gentoo.org> <5618310E.40707@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 3c00b9c6-5727-4ac6-8210-1b03cfacecf6 X-Archives-Hash: e0728de238f399f81ceea452cfce4a9c On Fri, 9 Oct 2015 17:26:38 -0400 "Anthony G. Basile" wrote: > On 10/9/15 4:32 PM, Brian Dolbec wrote: > > On Fri, 9 Oct 2015 01:53:39 -0400 > > Mike Frysinger wrote: > > > >> It looks like this code has all been moved to the external DeComp > >> pkg. --- > >> catalyst/contents.py | 87 > >> ---------------------------------------------------- 1 file > >> changed, 87 deletions(-) delete mode 100644 catalyst/contents.py > >> > > Yeah, punt it, I didn't do it initially in case there was problems. > > But it fits better living with the compression/decompression code. > > It will be easier to keep them all in sync. The only thing extra > > the contents has is iso capability. > > > > The tar --xattrs stuff was recently added and needed. Will it be > there in the DeComp pkg? > Yes, it is. See for yourself: https://github.com/dol-sen/pyDeComp/blob/master/DeComp/definitions.py#L277 Also if there are other compression/decompression algorithms or definitions you think should be added... -- Brian Dolbec