[gentoo-portage-dev] Wanted: committer for the portage git repo

2013-11-26 Thread Sebastian Luther
Hi everyone, since zmedico seems to be unavailable for now, I started to fix some bugs (see below). The problem is that I need someone with commit rights to the portage git repo, with the time to ack and commit my stuff. Does anyone volunteer to play this role? What is rather critical for now

Re: [gentoo-portage-dev] Wanted: committer for the portage git repo

2013-11-26 Thread Mike Frysinger
On Tuesday 26 November 2013 04:36:39 Sebastian Luther wrote: since zmedico seems to be unavailable for now, I started to fix some bugs (see below). The problem is that I need someone with commit rights to the portage git repo, with the time to ack and commit my stuff. Does anyone volunteer

[gentoo-portage-dev] [PATCH 1/2] Fix a missing rebuild (bug 490362)

2013-11-26 Thread SebastianLuther
From: Sebastian Luther sebastianlut...@gmx.de The dependency in the ebuild was changed from slot operator to no slot operator. The vdb contained the slot operator and emerge would refuse to rebuild, causing a missed update. --- pym/_emerge/depgraph.py| 3 +-

[gentoo-portage-dev] [PATCH 2/2] Suppress debug outout from tests

2013-11-26 Thread SebastianLuther
From: Sebastian Luther sebastianlut...@gmx.de --- pym/portage/tests/resolver/test_slot_conflict_rebuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/tests/resolver/test_slot_conflict_rebuild.py b/pym/portage/tests/resolver/test_slot_conflict_rebuild.py

Re: [gentoo-portage-dev] Another slot operator fix

2013-11-26 Thread Mike Frysinger
On Tuesday 26 November 2013 15:06:22 sebastianlut...@gmx.de wrote: This first patches fixes: Bug 490362 - dev-libs/icu-51.2-r1 conflicts with dev-tex/bibtexu-3.71_p20120701 The second patch suppresses some debug output from tests from an earlier commit. looks like these two have been

Re: [gentoo-portage-dev] Another slot operator fix

2013-11-26 Thread Brian Dolbec
On Tue, 2013-11-26 at 22:27 -0500, Mike Frysinger wrote: On Tuesday 26 November 2013 15:06:22 sebastianlut...@gmx.de wrote: This first patches fixes: Bug 490362 - dev-libs/icu-51.2-r1 conflicts with dev-tex/bibtexu-3.71_p20120701 The second patch suppresses some debug output from tests

Re: [gentoo-portage-dev] Another slot operator fix

2013-11-26 Thread Mike Frysinger
On Tuesday 26 November 2013 23:25:03 Brian Dolbec wrote: On Tue, 2013-11-26 at 22:27 -0500, Mike Frysinger wrote: On Tuesday 26 November 2013 15:06:22 sebastianlut...@gmx.de wrote: This first patches fixes: Bug 490362 - dev-libs/icu-51.2-r1 conflicts with dev-tex/bibtexu-3.71_p20120701