portage.git
2006-08-13 Zac MedicoMake stack_dictlist return an empty dictionary when...
2006-08-13 Zac MedicoFor consistent results, sort the contents when generati...
2006-08-11 Zac MedicoAdd news about use.force.
2006-08-11 Zac MedicoAdd some docs for use.force and package.use.force.
2006-08-11 Zac MedicoAdd support for use.force and package.use.force in...
2006-08-11 Zac MedicoFix stack_dictlist() so that incremental stacking behav...
2006-08-10 Zac MedicoDisplay masked USE flags as (-flag) instead of ( -flag...
2006-08-09 Zac MedicoUse ( -flag ) to indicate flags that have been forced...
2006-08-09 Zac MedicoForce a sane umask in quickpkg for bug #143340.
2006-08-09 Zac MedicoReturn early from global directory initialization if...
2006-08-09 Zac MedicoRemove a dead hunk of code spotted by antarus.
2006-08-08 Zac MedicoRemove unnecessary check for USE flags that start with...
2006-08-07 Mike Frysingerfixups from Benno Schulenberg #143079
2006-08-07 Zac MedicoWhen performing expansion of USE_EXPAND variables,...
2006-08-07 Zac MedicoRemove the dopython docs for bug #141935.
2006-08-07 Zac MedicoCleanse stale metadata cache for binpkgs that have...
2006-08-06 Zac MedicoSort the USE flags.
2006-08-06 Zac MedicoAdd some package.use.mask docs.
2006-08-06 Zac MedicoFix rsync code to work with a username@ uri for bug...
2006-08-06 Zac MedicoSplit the USE flags calculation out of the generic...
2006-08-06 Zac MedicoKeep USE flags from / and $ROOT separate in the depgrap...
2006-08-06 Zac MedicoRemove unused "cladded" variable reported by antarus.
2006-08-06 Zac MedicoAllow USE_EXPAND vars to be overridden in the environme...
2006-08-05 Zac MedicoAdd the date and time of the last sync to emerge -...
2006-08-05 Ned Ludd- emerge -pqv should display USE flags; Bug 128598...
2006-08-05 Zac MedicoAdd notes about nostrip and installsources to the split...
2006-08-05 Zac MedicoAdd some docs for the installsources feature.
2006-08-05 Zac MedicoAdd additional checks for --pretend and --fetch-all...
2006-08-05 Mike Frysingeradd space before prompt
2006-08-04 Zac MedicoIgnore hidden files or directories in the vardbapi...
2006-08-04 Zac MedicoFor completeness, clone self.puse and self.mycpv.
2006-08-04 Zac MedicoAdd support for package.use.mask in the profile. It...
2006-08-04 Marius Mauchignore packages that were just fetched from being added...
2006-08-04 Zac MedicoFix the installsources feature so that it works even...
2006-08-04 Zac MedicoFix STRIP_MASK logic so that a match results in stripit...
2006-08-03 Zac MedicoProtect USE_EXPAND flags from -* in order to preserve...
2006-08-03 Zac MedicoInstead of self.puse, use self.mycpv to return early...
2006-08-03 Zac MedicoExpand USE_EXPAND flags earlier so that their increment...
2006-08-03 Zac MedicoUse a recursive function to simplify the walking of...
2006-08-02 Zac MedicoRemove dojar docs for bug #108517.
2006-08-02 Zac MedicoRemove the unnecessary "Previously fetched" portion...
2006-08-02 Zac MedicoLink the full handbook since it's guaranteed to continu...
2006-08-02 Zac MedicoMove code that updates depgraph state from select_dep...
2006-08-02 Zac MedicoGrab /etc/profile.env from the target root instead...
2006-08-02 Zac MedicoMove profile.env to the bottom of the stack so that...
2006-08-02 Zac MedicoRemove duplicate profile.env values from the environmen...
2006-08-01 Zac MedicoRemove dojar for bug #108517.
2006-07-31 Zac MedicoDon't write to emerge.log when --pretend is enabled...
2006-07-31 Zac MedicoWhen emerge exits to blockers, show a link to the relev...
2006-07-31 Zac MedicoOnly ignore ENOENT in getconfig() so that more importan...
2006-07-31 Zac MedicoAdd matching quote (typo from last revision).
2006-07-31 Zac MedicoCatch ParseError from getconfig during env_update for...
2006-07-31 Zac MedicoRemove pointless cvs dependent REPOROOTS code. Thanks...
2006-07-29 Zac MedicoStack /etc/profile.env inside portage.config so that...
2006-07-28 Zac MedicoMake sure we doebuild uses the correct tree for fetch...
2006-07-28 Zac MedicoUse the FetchlistDict to simplify code.
2006-07-28 Zac MedicoPass in the path to the base of the current tree to...
2006-07-28 Zac MedicoAdd PKG_CONFIG_PATH to env_update incrementals for...
2006-07-28 Zac MedicoAllow a digest to be created before any distfiles have...
2006-07-28 Zac MedicoAdd a --force option for `ebuild digest` so that the...
2006-07-27 Zac MedicoSimplify permissions adjustment after a file is fetched.
2006-07-27 Zac MedicoMove the filesystem mirrors code into the main fetch...
2006-07-27 Zac MedicoMove permissions adjustment of previously fetched files...
2006-07-27 Zac MedicoFix ENOENT exception handler so that it only wraps...
2006-07-27 Zac MedicoHide a password if a uri contains one (a custom local...
2006-07-27 Zac MedicoSimplify fetch failure logic.
2006-07-27 Zac MedicoEnsure that that fetch restriction message is only...
2006-07-27 Zac MedicoAllow fetch restricted files to be fetched from custom...
2006-07-27 Zac MedicoMove the initial check of previously fetched files...
2006-07-26 Zac MedicoFix unsafe deletion of a dictionary item during iteration.
2006-07-25 Zac MedicoWhen necessary, always print a list of missing atoms...
2006-07-25 Zac MedicoMove the self dependency check from digraph.addnode...
2006-07-25 Zac MedicoAdd more dependencies to the digraph in order to help...
2006-07-24 Zac Medicos/difference/symmetric_difference/ for the last two...
2006-07-24 Zac MedicoFor binary packages, trigger a rebuild with --newuse...
2006-07-24 Zac MedicoTrigger a rebuild with --newuse when IUSE has changed...
2006-07-23 Zac MedicoSimplify depgraph.select_dep() logic by using a list...
2006-07-23 Zac MedicoReturn tuples instead of lists from getboth functions...
2006-07-23 Zac MedicoReturn a tuple from searchindex instead of a list.
2006-07-22 Zac MedicoMake xsplit() return False on failure and True on succe...
2006-07-22 Zac MedicoMove best_match_to_list, match_from_list, and match_to_...
2006-07-22 Zac MedicoMove portage.best() to portage_versions.
2006-07-22 Zac MedicoRemove unused portage.match_from_list_original() function.
2006-07-22 Zac MedicoUse portage.best() to simplify package comparison.
2006-07-22 Zac MedicoJust add the providers to the protected set without...
2006-07-22 Zac MedicoMake depclean account for old-style virtuals so that...
2006-07-21 Zac MedicoMake sure that PORTAGE_BUILDDIR exists before attemptin...
2006-07-21 Zac MedicoCollapse whitespace in aux_get calls for remote binpkg...
2006-07-21 Zac MedicoIgnore hidden directories and files when updating confi...
2006-07-21 Zac MedicoAdd a link for "Setting up your own local rsync mirror...
2006-07-21 Zac MedicoMove dep_transform from the portage_dep module to porta...
2006-07-21 Zac MedicoMove update_config_files from the core portage module...
2006-07-21 Zac MedicoDo the portage_checksum import in local scope because...
2006-07-21 Zac MedicoMove new_protect_filename from the core portage module...
2006-07-21 Zac MedicoMove parse_updates from the core portage module to...
2006-07-21 Zac MedicoMove isjustname, isspecific, dep_getkey, and dep_transf...
2006-07-21 Zac MedicoRemove grabdict_package and grabfile_package from the...
2006-07-21 Zac MedicoMove dep_getcpv, get_operator, and isvalidatom from...
2006-07-21 Zac MedicoBlacklist some variables in the config constructor...
2006-07-20 Zac MedicoFix broken if/elif statement.
next