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 1SbA0h-0001kp-Mx for garchives@archives.gentoo.org; Sun, 03 Jun 2012 12:34:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0DC3E0856; Sun, 3 Jun 2012 12:34:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AAF73E0856 for ; Sun, 3 Jun 2012 12:34:01 +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 020AF1B4008 for ; Sun, 3 Jun 2012 12:34:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B1F4BE5404 for ; Sun, 3 Jun 2012 12:33:58 +0000 (UTC) From: "Thomas Sachau" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" Message-ID: <1338726805.e66210264938ba53c5f7e6697e9fa3b72c3d8862.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: e66210264938ba53c5f7e6697e9fa3b72c3d8862 X-VCS-Branch: multilib Date: Sun, 3 Jun 2012 12:33:58 +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: 8029ac7c-cff5-4150-902f-ef7f4b57b1d7 X-Archives-Hash: 2b20240c796b8c05a69c70dc539212e5 commit: e66210264938ba53c5f7e6697e9fa3b72c3d8862 Author: Thomas Sachau gentoo org> AuthorDate: Sun Jun 3 12:33:25 2012 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Sun Jun 3 12:33:25 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3De6621026 Merge commit 'v2.2.0_alpha109' into multilib bin/ebuild-helpers/ecompressdir | 26 ++- bin/ebuild.sh | 3 + bin/repoman | 10 +- bin/save-ebuild-env.sh | 3 +- man/make.conf.5 | 24 ++ man/repoman.1 | 12 +- pym/_emerge/depgraph.py | 38 ++-- pym/portage/__init__.py | 3 +- pym/portage/const.py | 1 + pym/portage/dbapi/__init__.py | 17 +- pym/portage/dep/__init__.py | 23 +- .../package/ebuild/_config/special_env_vars.py | 3 +- pym/portage/package/ebuild/config.py | 56 +++- pym/portage/util/__init__.py | 15 +- pym/repoman/checks.py | 300 ++++++++++++++= +---- pym/repoman/errors.py | 1 - 16 files changed, 395 insertions(+), 140 deletions(-)