portage.git
2008-03-25 Zac MedicoFix typo.
2008-03-25 Zac MedicoBug #212152 - Account pre-existing files when calculati...
2008-03-25 Zac MedicoBug #211294 - Make repoman bail out if arch.list contai...
2008-03-24 Zac MedicoBug #214499 - When compiler flags are unset, many packa...
2008-03-24 Zac MedicoCheck is os.statvfs() is implemented before trying...
2008-03-20 Zac MedicoImprove logic from the previous commit.
2008-03-20 Zac MedicoFix depgraph._select_package() to make sure the install...
2008-03-19 Marius Mauchreadd digestentry.unused category as it's still relevant
2008-03-19 Zac MedicoFix quoting.
2008-03-19 Marius Mauchdisplay versions of other slots for new-slot installs...
2008-03-19 Zac MedicoStrip trailing slashes from directory paths if necessary.
2008-03-19 Zac MedicoBug #210690 - Fix --help output to show the leading...
2008-03-19 Zac MedicoBug #210575 - Optimize doins -r so that it doesn't...
2008-03-19 Zac MedicoOnly show the eqawarn from bug #149745 when nothing...
2008-03-19 Zac MedicoBug #201045 - Fix unmerge() to preserve unmerge order...
2008-03-18 Zac MedicoBug #139023 - When the --digest option is enabled,...
2008-03-18 Marius Mauchmake filesets non-greedy by default
2008-03-18 Marius Mauchadd unmerge protection for packages still referenced...
2008-03-18 Marius Mauchadd @ to the list of invalid atom chars so sets with...
2008-03-18 Marius Mauchfix artifact from r9477
2008-03-18 Marius Mauchuse a dict with CP keys in unmerge() to avoid double...
2008-03-18 Zac MedicoBug #149745 - Generate an eqawarn message if dohtml...
2008-03-18 Zac MedicoBug #174634 - Fix ebuild 'digest' and 'manifest' behave...
2008-03-17 Zac MedicoBug #212882 - For compatibility with ENOENT exceptions...
2008-03-16 Zac MedicoBug #213592 - Fix --onlydeps breakage.
2008-03-16 Zac MedicoBug #213540 - Make sure DESTTREE=/usr is set before...
2008-03-15 Zac MedicoWhen in strict mode, make paren_reduce() detect missing...
2008-03-15 Marius Mauchavoid importing portage to improve performance
2008-03-15 Marius Mauchadd a placeholder for repository paths in 'filename...
2008-03-15 Zac MedicoFix an UnboundLocalError for 'pkgindex'.
2008-03-14 Zac MedicoFix grammar.
2008-03-14 Zac MedicoBug #42456 - When a checksum failure occurs during...
2008-03-14 Zac Medico* Optimize parallel-fetch to avoid redundant checksum...
2008-03-13 Zac MedicoMake strip_empty() return a nedw list instead of workin...
2008-03-11 Ned Ludd- news bugfix from ferringb
2008-03-10 Zac MedicoBug #212882 - Fix lockfile() to handle errno.EACCES...
2008-03-09 Zac MedicoWhen all available ebuilds are masked, avoid producing...
2008-03-09 Zac MedicoFix var_assign_re to recognize a call to the 'declare...
2008-03-09 Marius Mauchadd some status messages, try to copy the tarball into...
2008-03-08 Zac MedicoMake readpkgindex() and writepkgindex() private methods... v2.2_pre4
2008-03-07 Zac MedicoConvert PackageIndex.packages from a dict to a list...
2008-03-07 Zac MedicoMake --prune and --depclean operate with missing depend...
2008-03-06 Zac MedicoUse os.environ["SANDBOX_ON"] = "0" to make portageq...
2008-03-06 Zac MedicoRemove egrep syntax emulation since it's not really...
2008-03-06 Zac MedicoImplement the sed-based declare -r filter in python.
2008-03-06 Zac MedicoMove the variable name validation regexes (for bug...
2008-03-05 Zac MedicoUpdate the description to reflect the new meaning of...
2008-03-05 Zac MedicoPass a space-separated list of variables into filter...
2008-03-05 Zac MedicoFix have_end_quote() to compare the quote against the...
2008-03-05 Zac MedicoBug #211949 - Tighten the variable name filter to exclu...
2008-03-05 Zac MedicoHandle multi-line quoted variable assignments.
2008-03-05 Zac MedicoAs requested by wolf31o2, use the ROOT setting from...
2008-03-05 Zac MedicoTODO: Move variable name validation and declare -r...
2008-03-05 Zac MedicoUpdate description to reflect the new meaning of the...
2008-03-05 Zac MedicoImplement variable assignment handling in python so...
2008-03-05 Zac MedicoRemove redundant CUSTOM_PROFILE_PATH from the PROFILE_P...
2008-03-04 Zac MedicoFix func_start_re so that it requires at least one...
2008-03-04 Zac MedicoTighten the funct_start_re so that it doesn't match...
2008-03-04 Zac MedicoBug #211949 - Temporarily revert back to a less strict...
2008-03-04 Zac MedicoAdd support for idendification of function definitions...
2008-03-04 Zac MedicoBug #211949 - Fix the regex so that it won't match...
2008-03-03 Marius Mauchtell rpmbuild to clean it's working files after complet...
2008-03-03 Marius Mauchfix message on ValueError to not sound like crap
2008-03-03 Marius Mauchdon't list files as being merged when they are ignored...
2008-03-03 Marius Mauchcheck available space in DISTDIR before trying to fetch...
2008-03-03 Zac MedicoBuf #210372 - Fix FEATURES=suidctl so that it really...
2008-03-03 Zac MedicoBug #211949 - Tweak the regex so that a leading whitesp...
2008-03-03 Zac MedicoFix the regex for bug #211949 so that it correctly...
2008-03-03 Zac MedicoQuote the file path and uri inside FETCHCOMMAND and...
2008-03-02 Zac MedicoBug #211949 - As suggested by vapier, tighten the varia...
2008-03-02 Zac MedicoMake profile stacking of default USE and package.*...
2008-03-02 Marius Mauchone more fix to restore correct order for usemask/useforce
2008-03-02 Marius Mauchfix indentation screwup from r9412
2008-03-02 Marius Mauchchange stacking order of r9408 so more specific atoms...
2008-03-02 Zac MedicoFix typo.
2008-03-02 Marius Mauchapply r9408 also for profile-base package.*use* files
2008-03-02 Marius Mauchremove FEATURES=livecvsportage
2008-03-02 Marius Mauchstack use flags from package.use for multiple matching...
2008-03-02 Marius Mauchensure that global variables are used to prevent confus...
2008-03-02 Marius Mauchundo registrations of preserved libraries if the merge...
2008-03-01 Zac MedicoBug #211949 - Make filter_readonly_variables() remove...
2008-03-01 Zac MedicoMake 'import portage' statements more tolerant to broke...
2008-02-29 Zac MedicoIn the suidctl code, move the addwrite call out of...
2008-02-28 Marius Mauchremove code for manifest1 support
2008-02-28 Marius Mauchsupress stupid line echo in deprecation notices
2008-02-28 Marius Mauchremove obsolete information from preserve-libs post... v2.2_pre3
2008-02-28 Marius Mauchseparate different messages with newlines in post-emerg...
2008-02-28 Zac MedicoFix some references to config["PORTAGE_USE"] to prevent...
2008-02-27 Zac MedicoBug #211554 - Replace references to config["USE"] with...
2008-02-27 Zac MedicoRevert r9387 (the fix for bug #211554) until I figure...
2008-02-27 Zac MedicoBug #211294 - Make repoman ignore profiles labeled...
2008-02-27 Zac MedicoDon't filter USE flags in emerge --info output.
2008-02-27 Zac MedicoBug #211554 - Replace references to config["USE"] with...
2008-02-26 Zac MedicoFor depclean/prune unmerge order, if there are no depen...
2008-02-26 Zac MedicoBug #211365 - Use catpkgsplit() instead of pkgsplit...
2008-02-24 Alec WarnerDouble import, thanks grobian :)
2008-02-24 Alec WarnerVarious repoman fixes, plus a weird lockfile tracekback...
2008-02-23 Mike Frysingeronly try to fetch compression schemes which the host...
2008-02-23 Mike Frysingeradd support for lzma/gz snapshots
2008-02-23 Mike Frysingertighten up output from script
next