portage.git
2009-05-01 Zac MedicoUpdate header for 2.1.6 branch. v2.1.6.12
2009-05-01 Zac MedicoBug #267175 - Instead of "poor code kills airplanes...
2009-05-01 Zac MedicoMake elog functions use read -r when splitting lines...
2009-05-01 Zac MedicoOnly generate KV when setting up the environment for...
2009-05-01 Zac MedicoFix logic error which prevents repos.conf [DEFAULT...
2009-04-30 Zac MedicoDisable ACCEPT_LICENSE license group expansion and...
2009-04-30 Zac MedicoRemove unnecessary doebuild_environment() call from...
2009-04-30 Zac MedicoIn config.setcpv() reuse split USE from built packages...
2009-04-30 Zac MedicoEnable use() qa checks via PORTAGE_IUSE for all ebuild...
2009-04-30 Zac MedicoMove PORTAGE_RESTRICT calculation to config.setcpv...
2009-04-30 Zac MedicoBug #267104 - When appropriate, advise the user that...
2009-04-30 Zac MedicoFix _lazy_accept_license to discard || from the set...
2009-04-30 Zac MedicoAdd note about repos.conf eclass overrides. (trunk...
2009-04-30 Zac MedicoFix ACCEPT_LICENSE handling for binary packages, so...
2009-04-30 Zac MedicoFix error in calculations from bug #267104. (trunk...
2009-04-30 Zac MedicoIn config.setcpv(), move the code that makes sure ...
2009-04-30 Zac MedicoGenerate a pruned version of ACCEPT_LICENSE, by interse...
2009-04-30 Zac MedicoIn config.regenerate(), explicitly include self.backupe...
2009-04-30 Zac MedicoExclude 'backupenv' from config.configlist and lookupli...
2009-04-30 Zac MedicoClarify RESTRICT=bindist docs by referring to 'built...
2009-04-30 Zac MedicoWarn about sed and epatch calls which should be moved...
2009-04-30 Zac MedicoMove the here-document code from the EbuildWhitespace...
2009-04-30 Zac MedicoMake EbuildWhitespace ignore here-documents. Thanks...
2009-04-30 Zac MedicoMake xtermTitle() use a global variable to cache the...
2009-04-30 Zac MedicoBug #267860 - Make JobStatusDisplay respect FEATURES...
2009-04-30 Zac MedicoFix the code from bug #267104 to account non-root users...
2009-04-30 Zac MedicoBug #267810 - Don't sort C/CXX/LDFLAGS in emerge -...
2009-04-30 Zac MedicoBug #267104 - If the statvfs f_bavail field shows insuf...
2009-04-30 Zac MedicoPut ebuild helpers at the absolute front of the PATH...
2009-04-30 Zac MedicoBug #71646 - Don't allow the HISTFILE variable into...
2009-04-30 Zac Medicofix e-mail munging and add see also section (trunk...
2009-04-30 Zac MedicoAdd a new EAPI.definition check for cases in which...
2009-04-30 Zac MedicoAdd dohard and doset helper which die for EAPI 3. TODO...
2009-04-30 Zac MedicoSet executable. (trunk r13388)
2009-04-30 Zac MedicoAutomatically define errno.ESTALE if it doesn't exist...
2009-04-30 Zac MedicoFix breakage in PREROOTPATH logic from the EAPI 3 code...
2009-04-30 Zac MedicoRemove ccache and distcc remove_path_entry code since...
2009-04-30 Zac MedicoUse declare -F to check existence of function definitio...
2009-04-30 Zac MedicoUse ret|=1 instead of ++ret, to avoid possible overflow...
2009-04-30 Zac MedicoAdd new dodoc implementation for EAPI 3. Thanks to...
2009-04-30 Zac MedicoIn ebuild_main(), unset ebuild_helpers_path when finish...
2009-04-30 Zac MedicoAdd ${PORTAGE_BIN_PATH}/ebuild-helpers/3 directory...
2009-04-30 Zac MedicoExit unsuccessfully when in commit mode and nothing...
2009-04-30 Zac MedicoClarify language in repos.conf reference to repoman...
2009-04-30 Zac MedicoWhen in --nodeps mode, make depgraph._serialize_tasks...
2009-04-30 Zac MedicoAdd note about 'use' in the Atom.intersects() docstring...
2009-04-30 Zac MedicoDrop from --ask to --pretend for uninstall all actions...
2009-04-30 Zac MedicoAdd missing del when cleansing cache in action_metadata...
2009-04-30 Zac MedicoTweak _eclasses_ logic inside action_metadata(). (trunk...
2009-04-30 Zac MedicoEmphasize precedence of repos.conf over layout.conf...
2009-04-30 Zac MedicoAdd notes about eclass precedence for metadata/layout...
2009-04-30 Zac MedicoIn action_deselect(), use the installed packages to...
2009-04-30 Zac MedicoAdd --ask support to action_deselect(). (trunk r13365)
2009-04-30 Zac MedicoFix bugs in action_deselect() and add --pretend support...
2009-04-30 Zac MedicoAdd a new --deselect action which removes atoms from...
2009-04-30 Zac MedicoFix default master code so that it doesn't trigger...
2009-04-30 Zac MedicoIf a repo doesn't have metadata/layout.conf then use...
2009-04-30 Zac MedicoHandle IOError from codecs.open(). (trunk r13360)
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...
next