Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/tests/emerge/
Date: Mon, 05 Sep 2011 23:22:38
Message-Id: d7a07a90a06de61563c6041eebde7a4198b643cf.zmedico@gentoo
1 commit: d7a07a90a06de61563c6041eebde7a4198b643cf
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 23:22:11 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 23:22:11 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=d7a07a90
7
8 tests/emerge: test fixpackages
9
10 ---
11 pym/portage/tests/emerge/test_simple.py | 3 +++
12 1 files changed, 3 insertions(+), 0 deletions(-)
13
14 diff --git a/pym/portage/tests/emerge/test_simple.py b/pym/portage/tests/emerge/test_simple.py
15 index a3b730b..3024dc6 100644
16 --- a/pym/portage/tests/emerge/test_simple.py
17 +++ b/pym/portage/tests/emerge/test_simple.py
18 @@ -133,6 +133,8 @@ src_install() {
19 os.path.join(PORTAGE_BIN_PATH, "emaint"))
20 env_update_cmd = (portage_python, "-Wd",
21 os.path.join(PORTAGE_BIN_PATH, "env-update"))
22 + fixpackages_cmd = (portage_python, "-Wd",
23 + os.path.join(PORTAGE_BIN_PATH, "fixpackages"))
24 portageq_cmd = (portage_python, "-Wd",
25 os.path.join(PORTAGE_BIN_PATH, "portageq"))
26 quickpkg_cmd = (portage_python, "-Wd",
27 @@ -162,6 +164,7 @@ src_install() {
28 emerge_cmd + ("--usepkgonly", "dev-libs/A"),
29 emaint_cmd + ("--check", "all"),
30 emaint_cmd + ("--fix", "all"),
31 + fixpackages_cmd,
32 portageq_cmd + ("match", "/", "dev-libs/A"),
33 portageq_cmd + ("best_visible", "/", "dev-libs/A"),
34 portageq_cmd + ("best_visible", "/", "binary", "dev-libs/A"),