portage.git
2009-04-19 Zac MedicoAdd note about 'use' in the Atom.intersects() docstring. v2.2_rc31
2009-04-19 Zac MedicoDrop from --ask to --pretend for uninstall all actions.
2009-04-19 Zac MedicoAdd missing del when cleansing cache in action_metadata().
2009-04-19 Zac MedicoTweak _eclasses_ logic inside action_metadata().
2009-04-19 Zac MedicoEmphasize precedence of repos.conf over layout.conf.
2009-04-19 Zac MedicoAdd notes about eclass precedence for metadata/layout...
2009-04-19 Zac MedicoIn action_deselect(), use the installed packages to...
2009-04-19 Zac MedicoAdd --ask support to action_deselect().
2009-04-19 Zac MedicoFix bugs in action_deselect() and add --pretend support.
2009-04-19 Zac MedicoAdd a new --deselect action which removes atoms from...
2009-04-19 Zac MedicoFix default master code so that it doesn't trigger...
2009-04-19 Zac MedicoIf a repo doesn't have metadata/layout.conf then use...
2009-04-18 Zac MedicoHandle IOError from codecs.open().
2009-04-18 Zac MedicoSupport profiles.desc from overlays.
2009-04-18 Zac MedicoSupport use.desc from overlays.
2009-04-18 Zac MedicoUse a new ProfileDesc class to handle the data for...
2009-04-18 Zac MedicoAdd support to emerge --metadata for transfering cache...
2009-04-18 Zac MedicoFix lockfile() docstring to correctly document the...
2009-04-18 Zac MedicoSimplify pkgcmp(). Thanks to Douglas Anderson <dja...
2009-04-17 Zac MedicoBug #266493 - Never return a long from vercmp() since...
2009-04-16 Zac MedicoAdd support for repos.conf 'aliases' attribute which...
2009-04-16 Zac MedicoFix typo from previous commit.
2009-04-16 Zac MedicoAdd support in repos.conf to override the "masters...
2009-04-16 Zac MedicoCall realpath(repodir) so it's conistent with the value...
2009-04-15 Zac MedicoBug #265909 - Make emerge display a warning message...
2009-04-15 Zac MedicoBug #266211 - Handle ESTALE like ENOENT in fetch and...
2009-04-15 Zac MedicoAdd support in action_uninstall() for file -> package...
2009-04-15 Zac MedicoSplit out an action_uninstall() function to handle...
2009-04-13 Zac MedicoConvert portage.bsd_chflags into a class with chflags...
2009-04-13 Zac MedicoMake portage.bsd_chflags correspond to FEATURES=chflags...
2009-04-12 Zac MedicoCreate the myreporoot variable from portdir_overlay...
2009-04-12 Zac MedicoEnsure that the correct PORTDIR setting is passed into...
2009-04-12 Zac MedicoAdd a note about dlopen and libtool archives in the...
2009-04-12 Zac MedicoAdd a LibraryFileConsumerSet class that can be used...
2009-04-12 Zac MedicoBug #265768 - Handle CacheError when deleting currupt... v2.2_rc30
2009-04-12 Zac MedicoAdd a note about egencache to the --regen docs.
2009-04-12 Zac MedicoBug #265768 - If the user happens to be using the metad...
2009-04-12 Zac MedicoBug #265768 - When initializing the eclass cache, use...
2009-04-12 Zac MedicoInside the portdbapi constructor, handle repositories...
2009-04-12 Zac MedicoPass the correct PORTDIR_OVERLAY value into the profile...
2009-04-11 Zac MedicoBug #265747 - Add a new /etc/portage/repos.conf config...
2009-04-11 Zac MedicoMove the /etc/portage categories and mirrors docs into...
2009-04-11 Zac MedicoSet local_config=False in config constructor calls...
2009-04-11 Zac MedicoAvoid leaking some variables from ebuild_main() into... v2.2_rc29
2009-04-11 Zac MedicoShow an error message when deletion of stale cache...
2009-04-11 Zac MedicoFilter virtuals when expanding atoms if it helps to...
2009-04-10 Zac MedicoFix broken logic from previous commit.
2009-04-10 Zac MedicoBug #265034 - In depgraph.loadResumeCommand(), tolerate...
2009-04-10 Zac MedicoUse _doebuild_exit_status_check() for unsuccessful...
2009-04-10 Zac MedicoIn config.setcpv(), don't add empty values to self...
2009-04-09 Zac MedicoFix typo in docstring.
2009-04-09 Zac MedicoRemove --nocolor since it's been replaced by --color...
2009-04-09 Zac MedicoInitialize self._trg_cache.ec inside the GenCache const...
2009-04-09 Zac MedicoBug #264435 - Handle EAGAIN errors when writing to...
2009-04-08 Zac MedicoDon't try to execut the pkg_info phase if DEFINED_PHASE...
2009-04-08 Zac MedicoReorganize emerge --info <atom> display, and make sure...
2009-04-08 Zac MedicoAdd UseFlagDisplay.sort_combined and sort_separated...
2009-04-08 Zac MedicoBug #265111 - Make current options override older optio...
2009-04-08 Zac MedicoCall _ebuild_phase_funcs() from ebuild_main() since...
2009-04-08 Zac Medico- Move DEFINED_PHASES code into _source_ebuild() and...
2009-04-08 Zac MedicoMove the ebuild sourcing code into a new _source_ebuild...
2009-04-08 Zac MedicoMake RecursiveFileLoader skip hidden directories, and...
2009-04-08 Zac MedicoMake emerge --info <atom> display USE similarly to...
2009-04-07 Zac MedicoFix some _doebuild_exit_status_check() calls so that...
2009-04-07 Zac MedicoAdd support to repoman for using layout.conf to control...
2009-04-07 Zac MedicoReplace references to portdbapi.eclassdb with appropria...
2009-04-07 Zac MedicoFix code in the portdbapi constructor to cache eclass_c...
2009-04-06 Zac MedicoAdd a --repo option, allowing cache to be generated...
2009-04-06 Zac MedicoAdd portdbapi support for a metadata/layout.conf file...
2009-04-05 Zac MedicoBug #262647 - Inside config.setcpv(), never add SRC_URI...
2009-04-03 Zac MedicoAdd an example for PORTAGE_IONICE_COMMAND. Thanks to...
2009-04-03 Zac MedicoAlways generate an error if the target cache contains...
2009-04-03 Zac MedicoIf there are not ebuilds matching a argument, only...
2009-04-03 Zac MedicoGenerate an error if there are no ebuilds found for...
2009-04-02 Zac MedicoInside tar_contents(), don't emulate tar --numeric...
2009-04-02 Zac MedicoBug #264245 - Revert i|=1 from r13242 since that breaks...
2009-04-01 Zac MedicoNote that only updates to PORTDIR are currently supported.
2009-04-01 Zac Medico- Add more info to the DESCRIPTION section.
2009-04-01 Zac MedicoBug #264494 - In case the ebuild has enabled set -e...
2009-04-01 Zac MedicoRemove the ATOMS section and move --update to a new...
2009-04-01 Zac MedicoAllow --root-deps for ROOT=/, so people can do weird...
2009-04-01 Zac MedicoAdd a man page for egencache(1).
2009-04-01 Zac MedicoDocument new prepare and configure commands for EAPI 2.
2009-04-01 Zac MedicoClarify docs for --root-deps.
2009-04-01 Zac MedicoCombine the --rdeps-only and --root-deps options into...
2009-04-01 Zac MedicoAdd support for a EGENCACHE_DEFAULT_OPTS variable in...
2009-03-31 Zac MedicoAutomatically enable FEATURES=metadata-transfer if...
2009-03-31 Zac MedicoFix typo in comment.
2009-03-31 Zac MedicoAdd parsing code for --jobs and --load-average.
2009-03-31 Zac MedicoAdd a new egencache --rsync option which enables a...
2009-03-31 Zac MedicoBug #263370 - In create_message(), use email.header...
2009-03-31 Zac MedicoBug #261377 - Add a new 'egencache' tool to generate...
2009-03-31 Zac MedicoWhen in --quiet mode, still show a message for failures in
2009-03-31 Zac MedicoIn MetadataRegen._metadata_exit(), notify the consumer...
2009-03-31 Mike Frysingerreword the qa execstack notice since it can be triggere...
2009-03-31 Zac MedicoAdd a "consumer" keyword parameter to the MetadataRegen...
2009-03-30 Zac MedicoAdd support in MetadataRegen for cleansing stale cache...
2009-03-30 Zac MedicoAdd a cp_iter keyword argument to the MetadataRegen...
2009-03-30 Zac MedicoFix --newuse code to compare installed package USE...
2009-03-30 Zac MedicoBug #264291 - Fix inappropriate build dir creation...
next