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 <gentoo-commits+bounces-363867-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QjHIi-0002zS-7B
	for garchives@archives.gentoo.org; Tue, 19 Jul 2011 20:53:56 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4823621C3D8;
	Tue, 19 Jul 2011 20:53:34 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 1DA5521C3D8
	for <gentoo-commits@lists.gentoo.org>; Tue, 19 Jul 2011 20:53:34 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A85151BC0DF
	for <gentoo-commits@lists.gentoo.org>; Tue, 19 Jul 2011 20:53:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id CD7B18004A
	for <gentoo-commits@lists.gentoo.org>; Tue, 19 Jul 2011 20:53:32 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <6dcdf3633237cd1d98d064a4df0d1fc8e83c5af5.mgorny@gentoo>
Subject: [gentoo-commits] proj/gentoopm:master commit in: gentoopm/portagepm/
X-VCS-Repository: proj/gentoopm
X-VCS-Files: gentoopm/portagepm/pkg.py
X-VCS-Directories: gentoopm/portagepm/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 6dcdf3633237cd1d98d064a4df0d1fc8e83c5af5
Date: Tue, 19 Jul 2011 20:53:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 1cffadbc51420cbb0d0aeae7fbe7e82d

commit:     6dcdf3633237cd1d98d064a4df0d1fc8e83c5af5
Author:     Micha=C5=82 G=C3=B3rny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 20:53:23 2011 +0000
Commit:     Micha=C5=82 G=C3=B3rny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 20:53:23 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoopm.git;=
a=3Dcommit;h=3D6dcdf363

Portage: return None as repository for installed pkgs.

---
 gentoopm/portagepm/pkg.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gentoopm/portagepm/pkg.py b/gentoopm/portagepm/pkg.py
index 135a271..e3e9c38 100644
--- a/gentoopm/portagepm/pkg.py
+++ b/gentoopm/portagepm/pkg.py
@@ -79,7 +79,7 @@ class PortageDBCPV(PMPackage, CompletePortageAtom):
=20
 	@property
 	def repository(self):
-		raise NotImplementedError() # XXX
+		raise None
=20
 	@property
 	def slotted(self):