portage.git
2008-08-20 Zac MedicoFix spelling of overriding for bug #235250.
2008-08-20 Zac MedicoFix dep_wordreduce() so that it doesn't cancel out...
2008-08-20 Zac MedicoMake dblink call back to the scheduler for "clean"...
2008-08-20 Zac MedicoMake sure EBUILD_PHASE is properly unset when calling...
2008-08-19 Zac MedicoWhen in background mode, redirect "adjusting permission...
2008-08-19 Zac MedicoAdd an 'IUSE defaults' section.
2008-08-19 Zac MedicoRemove reference to use.default. Thanks to ulm for...
2008-08-18 Zac MedicoThe following error is known to occur with Linux kernel...
2008-08-18 Zac MedicoUpdate for @everything -> @installed rename. Thanks...
2008-08-18 Zac Medico* Truncate status display output when necessary to...
2008-08-18 Zac MedicoDon't assume that the "world" set is an instance of...
2008-08-18 Zac MedicoFix atom -> str breakage in StaticFileSet.write().
2008-08-17 Zac MedicoDocument /var/lib/portage/world_sets.
2008-08-15 Zac MedicoBug #172496 - Add a PORTAGE_COMPRESS_EXCLUDE_SUFFIXES...
2008-08-15 Zac MedicoFor consistency, make get_open_fds() return a plain...
2008-08-15 Zac MedicoUse a list comprehension instead of strange map() usage...
2008-08-15 Zac MedicoFor py3k compatibility, replace map() call with a norma...
2008-08-15 Zac MedicoPass atom instances into action_depclean() instead...
2008-08-15 Zac MedicoValidate atoms from command line args before calling...
2008-08-15 Zac MedicoIn order to avoid an unhandled InvalidAtom exception...
2008-08-15 Zac Medico* Replace vartree.dep_match() call with normal dbapi...
2008-08-14 Zac MedicoWhen a build fails, generate a status message showing...
2008-08-14 Zac MedicoConvert exceptions from parse_metadata_use() into ...
2008-08-14 Zac Medico* Fix parse_metadata_use() to raise ParseError instead...
2008-08-14 Zac MedicoThe fpformat module is deprecated and will be removed...
2008-08-14 Zac MedicoMake Scheduler._choose_pkg() parallelize more aggressiv...
2008-08-12 Zac MedicoFix quoting for iteration over PROFILE_PATHS.
2008-08-12 Zac MedicoCreate a single EAPI section to contain all of the... v2.2_rc8
2008-08-12 Zac MedicoBug #234478 - Fix config._getMissingLicenses() to only...
2008-08-12 Zac MedicoDisable "waiting for lock" messages when in background...
2008-08-11 Zac MedicoFix ebuild(1) so that src_configure is only called...
2008-08-11 Zac MedicoEntirely disable the src_configure phase from the pytho...
2008-08-11 Zac MedicoIn source_all_bashrcs(), only change $IFS while splitti...
2008-08-10 Zac MedicoIncrease Scheduler._job_delay_max to 10 seconds. v2.2_rc7
2008-08-10 Zac MedicoFor pkg_config and pkg_info, add respective "config...
2008-08-10 Zac MedicoWhen testing userpriv write access in $DISTDIR, redirec...
2008-08-10 Zac MedicoRemove unnecessary dict.keys() call.
2008-08-10 Zac MedicoMove the default EAPI definition where it will work...
2008-08-10 Zac MedicoRemove most references to Package.metadata_keys and...
2008-08-10 Zac MedicoAdd sample code for the new src_configure and src_compi...
2008-08-10 Zac MedicoDocument the differences between EAPIs 0 and 1.
2008-08-10 Zac MedicoAdd new sections for EAPI 0 and 1 (currently empty).
2008-08-10 Zac MedicoFix typo.
2008-08-10 Zac MedicoRemove INHERITED from the vardbapi aux_get cache since...
2008-08-10 Zac MedicoRemove pointless `cd` calls in dyn_configure() and...
2008-08-10 Zac MedicoEliminate duplicate code by making _eapi1_src_compile...
2008-08-10 Zac MedicoMake the scheduler's job delay ramp up faster by increa...
2008-08-09 Zac MedicoFix dyn_clean() to properly clean $PORTAGE_BUILDDIR...
2008-08-09 Zac MedicoAdd write_contents() and tar_contents() functions to...
2008-08-09 Zac Medico* Use shlex.split() for splitting COLLISION_IGNORE.
2008-08-09 Zac MedicoBug #234100 - Update date and portage version in man...
2008-08-09 Zac MedicoBug #234157 - Remove BUILD_PREFIX from the docs since...
2008-08-09 Zac MedicoDon't use "dir" for a variable name since it's also...
2008-08-09 Zac MedicoAdd a reference to the default sets.conf location....
2008-08-09 Zac MedicoMake eapi*_src_install die since they're not supported.
2008-08-09 Zac MedicoEscape use flags before compiling regular expressions...
2008-08-09 Zac MedicoUpdate date in dyn_help copyright header. Thanks to...
2008-08-09 Zac MedicoWhen calling dbaip.aux_get() inside depgraph._select_pa...
2008-08-09 Zac MedicoIncrease Scheduler._job_delay_factor from 0.5 to 0...
2008-08-08 Zac MedicoRemove redundant default pkg_nofetch, src_unpack, and...
2008-08-08 Zac MedicoAdd new LinkageMap.listBrokenBinaries() and listProvide...
2008-08-08 Zac MedicoFix broken reference to os.path.realpath() inside Linka...
2008-08-08 Zac MedicoIn LinkageMap.rebuild(), filter empty strings that...
2008-08-08 Zac MedicoFix broken quoting in eval statements. Thanks to Arfrever.
2008-08-08 Zac MedicoAdd missing default_src_configure() function to table...
2008-08-08 Zac MedicoFix default phase functions in EAPI 2_pre2, since they...
2008-08-08 Zac MedicoRename the eapi2_pre2_* functions to just eapi2_* and...
2008-08-08 Zac MedicoImplement eapi$EAPI_* default phase functions that...
2008-08-08 Zac MedicoHandle missing ipv6 support (branches/prefix r11347).
2008-08-08 Zac Medico* Fix the default() implementation so that it maps...
2008-08-08 Zac MedicoShorten the scheduler status display in the xterm title...
2008-08-07 Zac MedicoWhen testing containment of elem[:1] in "MR", filter...
2008-08-07 Zac MedicoIn order to properly preserve --jobs and --load-average...
2008-08-07 Zac MedicoAdd support in EAPI 2_pre2 for a function named "defaul...
2008-08-07 Zac MedicoFix a bug in vardbapi.removeFromContents() which someti...
2008-08-07 Zac MedicoIn order to conserve some space, make _setitem() skip...
2008-08-07 Zac MedicoReplace call to `svn list` with a call to `svn status...
2008-08-06 Zac MedicoRemove the "ebuild.disjointed" check because it's obsol...
2008-08-06 Zac MedicoFix `svn status` output parsing to account for "replace...
2008-08-06 Zac MedicoRemove redundant 'local line' definition from previous...
2008-08-06 Zac MedicoFix breakage in elog function newline handling with...
2008-08-05 Zac MedicoMake doebuild() display manifest verification failures...
2008-08-05 Zac MedicoWhen there is no build log to display, it means that...
2008-08-05 Zac MedicoRemove unused parse_use_local_desc() function.
2008-08-05 Zac MedicoRemove the use.local.desc IUSE validation which is...
2008-08-04 Zac MedicoAdd some docs for EAPI 2_pre2.
2008-08-04 Zac MedicoBug #233735 - Add support for src_configure and default...
2008-08-04 Zac MedicoRemove code from bug #223447 which is now obsolete...
2008-08-04 Zac MedicoMake the status display say "Emerging" and "Emerging...
2008-08-04 Zac MedicoInsert extra newline before status messages, since...
2008-08-04 Zac MedicoMake dblink.unmerge() succeed even when ebuild phases...
2008-08-03 Zac MedicoAdd a more generic VariableSet to replace the InheritSe...
2008-08-02 Zac MedicoHandle missing sets, to avoid KeyError raised from...
2008-08-02 Zac MedicoDocument the fact that use of @installed/EverythingSet...
2008-08-02 Zac MedicoAdd a new RestrictSet which contains all packages that...
2008-08-02 Zac MedicoIn the file collision elog message, only say 'NOT merge...
2008-08-01 Zac Medico* Add INHERITED to vardbapi._aux_cache_keys since Packa...
2008-08-01 Zac MedicoAdd debug support to PackagesSystemSet since robbat2...
2008-08-01 Zac MedicoMake EbuildFetcher pass a copy of os.environ to the... v2.2_rc6
2008-08-01 Zac MedicoUpdate the Parallel Scheduling section to describe...
next