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 2F7241381F3 for ; Sun, 18 Aug 2013 20:56:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0703EE0AD9; Sun, 18 Aug 2013 20:56:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C880E0AD9 for ; Sun, 18 Aug 2013 20:56:00 +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 7549433EB20 for ; Sun, 18 Aug 2013 20:55:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F355FE468F for ; Sun, 18 Aug 2013 20:55:57 +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: <1376859328.2efeb36f8e3fff17de8230d84081bf6b8a733ea2.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: 2efeb36f8e3fff17de8230d84081bf6b8a733ea2 X-VCS-Branch: multilib Date: Sun, 18 Aug 2013 20:55:57 +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: 8166fbe3-391a-45e3-94c6-9742d571eadb X-Archives-Hash: 09108ef508e0452a7258bd318038acd0 commit: 2efeb36f8e3fff17de8230d84081bf6b8a733ea2 Author: Thomas Sachau gentoo org> AuthorDate: Sun Aug 18 20:55:28 2013 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Sun Aug 18 20:55:28 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=2efeb36f Merge tag 'v2.2.0' into multilib bin/egencache | 15 ++++++-- bin/repoman | 30 +++++++++++++-- man/emerge.1 | 6 +-- man/make.conf.5 | 15 ++++++-- man/portage.5 | 13 +++++-- man/repoman.1 | 7 ++++ man/ru/ebuild.1 | 4 +- pym/_emerge/actions.py | 12 ++++-- pym/_emerge/depgraph.py | 3 +- pym/portage/__init__.py | 18 --------- pym/portage/_emirrordist/main.py | 15 ++++++-- pym/portage/cache/fs_template.py | 5 ++- pym/portage/const.py | 2 - pym/portage/data.py | 2 +- pym/portage/dbapi/bintree.py | 14 ++++++- pym/portage/dbapi/vartree.py | 4 +- pym/portage/locks.py | 7 +++- pym/portage/package/ebuild/config.py | 9 +++-- pym/portage/package/ebuild/doebuild.py | 6 ++- pym/portage/process.py | 6 ++- pym/portage/repository/config.py | 2 + pym/portage/util/__init__.py | 4 ++ pym/portage/util/_desktop_entry.py | 13 +++++++ pym/repoman/checks.py | 67 +++++++++++++++++++--------------- pym/repoman/errors.py | 2 +- 25 files changed, 188 insertions(+), 93 deletions(-)