portage.git
2009-04-30 Zac MedicoSupport profiles.desc from overlays. (trunk r13359)
2009-04-30 Zac MedicoSupport use.desc from overlays. (trunk r13358)
2009-04-30 Zac MedicoUse a new ProfileDesc class to handle the data for...
2009-04-30 Zac MedicoAdd support to emerge --metadata for transfering cache...
2009-04-30 Zac MedicoFix lockfile() docstring to correctly document the...
2009-04-30 Zac MedicoSimplify pkgcmp(). Thanks to Douglas Anderson <dja...
2009-04-30 Zac MedicoBug #266493 - Never return a long from vercmp() since...
2009-04-30 Zac MedicoAdd support for repos.conf 'aliases' attribute which...
2009-04-30 Zac MedicoFix typo from previous commit. (trunk r13351)
2009-04-30 Zac MedicoAdd support in repos.conf to override the "masters...
2009-04-30 Zac MedicoCall realpath(repodir) so it's conistent with the value...
2009-04-30 Zac MedicoBug #265909 - Make emerge display a warning message...
2009-04-30 Zac MedicoBug #266211 - Handle ESTALE like ENOENT in fetch and...
2009-04-30 Zac MedicoAdd support in action_uninstall() for file -> package...
2009-04-30 Zac MedicoSplit out an action_uninstall() function to handle...
2009-04-30 Zac MedicoConvert portage.bsd_chflags into a class with chflags...
2009-04-30 Zac MedicoMake portage.bsd_chflags correspond to FEATURES=chflags...
2009-04-30 Zac MedicoCreate the myreporoot variable from portdir_overlay...
2009-04-30 Zac MedicoEnsure that the correct PORTDIR setting is passed into...
2009-04-30 Zac MedicoBug #265768 - Handle CacheError when deleting currupt...
2009-04-30 Zac MedicoAdd a note about egencache to the --regen docs. (trunk...
2009-04-30 Zac MedicoBug #265768 - If the user happens to be using the metad...
2009-04-30 Zac MedicoBug #265768 - When initializing the eclass cache, use...
2009-04-30 Zac MedicoInside the portdbapi constructor, handle repositories...
2009-04-30 Zac MedicoPass the correct PORTDIR_OVERLAY value into the profile...
2009-04-30 Zac MedicoBug #265747 - Add a new /etc/portage/repos.conf config...
2009-04-30 Zac MedicoMove the /etc/portage categories and mirrors docs into...
2009-04-30 Zac MedicoSet local_config=False in config constructor calls...
2009-04-30 Zac MedicoAvoid leaking some variables from ebuild_main() into...
2009-04-30 Zac MedicoShow an error message when deletion of stale cache...
2009-04-30 Zac MedicoFilter virtuals when expanding atoms if it helps to...
2009-04-30 Zac MedicoFix broken logic from previous commit. (trunk r13313)
2009-04-30 Zac MedicoBug #265034 - In depgraph.loadResumeCommand(), tolerate...
2009-04-30 Zac MedicoUse _doebuild_exit_status_check() for unsuccessful...
2009-04-30 Zac MedicoIn config.setcpv(), don't add empty values to self...
2009-04-30 Zac MedicoFix typo in docstring. (trunk r13309)
2009-04-30 Zac MedicoRemove --nocolor since it's been replaced by --color...
2009-04-30 Zac MedicoInitialize self._trg_cache.ec inside the GenCache const...
2009-04-30 Zac MedicoBug #264435 - Handle EAGAIN errors when writing to...
2009-04-30 Zac MedicoDon't try to execut the pkg_info phase if DEFINED_PHASE...
2009-04-30 Zac MedicoReorganize emerge --info <atom> display, and make sure...
2009-04-30 Zac MedicoAdd UseFlagDisplay.sort_combined and sort_separated...
2009-04-30 Zac MedicoBug #265111 - Make current options override older optio...
2009-04-30 Zac MedicoCall _ebuild_phase_funcs() from ebuild_main() since...
2009-04-30 Zac Medico- Move DEFINED_PHASES code into _source_ebuild() and...
2009-04-30 Zac MedicoMove the ebuild sourcing code into a new _source_ebuild...
2009-04-30 Zac MedicoMake RecursiveFileLoader skip hidden directories, and...
2009-04-30 Zac MedicoMake emerge --info <atom> display USE similarly to...
2009-04-30 Zac MedicoFix some _doebuild_exit_status_check() calls so that...
2009-04-30 Zac MedicoAdd support to repoman for using layout.conf to control...
2009-04-30 Zac MedicoReplace references to portdbapi.eclassdb with appropria...
2009-04-30 Zac MedicoFix code in the portdbapi constructor to cache eclass_c...
2009-04-30 Zac MedicoAdd a --repo option, allowing cache to be generated...
2009-04-30 Zac MedicoAdd portdbapi support for a metadata/layout.conf file...
2009-04-30 Zac MedicoBug #262647 - Inside config.setcpv(), never add SRC_URI...
2009-04-30 Zac MedicoAdd an example for PORTAGE_IONICE_COMMAND. Thanks to...
2009-04-30 Zac MedicoAlways generate an error if the target cache contains...
2009-04-30 Zac MedicoIf there are not ebuilds matching a argument, only...
2009-04-30 Zac MedicoGenerate an error if there are no ebuilds found for...
2009-04-30 Zac MedicoInside tar_contents(), don't emulate tar --numeric...
2009-04-30 Zac MedicoBug #264245 - Revert i|=1 from r13242 since that breaks...
2009-04-30 Zac MedicoNote that only updates to PORTDIR are currently support...
2009-04-30 Zac Medico- Add more info to the DESCRIPTION section.
2009-04-30 Zac MedicoBug #264494 - In case the ebuild has enabled set -e...
2009-04-30 Zac MedicoRemove the ATOMS section and move --update to a new...
2009-04-30 Zac MedicoAllow --root-deps for ROOT=/, so people can do weird...
2009-04-30 Zac MedicoAdd a man page for egencache(1). (trunk r13270)
2009-04-30 Zac MedicoDocument new prepare and configure commands for EAPI...
2009-04-30 Zac MedicoClarify docs for --root-deps. (trunk r13268)
2009-04-30 Zac MedicoCombine the --rdeps-only and --root-deps options into...
2009-04-30 Zac MedicoAdd support for a EGENCACHE_DEFAULT_OPTS variable in...
2009-04-30 Zac MedicoAutomatically enable FEATURES=metadata-transfer if...
2009-04-30 Zac MedicoFix typo in comment. (trunk r13264)
2009-04-30 Zac MedicoAdd parsing code for --jobs and --load-average. (trunk...
2009-04-30 Zac MedicoAdd a new egencache --rsync option which enables a...
2009-04-30 Zac MedicoBug #263370 - In create_message(), use email.header...
2009-04-30 Zac MedicoBug #261377 - Add a new 'egencache' tool to generate...
2009-04-30 Zac MedicoWhen in --quiet mode, still show a message for failures in
2009-04-30 Zac MedicoIn MetadataRegen._metadata_exit(), notify the consumer...
2009-04-30 Zac Medicoreword the qa execstack notice since it can be triggere...
2009-04-30 Zac MedicoAdd a "consumer" keyword parameter to the MetadataRegen...
2009-04-30 Zac MedicoAdd support in MetadataRegen for cleansing stale cache...
2009-04-30 Zac MedicoAdd a cp_iter keyword argument to the MetadataRegen...
2009-04-30 Zac MedicoFix --newuse code to compare installed package USE...
2009-04-30 Zac MedicoBug #264291 - Fix inappropriate build dir creation...
2009-04-30 Zac MedicoImplement _use_dep.__repr__(). Thanks to Douglass Ander...
2009-04-30 Zac MedicoUpdate dep_getusedeps() docstring. Thanks to Douglass...
2009-04-30 Zac MedicoFix bug in old-style virtuals code from previous commit...
2009-04-30 Zac MedicoInside depgraph.validate_blockers(), prevent false...
2009-04-30 Zac MedicoDocument --root and --config-root. (trunk r13247)
2009-04-30 Zac MedicoAdd a --root option that sets $ROOT (complements the...
2009-04-30 Zac MedicoAdd support for --rdeps-only and --root-deps options...
2009-04-30 Zac MedicoIn order to eliminate the possibility of integer overfl...
2009-04-30 Zac MedicoBug #243220 - Show messages in emerge.log when old...
2009-04-30 Zac MedicoDon't show the package counter for "Uninstalling" messa...
2009-04-30 Zac MedicoAdd (x of y ) package counter in the "Installing" messa...
2009-03-27 Zac MedicoMake the argument hash in config.setcpv() a little... v2.1.6.11
2009-03-27 Zac MedicoFix typo in comment. (trunk r13230)
2009-03-27 Zac MedicoIn config.setcpv(), make sure the current args are...
2009-03-27 Zac MedicoInside config.setcpv(), don't clear out self.configdict...
next