portage.git
2007-06-22 Zac Medicoenable save_summary and echo modules in make.globals...
2007-06-22 Zac MedicoShow which $ROOT a package was merged to when $ROOT...
2007-06-22 Zac Medico- Make elog finalize() handling safe for PORTAGE_CONFIG...
2007-06-22 Zac MedicoDocument RESTRICT=bindist and add a note about allowanc...
2007-06-22 Zac MedicoUpdate 2.1.3 news for elog stuff. (trunk r6950)
2007-06-22 Zac MedicoFor bug #182428, make quickpkg exclude config files...
2007-06-22 Zac MedicoMake quickpkg print a warning if "bindist" is in RESTRI...
2007-06-22 Zac MedicoClean up the profile masking code. (trunk r6292)
2007-06-22 Zac Medicocache the result of --suffix to reduce testing overhead...
2007-06-22 Zac MedicoImplement iterkeys on top of __iter__ instead of vice...
2007-06-22 Zac Medicoconfig class mapping interface cleanups from trunk...
2007-06-22 Zac MedicoRemove more unnecessary list generation. (trunk r6913)
2007-06-22 Zac MedicoRemove more unnecessary list generation. (trunk r6912)
2007-06-22 Zac MedicoRemove lots of unnecessary list generation via dict...
2007-06-22 Zac MedicoPrint hostname in xterm title if HOSTNAME is exported...
2007-06-22 Zac MedicoPrint filename when displaying package.mask comments...
2007-06-22 Zac MedicoAdd support for RSYNC_EXTRA_OPTS to webrsync (trunk...
2007-06-22 Zac MedicoCheck if entries contain the required hashes before...
2007-06-22 Zac Medicoremove confcache docs (trunk r5802)
2007-06-22 Zac Medicoif requested argv cannot be matched to anything, exit...
2007-06-21 Zac MedicoSome minor fixes for manifest code (trunk r5735)
2007-06-21 Zac MedicoAllow per-module filtering based on loglevels in additi...
2007-06-21 Zac Medico- start documenting qa notices so antarus stops whining...
2007-06-21 Zac MedicoDisplay message about --buildpkgonly restriction in...
2007-06-21 Zac Medicodefault --help should be usable, so make the extended...
2007-06-21 Zac Medicofix grammar in error output (trunk r6285)
2007-06-21 Zac Medicomake PDEPEND wording less restrictive #172511 and clari...
2007-06-21 Zac Medicochange "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and...
2007-06-21 Zac Medicochange DOCDESTTREE to _E_DOCDESTTREE_ to try and preven...
2007-06-21 Zac Medicostrip .comment by default, add a comment as to what...
2007-06-21 Zac MedicoPretty up the repoman imports, use cPickle over pickle...
2007-06-21 Zac Medicoadd new echo module for people who don't want any real...
2007-06-21 Zac Medicoas noted by Josh Saddler on the gentoo-dev mailing...
2007-06-21 Zac MedicoIn dblink._security_check(), use os.path.realpath to...
2007-06-20 Zac MedicoAdd an --ignore-default-opts option that is analogous...
2007-06-20 Zac MedicoUse the the optparse options for --ignore-default-opts...
2007-06-20 Zac MedicoShow a "world problems" warning for packages that aren...
2007-06-20 Zac MedicoFor bug #180165, make portageq print a "Permission...
2007-06-20 Zac MedicoIf a package is in the world set but it's not installed...
2007-06-19 Zac MedicoFix cacheddir() to behave properly if os.listdir()...
2007-06-19 Zac MedicoFor bug #143340, give an appropriate message when there...
2007-06-19 Zac MedicoReturn early from get_term_size() is stdout is not...
2007-06-19 Zac MedicoFor bug #182571, handle curses.error if it's thrown...
2007-06-19 Zac MedicoFor bug #182428, make quickpkg use a more secure umask...
2007-06-18 Zac MedicoDuring unmerge, always verify that the file isn't a...
2007-06-17 Zac MedicoIn dblink.isowner() don't bother to stat the file when...
2007-06-17 Zac MedicoFor bug #182346, use dblink.isowner() during unmerge...
2007-06-15 Zac MedicoGo ahead and unlink symlinks to directories when they...
2007-06-15 Zac MedicoMake the collision-protect loop check for existance...
2007-06-15 Zac MedicoMake repoman exit with nonzero status whenever there...
2007-06-15 Zac MedicoFor bug #182021, use active voice when notifying the...
2007-06-15 Zac MedicoHandle another case where removing a symlink to a direc...
2007-06-15 Zac MedicoFor bug #182157, don't let unmerge-orphans unlink symli...
2007-06-15 Zac MedicoFor bug #182157, never chmod 0 symlinks before unlinkin...
2007-06-15 Zac MedicoFor bug #182105, fix the spelling of the fd_pipes parem...
2007-06-14 Zac MedicoFix broken \!found logic so that any missing files... v2.1.3_rc1
2007-06-14 Zac MedicoMiscellaneous global updates cleanups. (trunk r6686...
2007-06-13 Zac MedicoFor bug #181953, prevent the circular_blocks code from...
2007-06-13 Zac MedicoIn dblink.treewalk(), handle the case where the current...
2007-06-13 Zac MedicoAdd a note about the new unmerge-orphans behavior....
2007-06-13 Zac MedicoFor bug #134620, add a FEATURES=unmerge-orphans option...
2007-06-13 Zac MedicoFix dblink.isowner() so it works properly when ROOT...
2007-06-13 Zac MedicoUse cached dblink instances for collision-protect....
2007-06-13 Zac MedicoCache dblink instances for security checks and referenc...
2007-06-12 Zac MedicoReuse previously acquired lstat results. (trunk r6821)
2007-06-12 Zac MedicoFor bug #153109, replace our old chflags module with...
2007-06-12 Zac MedicoRemove some useless dircache code. (trunk r6818)
2007-06-12 Zac MedicoAlways return a dict from dblink.getcontents() since...
2007-06-12 Zac MedicoFor bug #181021, during unmerge use all slot matches...
2007-06-12 Zac MedicoAdd a note about preservation of timestamps on merged...
2007-06-11 Zac MedicoUpdate the PORT_LOGDIR docs for bug #82378. Thanks...
2007-06-11 Zac MedicoAdd news about USE_EXPAND wildcards. (trunk r6802)
2007-06-11 Zac MedicoFor consistency with other xterm titles code, redirect...
2007-06-11 Zac MedicoFor bug #181355, detect parenthesis mismatch in paren_r...
2007-06-10 Zac MedicoFor bug #81097, detect and report suspicious hardlinks...
2007-06-10 Zac MedicoFor bug #181551, support slot deps in package.keywords...
2007-06-10 Zac MedicoMake repoman work with both + and - flags in IUSE....
2007-06-10 Zac MedicoPreserve order of flags from IUSE in wildcard expansion...
2007-06-09 Zac MedicoFor bug #148702, use the * token to trigger wildcard...
2007-06-09 Zac MedicoWhen an update is discarded due to confmem, record...
2007-06-09 Zac MedicoFor bug #148702, automatically enable flags from IUSE...
2007-06-09 Zac MedicoFor bug #181387, fix an UnboundLocalError for the mymti...
2007-06-09 Zac MedicoSkip bogus '$ECLASS inherited illegally' messages when... v2.1.2.10
2007-06-09 Zac MedicoDon't forget to rename the temporary binpkg after it...
2007-06-09 Zac MedicoOnly execute $PROMPT_COMMAND when appropriate. (trunk...
2007-06-09 Zac MedicoFor bug #152828, run ${CHOST}-ldconfig when ${CBUILD...
2007-06-08 Zac MedicoFor bug #139383, in xtermTitleReset() use os.system...
2007-06-08 Zac MedicoFor bug #181104, make econf give an appropriate error...
2007-06-08 Zac MedicoIgnore InvalidDependString exceptions from the RESTRICT...
2007-06-08 Zac MedicoMake all the python code respect USE conditionals in...
2007-06-08 Zac MedicoReturn copies of the cached values from pkgsplit and...
2007-06-08 Zac MedicoFor bug #156536, update --resume docs to show that...
2007-06-08 Zac MedicoFor bug #153967, use -O / in the default FETCHCOMMAND...
2007-06-08 Zac MedicoFor bug #181021, preserve timestamps from during merge...
2007-06-08 Zac MedicoFix typo, split SPACE_SEPARATED variables on whitespace...
2007-06-08 Zac MedicoWhen dblink.treewalk() looks for an installed instance...
2007-06-08 Zac MedicoRemove duplicate entries from special variables process...
2007-06-08 Zac MedicoUse user-provided for -5 (bug #47442) (trunk r6735)
2007-06-08 Zac MedicoAdd ECONF_SOURCE to the econf docs. (trunk r6733)
2007-06-08 Zac MedicoDocument EXTRA_ECONF, thanks to Arfrever FTA in bug...
next