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 1MsVBN-0000RS-Gz for garchives@archives.gentoo.org; Tue, 29 Sep 2009 05:23:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0118E088C; Tue, 29 Sep 2009 05:23:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7F6C7E088C for ; Tue, 29 Sep 2009 05:23:24 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2951667A43 for ; Tue, 29 Sep 2009 05:23:24 +0000 (UTC) Received: from zmedico by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MsVBL-0002q6-KH for gentoo-commits@lists.gentoo.org; Tue, 29 Sep 2009 05:23:23 +0000 To: gentoo-commits@lists.gentoo.org From: "Zac Medico (zmedico)" Subject: [gentoo-commits] portage r14459 - main/trunk/pym/portage X-VCS-Repository: portage X-VCS-Revision: 14459 X-VCS-Files: main/trunk/pym/portage/xpak.py X-VCS-Directories: main/trunk/pym/portage X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=UTF-8 Message-Id: Sender: Zac Medico Date: Tue, 29 Sep 2009 05:23:23 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 090d4049-ba05-4589-b9be-20fb27dc7499 X-Archives-Hash: 971531b44da3f83c2f3bd97718bd425b Author: zmedico Date: 2009-09-29 05:23:23 +0000 (Tue, 29 Sep 2009) New Revision: 14459 Modified: main/trunk/pym/portage/xpak.py Log: Don't call self.scan() in tbz2.__init__ since all methods call it anyway. Modified: main/trunk/pym/portage/xpak.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- main/trunk/pym/portage/xpak.py 2009-09-28 20:37:20 UTC (rev 14458) +++ main/trunk/pym/portage/xpak.py 2009-09-29 05:23:23 UTC (rev 14459) @@ -272,7 +272,6 @@ self.datasize=3DNone self.indexpos=3DNone self.datapos=3DNone - self.scan() =20 def decompose(self,datadir,cleanup=3D1): """Alias for unpackinfo() --- Complement to recompose() but optionally