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 758C0138010 for ; Sat, 8 Sep 2012 12:56:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14D7F21C028; Sat, 8 Sep 2012 12:55:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D7B9621C023 for ; Sat, 8 Sep 2012 12:55:33 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AEEB33C770 for ; Sat, 8 Sep 2012 12:55:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1A6DBE5445 for ; Sat, 8 Sep 2012 12:55:31 +0000 (UTC) From: "Thomas Sachau" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" Message-ID: <1347107638.be2946fe248d6a519c3dfc67fe125d801d4e01e5.tommy@gentoo> Subject: [gentoo-commits] proj/portage:multilib commit in: / X-VCS-Repository: proj/portage X-VCS-Committer: tommy X-VCS-Committer-Name: Thomas Sachau X-VCS-Revision: be2946fe248d6a519c3dfc67fe125d801d4e01e5 X-VCS-Branch: multilib Date: Sat, 8 Sep 2012 12:55:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7780d74f-7678-4906-b7fe-82194adec742 X-Archives-Hash: 3141269f16834dfaed2b6a3cbb8a74d9 commit: be2946fe248d6a519c3dfc67fe125d801d4e01e5 Author: Thomas Sachau gentoo org> AuthorDate: Sat Sep 8 12:33:58 2012 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Sat Sep 8 12:33:58 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=be2946fe Merge tag 'v2.2.0_alpha119' into multilib bin/ebuild-helpers/prepstrip | 1 + bin/emaint | 7 +- pym/_emerge/FakeVartree.py | 5 +- pym/portage/dbapi/__init__.py | 7 +- pym/portage/dbapi/bintree.py | 13 ++- pym/portage/dbapi/vartree.py | 11 +- pym/portage/tests/update/test_move_ent.py | 109 +++++++++++++ pym/portage/tests/update/test_move_slot_ent.py | 9 +- pym/portage/tests/update/test_update_dbentry.py | 184 +++++++++++++++++++++++ pym/portage/update.py | 22 ++- pym/portage/versions.py | 2 + 11 files changed, 347 insertions(+), 23 deletions(-)