portage.git
2009-10-24 Zac MedicoUse find with -print0 for absolute safety. (trunk r14707)
2009-10-24 Zac MedicoBug #289967 - Update installsources rsync code for...
2009-10-24 Zac MedicoFactor vdb loading code out of the depgraph constructor...
2009-10-24 Zac MedicoFactor out duplicate "These are the packages that would...
2009-10-24 Zac MedicoAdd a --unordered-display option for use with --tree...
2009-10-24 Zac MedicoFactor the --tree code out of depgraph.display(). ...
2009-10-19 Zac MedicoFix license_groups parsing to stack the lists, so licen...
2009-10-19 Zac Medicodrop IMAGE -- people have had years to catch up (trunk...
2009-10-19 Zac MedicoIn calc_depclean(), Rename 'selected' to 'world', since...
2009-10-19 Zac MedicoBug #259697 - Update IUSE.invalid docs for glep 56...
2009-10-19 Zac MedicoAdd support for display of nested sets in --depclean...
2009-10-19 Zac MedicoRemove support for 'extend', 'remove', and 'intersect...
2009-10-19 Zac MedicoMove filtering of misc bash variables from save_ebuild_...
2009-10-19 Zac MedicoFix messages broken in r14616. Thanks to Arfrever for...
2009-10-19 Zac MedicoConvert --select to boolean True when enabled, so ...
2009-10-19 Zac MedicoWarn aabout default world and system set configuration...
2009-10-19 Zac MedicoAdd a --use-ebuild-visibility option, for using unbuilt...
2009-10-19 Zac MedicoFix breakage in DEFINED_PHASES code. (trunk r14664)
2009-10-19 Zac MedicoRemove reference to non-existent _source_ebuild functio...
2009-10-19 Zac MedicoPreserve variables which have been set in global scope...
2009-10-18 Zac MedicoIn SetConfig.getSetAtoms(), don't assume the set has...
2009-10-18 Zac MedicoCall config._init_dirs() from emerge so that it's not...
2009-10-18 Zac MedicoAutomatically create a fallback setconfig, so emerge...
2009-10-18 Zac MedicoBug #227225 - Add *DEPEND.badtilde warning for ~ operat...
2009-10-18 Zac MedicoMake cpv_getkey() use catpkgsplit() insead of a separat...
2009-10-18 Zac MedicoFix repoman breakage from previous commit. (trunk r14627)
2009-10-18 Zac MedicoInside dep_zapdeps(), detect cases such as || ( foo...
2009-10-18 Zac MedicoBug #273636 - Add doins and newins support for symlink...
2009-10-18 Zac MedicoBug #273643 - Don't export AA in EAPI 3. Thanks to...
2009-10-18 Zac MedicoUse short substitution syntax in use_with() and use_ena...
2009-10-18 Zac MedicoFix einstall() change from previous commit, for compati...
2009-10-18 Zac MedicoUse [ "${foo+set}" = set ] instead of "${foo-unset...
2009-10-18 Zac MedicoFix WorldHandler to use the "selected" set. (trunk...
2009-10-18 Zac MedicoIn dyn_unpack, check mtimes on $A instead of $AA. Thank...
2009-10-18 Zac MedicoMake phase variable local in has_phase_defined_up_to...
2009-10-18 Zac MedicoSimplify the conditionals from bug #273648. Thanks...
2009-10-18 Zac MedicoBug #273648 - EAPI 3 - the following condtions must...
2009-10-18 Zac MedicoBug #287869 - Add a --selective[=n] option (inverse...
2009-10-18 Zac MedicoMerge the internal package set changes from trunk r1461...
2009-10-18 Zac MedicoEnsure that /dev/std* streams have appropriate sandbox...
2009-10-18 Zac MedicoTODO: Make resume_depgraph() return reasons for dropped...
2009-10-18 Zac MedicoBug #289068 - Avoid KeyError: USE when depgraph calls...
2009-10-18 Zac MedicoAdd back info_vars docs accidentally removed in r14587...
2009-10-18 Zac MedicoAdd the "test" flag to implicit IUSE, so handling of...
2009-10-18 Zac MedicoOnly call _test_pty_eof() on Linux, since it seems...
2009-10-18 Zac MedicoAdd some examples for ACCEPT_LICENSE and ACCEPT_PROPERT...
2009-10-18 Zac MedicoBug #288906 - Fix Scheduler._dblink_elog() to always...
2009-10-18 Zac MedicoImplement __len__. (trunk r14598)
2009-10-18 Zac MedicoImplement FetchlistDict.__len__, in order to avoid
2009-10-12 Zac MedicoAdd a note about ACCEPT_LICENSE. (trunk r14593) v2.1.7.1
2009-10-12 Zac MedicoUpdate ACCEPT_LICENSE and ACCEPT_PROPERTIES docs. ...
2009-10-12 Zac MedicoAdd a reference to GLEP 23. (trunk r14589)
2009-10-12 Zac MedicoDocument license_groups. (trunk r14587)
2009-10-11 Zac MedicoUse a shell script wrapper for EPYTHON handling. (trunk...
2009-10-11 Zac MedicoUse a shell script for dohtml instead of a function...
2009-10-11 Zac MedicoRename dohtml to dohtml.py. Next commit will add a...
2009-10-11 Zac MedicoBug #288551 - Handle invalid cpv in portdbapi.aux_get...
2009-10-11 Zac MedicoBug #288551 - Fix portageq to handle portage.exception...
2009-10-11 Zac MedicoAdd a xpak-helper.py script, so that shell code always...
2009-10-11 Zac MedicoFix python shebangs. s:/usr/bin/env python:/usr/bin...
2009-10-11 Zac MedicoAdd some more EPYTHON safety. (trunk r14570)
2009-10-11 Zac MedicoSet EPYTHON variable as empty when calling portageq...
2009-10-11 Zac MedicoBug #288533 - Make WorldSet automatically include ...
2009-10-10 Zac MedicoAdd notes about python3 support. (trunk r14564) v2.1.7
2009-10-10 Zac MedicoAdd a note about --update and bug #275945 for 2.1.7...
2009-10-10 Zac MedicoDiscard the log on success, since otherwise we'll have...
2009-10-10 Zac MedicoDocument 'backtracking' in the MASKED PACKAGES section...
2009-10-10 Zac MedicoUncomment line accidentally commented in r14538. Thanks...
2009-10-10 Zac MedicoBug #288025 - Avoid AttributeError on OSes that don...
2009-10-10 Zac MedicoRevert the rest of the package sets related code and...
2009-10-10 Zac MedicoRemove 2.2 news and notes, and add add 2.1.7.
2009-10-10 Zac MedicoUpdate portage version in headers.
2009-10-10 Zac MedicoRemove preserve-libs docs.
2009-10-10 Zac MedicoRemove world_sets support.
2009-10-10 Zac MedicoRemove unused PATH code from EAPI 3_pre1.
2009-10-10 Zac MedicoBug #248603 - Disable warnings about missing repo_name...
2009-10-10 Zac MedicoRemove set config documentation.
2009-10-10 Zac MedicoFix _set module imports for rename, add hardcoded confi...
2009-10-10 Zac MedicoMake the sets module private in this branch.
2009-10-10 Zac MedicoRevert preserve-libs support since it won't be supporte...
2009-10-10 Zac MedicoDisable EAPI 3_pre1.
2009-10-09 Zac MedicoFix ugly 'Candidates' --debug output.
2009-10-09 Zac MedicoFix error in --changed-use logic.
2009-10-09 Zac MedicoAdd --changed-use as an alias for --reinstall=changed...
2009-10-09 Zac MedicoBug #273099 - Add split-log and split-elog FEATURES...
2009-10-09 Zac MedicoBug #274497 - Misc spelling, grammar, and terminology...
2009-10-09 Zac MedicoForce consistent color output, in case we are capturing...
2009-10-09 Zac MedicoAdd a --color < y | n > option so that color output...
2009-10-09 Zac MedicoHandle AUTOCLEAN and NOCOLOR case insensitivity inside...
2009-10-09 Zac MedicoAdd back Arfrever's emerge --info change because it...
2009-10-09 Arfrever Frehtes... Ask for the output of 'emerge --info' instead of 'emerg...
2009-10-09 Arfrever Frehtes... Ask for the output of 'emerge --info =$CATEGORY/$PF'.
2009-10-09 Arfrever Frehtes... Fix "TabError: inconsistent use of tabs and spaces...
2009-10-09 Zac MedicoBug #272000 - When --keep-going is enabled, don't compl...
2009-10-09 Zac MedicoBug #271551 - Inside depgraph.select_files(), avoid...
2009-10-09 Zac MedicoBug #270933 - Make the "If you need support ..." messag...
2009-10-09 Zac MedicoBug #267468 - Display the total number of binary packag...
2009-10-08 Zac MedicoFix typo in FEATURES=news docs. Thanks to Jonathan...
2009-10-08 Zac MedicoBug #287950 - Add a --fail-clean[=n] option, for enabli...
2009-10-07 Zac MedicoBug #287950 - Add support for FEATURES=fail-clean which...
next