portage.git
2009-05-01 Zac MedicoBug #267175 - Instead of "poor code kills airplanes... v2.2_rc32
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 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 MedicoFix typo in version from previous commit.
2009-04-30 Zac MedicoAdd note about repos.conf eclass overrides.
2009-04-30 Zac MedicoFix ACCEPT_LICENSE handling for binary packages, so...
2009-04-30 Zac MedicoFix error in calculations from bug #267104.
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-29 Zac MedicoClarify RESTRICT=bindist docs by referring to 'built...
2009-04-29 Zac MedicoWarn about sed and epatch calls which should be moved...
2009-04-29 Zac MedicoMove the here-document code from the EbuildWhitespace...
2009-04-29 Zac MedicoMake EbuildWhitespace ignore here-documents. Thanks...
2009-04-29 Zac MedicoMake xtermTitle() use a global variable to cache the...
2009-04-29 Zac MedicoBug #267860 - Make JobStatusDisplay respect FEATURES...
2009-04-29 Zac MedicoFix the code from bug #267104 to account non-root users.
2009-04-29 Zac MedicoBug #267810 - Don't sort C/CXX/LDFLAGS in emerge -...
2009-04-29 Zac MedicoBug #267104 - If the statvfs f_bavail field shows insuf...
2009-04-28 Zac MedicoPut ebuild helpers at the absolute front of the PATH.
2009-04-28 Zac MedicoBug #71646 - Don't allow the HISTFILE variable into...
2009-04-27 Mike Frysingerfix e-mail munging and add see also section
2009-04-26 Zac MedicoAdd a new EAPI.definition check for cases in which...
2009-04-24 Zac MedicoRevert r13390 (dosed and dohard functions) since a...
2009-04-24 Zac MedicoAdd dummy dosed and dohard functions for EAPI 3, so...
2009-04-24 Zac MedicoAdd dohard and doset helper which die for EAPI 3. TODO...
2009-04-24 Zac MedicoSet executable.
2009-04-23 Zac MedicoAutomatically define errno.ESTALE if it doesn't exist...
2009-04-23 Zac MedicoFix breakage in PREROOTPATH logic from the EAPI 3 code.
2009-04-23 Zac MedicoRemove ccache and distcc remove_path_entry code since...
2009-04-22 Zac MedicoUse declare -F to check existence of function definitio...
2009-04-21 Zac MedicoUse ret|=1 instead of ++ret, to avoid possible overflow.
2009-04-21 Zac MedicoAdd new dodoc implementation for EAPI 3. Thanks to...
2009-04-21 Zac MedicoIn ebuild_main(), unset ebuild_helpers_path when finish...
2009-04-21 Zac MedicoAdd ${PORTAGE_BIN_PATH}/ebuild-helpers/3 directory...
2009-04-21 Zac MedicoExit unsuccessfully when in commit mode and nothing...
2009-04-20 Zac MedicoClarify language in repos.conf reference to repoman...
2009-04-20 Zac MedicoWhen in --nodeps mode, make depgraph._serialize_tasks...
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...
next