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 1QYk1e-0002Tt-DP for garchives@archives.gentoo.org; Mon, 20 Jun 2011 19:20:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD53F1C103; Mon, 20 Jun 2011 19:20:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8054D1C103 for ; Mon, 20 Jun 2011 19:20:38 +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 127871B400E for ; Mon, 20 Jun 2011 19:20:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0F66780040 for ; Mon, 20 Jun 2011 19:20:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: Subject: [gentoo-commits] proj/pms-test-suite:master commit in: PMSTestSuite/pm/ X-VCS-Repository: proj/pms-test-suite X-VCS-Files: PMSTestSuite/pm/__init__.py X-VCS-Directories: PMSTestSuite/pm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fa71df60e5ee36cd09bd2329510133ef7bf5c52e Date: Mon, 20 Jun 2011 19:20:37 +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: 3d2dcb2d65128db0b6ac4710675850f0 commit: fa71df60e5ee36cd09bd2329510133ef7bf5c52e Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Mon Jun 20 19:20:25 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Mon Jun 20 19:20:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms-test-suit= e.git;a=3Dcommit;h=3Dfa71df60 Remove old async_ method from abstract PackageManager. --- PMSTestSuite/pm/__init__.py | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/PMSTestSuite/pm/__init__.py b/PMSTestSuite/pm/__init__.py index 65e6d97..22b4d3d 100644 --- a/PMSTestSuite/pm/__init__.py +++ b/PMSTestSuite/pm/__init__.py @@ -185,16 +185,6 @@ class PackageManager(object): """ raise NotImplementedError('Please override the lookup_vardb() method.'= ) =20 - # async methods which are supposed to run in background and return pids - def merge_async(self, cpvs): - """ - Run PM asynchronically to merge . - - Returns the PID of spawned process, or raises an exception if spawning - one fails. - """ - raise NotImplementedError('Please override the merge_async() method.') - def get_userpriv_group(self): """ Get the group name which needs to own ebuild files for userpriv to wor= k.