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 1QE7gm-0006Yx-Bn for garchives@archives.gentoo.org; Sun, 24 Apr 2011 22:22:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CA601C0C4; Sun, 24 Apr 2011 22:21:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 002341C0C4 for ; Sun, 24 Apr 2011 22:21:51 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 740361B4007 for ; Sun, 24 Apr 2011 22:21:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 85E6D803E3 for ; Sun, 24 Apr 2011 22:21:50 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <850d14cc46bc805df127eace1858ab0f9f3398df.zorry@gentoo> Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/ X-VCS-Repository: dev/zorry X-VCS-Files: gobs/pym/manifest.py X-VCS-Directories: gobs/pym/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 850d14cc46bc805df127eace1858ab0f9f3398df Date: Sun, 24 Apr 2011 22:21:50 +0000 (UTC) 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: X-Archives-Hash: 9da72cce1a2c1f44bf829d3e16bdfacd commit: 850d14cc46bc805df127eace1858ab0f9f3398df Author: Magnus Granberg gentoo org> AuthorDate: Sun Apr 24 22:21:35 2011 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Sun Apr 24 22:21:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3D850d14cc update manifest.py --- gobs/pym/manifest.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gobs/pym/manifest.py b/gobs/pym/manifest.py index 69c6f8b..140a5d1 100644 --- a/gobs/pym/manifest.py +++ b/gobs/pym/manifest.py @@ -11,7 +11,7 @@ class gobs_manifest(object): self.mysettings =3D mysettings =20 # Copy of portage.digestcheck() but without the writemsg() stuff - def digestcheck(self, pkdir): + def digestcheck(self, pkgdir): """ Verifies checksums. Assumes all files have been downloaded. @rtype: int