aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage into ↵public_apiBrian Dolbec2014-03-26456-13080/+30379
| | | | public_api
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage into ↵Brian Dolbec2012-07-31157-2767/+7766
|\ | | | | | | public_api
| * get_term_size: handle missing stty commandZac Medico2012-07-271-2/+9
| |
| * get_term_size: pass fd to sttyZac Medico2012-07-271-2/+6
| |
| * get_term_size: pass fd to curses.setupterm()Zac Medico2012-07-271-1/+2
| |
| * get_term_size: handle temporary stdout overridesZac Medico2012-07-271-1/+3
| |
| * _selinux/spawn_wrapper: setexec *after* forkZac Medico2012-07-261-14/+26
| | | | | | | | | | This avoids any interference with concurrent threads in the calling process.
| * Makefile: drop /etc/make.globals sym, bug #427862Zac Medico2012-07-241-1/+0
| | | | | | | | | | Any consumers of /etc/make.globals can be fixed to use /usr/share/portage/config/make.globals directly.
| * make.conf: clarify -frecord-gcc-switchesZac Medico2012-07-231-1/+2
| |
| * output: allow to use stderr in TermProgressBarCorentin Chary2012-07-231-6/+6
| |
| * emaint: split into separate modulesBrian Dolbec2012-07-2221-653/+1429
| |
| * TermProgressBar: fix broken ref to "image" varZac Medico2012-07-221-1/+1
| | | | | | | | Broken since commit 0623e44a500125064525413404948af9179747a9.
| * get_term_size: check if sys.stderr.isatty()Federico "fox" Scrinzi2012-07-221-1/+1
| |
| * ebuild.5: fix (-) use dep example for bug #427384Ian Stakenvicius2012-07-201-1/+1
| |
| * slotmove: update comment about EAPI 4-slot-abiv2.2.0_alpha120Zac Medico2012-07-181-3/+1
| |
| * Fix extended atom match for =* operator.Zac Medico2012-07-183-21/+32
| |
| * match_from_list: match slot for extended atomsZac Medico2012-07-182-1/+3
| |
| * etc-update: fix --automode -5, bug #427068Zac Medico2012-07-181-0/+7
| |
| * Support =*/*-*9999* wildcard atom, bug #402197.Zac Medico2012-07-184-15/+69
| |
| * depgraph: __auto_rebuild__ KeyError, bug #427036Zac Medico2012-07-182-3/+9
| |
| * portage.update: use isvalidatom for EAPI checkZac Medico2012-07-174-17/+34
| |
| * tests/update: fix whitespacev2.2.0_alpha119Zac Medico2012-07-172-4/+4
| |
| * move: respect EAPI wrt dots_in_PN, bug #426476Zac Medico2012-07-174-7/+203
| |
| * Propagate EAPI for update_dbentry (bug #426476).Zac Medico2012-07-178-14/+136
| |
| * prepstrip: avoid rm warning about cwdZac Medico2012-07-151-0/+1
| |
| * test_move_slot_ent: workaround for 1s timestampsZac Medico2012-07-131-0/+5
| |
| * slotmove: fix handling for EAPI 4-slot-abiv2.2.0_alpha118Zac Medico2012-07-137-16/+206
| | | | | | | | | | | | | | | | This is just a really minimal fix, in order to prevent slotmove from behaving incorrectly with packages that use EAPI 4-slot-abi. Any slotmove commands that try so specify a sub-slot are treated as invalid for now, since that will required additional EAPI conditional logic, as reported in bug #426476.
| * vardbapi: use float mtime for aux cachev2.2.0_alpha117Zac Medico2012-07-121-3/+9
| |
| * manifest: remove unused mhashes variableZac Medico2012-07-121-1/+0
| |
| * Skip whirlpool digest check when unaccelerated.Zac Medico2012-07-123-8/+31
| | | | | | | | | | | | | | | | If multiple digests are available and whirlpool is unaccelerated, then skip it. This allows extreme performance problems like bug #425046 to be avoided whenever practical, especially for cases like stage builds where acceleration may not be available for some hashes due to minimization of dependencies.
| * tests: support NOCOLOR env variableZac Medico2012-07-112-0/+6
| |
| * Fix --complete-graph-if-new-use for --autounmask.Zac Medico2012-07-101-2/+2
| |
| * emerge: add --complete-graph-if-new-use < y | n >Zac Medico2012-07-105-6/+101
| | | | | | | | | | | | Trigger the --complete-graph behavior if USE or IUSE will change for an installed package. This option is enabled by default. This will fix bug #425558.
| * ebuild(5): note that keepdir/dodir accept multiple pathsMike Frysinger2012-07-101-5/+5
| | | | | | | | | | | | | | Current documentation indicates these only take one path, but they both accept an arbitrary number of paths. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * migrate emaint to use the new title and label features of the progressbar.Brian Dolbec2012-07-091-4/+2
| |
| * fix a couple more inconsistancies in the progessbar title, label changes.Brian Dolbec2012-07-091-11/+7
| |
| * TermProgressBar: Fix to do 80 chars (not 81)Brian Dolbec2012-07-091-2/+2
| |
| * PORTAGE_GPG_SIGNING_COMMAND: --digest-algo SHA256Zac Medico2012-07-091-1/+1
| |
| * apply Federico "fox" Scrinzi progressbar additions of title and label ↵Brian Dolbec2012-07-091-4/+26
| | | | | | | | display. Fix a couple bugs and add max_desc_length param.
| * PORTAGE_GPG_SIGNING_COMMAND: --digest-algo SHA512Zac Medico2012-07-051-1/+1
| |
| * SlotAbiEmergeTestCase: test new downgrade codeZac Medico2012-07-051-3/+6
| |
| * vartree.py: fix stutter in commentv2.2.0_alpha116Zac Medico2012-07-041-1/+1
| |
| * Rebuild for slot-abi downgrades, bug #424651.Zac Medico2012-07-042-36/+298
| |
| * ConfigTestCase: fix warning about manifest-hashesZac Medico2012-07-041-2/+2
| |
| * const: Adjust MANIFEST2_* for new defaultsZac Medico2012-07-041-6/+8
| |
| * emerge: more helpful "non-existent set" messageZac Medico2012-07-031-0/+6
| |
| * emaint: remove obsolete world category checkZac Medico2012-07-031-7/+2
| | | | | | | | | | | | The reason for this check, as discussed in bug #166785, is no longer relevant since emerge does not suggest to run `emaint --check world` in this case anymore.
| * Atom: tweak indent for slot logicZac Medico2012-07-021-24/+24
| |
| * Fix unmerge-backup/preserve-libs interaction.Zac Medico2012-07-021-3/+6
| |
| * _pre_unmerge_backup: show failure messagev2.2.0_alpha115Zac Medico2012-07-021-0/+2
| |