portage.git
2007-07-24 Zac MedicoFor bug #186337, show an ewarn message if FEATURES...
2007-07-23 Zac MedicoAdd FEATURES=fakeroot support which causes install...
2007-07-23 Zac MedicoAdd sfperms and strict to the default FEATURES since...
2007-07-23 Zac MedicoEnable FEATURES=userfetch by default.
2007-07-23 Zac MedicoDrop privileges in the "depend" phase regardless of...
2007-07-23 Alec Warneradd more tests for keyvaluepairloader (it had a bug...
2007-07-23 Alec Warnerfix broken import
2007-07-23 Alec WarnerFix imports for style, slight optimization for grab...
2007-07-23 Alec WarnerValidator should be a function, not a class, fix spacin...
2007-07-23 Alec WarnerFix imports for style, deprecate grab*, what is foo...
2007-07-23 Alec WarnerMove classes out of __init__.py, they do not belong...
2007-07-23 Alec WarnerMove common file functionality into a FileLoader class...
2007-07-23 Alec Warnerfix spacing, comments, default args
2007-07-22 Zac MedicoFix hardcoded /usr/bin/echo to use portage.process...
2007-07-22 Alec Warnerfix missing import, default value for value in case...
2007-07-22 Alec Warneradd docstring, fix up imports (style), add keyword...
2007-07-22 Alec Warneradd test for CommandOutputSet
2007-07-22 Zac MedicoFor bug #184774, put lha's -q option last since otherwi...
2007-07-22 Alec WarnerFix spacing issues, imports
2007-07-22 Alec WarnerAdd notes about import statements (clarity) and fix...
2007-07-22 Alec Warnerremove unused vars from xpak, fix bug in compose. ...
2007-07-22 Alec WarnerRun pychecker over everything, fix obvious thing slike...
2007-07-22 Zac MedicoFix the reverse dependency display for --prune when...
2007-07-22 Zac MedicoMake --update imply --oneshot since people often us...
2007-07-22 Zac MedicoDocument --depclean and --prune enhancements.
2007-07-22 Zac MedicoPrevent a potential KeyError when removing world from...
2007-07-22 Zac MedicoMake --prune pull in the system set since that could...
2007-07-21 Zac MedicoFor bug #169500, detect when the cvs server puts /Attic...
2007-07-21 Zac MedicoFor bug #185153, in commit mode do the "Fetching trivia...
2007-07-21 Zac MedicoMake --prune and --depclean return before calculating...
2007-07-21 Zac MedicoPrune really uses all installed instead of world. ...
2007-07-21 Zac MedicoJust show [0] instead of [0=>0] in the repo display.
2007-07-21 Zac MedicoFor bug #185930, direct all FETCHCOMMAND output to...
2007-07-21 Zac MedicoOptimize PackageSet._updateAtomMap() for the case where...
2007-07-21 Zac MedicoHint about --nodeps if --prune doesn't find anything...
2007-07-21 Zac MedicoWhen digest verification of a distfile fails, rename...
2007-07-20 Zac MedicoIf the fetcher reported success and the file is too...
2007-07-20 Zac MedicoFor bug #185504, document profiles/repo_name.
2007-07-20 Zac MedicoDocument --prune and --depclean enhancements.
2007-07-20 Zac MedicoUpdate --prune docs for bug #151653.
2007-07-20 Zac MedicoFix --prune so that it always correctly accounts for...
2007-07-20 Zac MedicoFor bug #151653, make --prune keep the highest version...
2007-07-19 Zac MedicoMake --prune try to prune all slotted packages if no...
2007-07-19 Zac MedicoMake --prune bail out like depclean does if there are...
2007-07-19 Zac MedicoWith --prune and --depclean, if --verbose is enabled...
2007-07-18 Zac MedicoAllow atoms to be specified for --depclean so that...
2007-07-18 Zac MedicoUse the --depclean algorithm to make --prune safe....
2007-07-17 Zac MedicoIterate over a list in order to avoid breaking the...
2007-07-17 Zac MedicoUse PackageSet.getAtoms() as a wrapper around load...
2007-07-17 Zac MedicoMake PackageSet._updateAtomMap() clear the map in case...
2007-07-17 Zac MedicoUse PF in dyn_package. Thanks to swegener.
2007-07-17 Zac MedicoUnify USE handling in the depgraph with the other metadata.
2007-07-17 Zac MedicoFor bug #185670, make sure package.use.{mask,force...
2007-07-17 Zac MedicoWhen expanding ambiguous atoms against the vardb, make...
2007-07-17 Zac MedicoWhen dep_expand throws a ValueError due to an ambiguous...
2007-07-17 Zac MedicoDon't show the repo display when the package list is...
2007-07-17 Zac MedicoMake sure the atoms are loaded when calling PackageSet...
2007-07-17 Zac MedicoMake sure PackageSet._atoms is always a set.
2007-07-17 Zac MedicoRevert PackageSet.containsCPV() calls back to findAtomF...
2007-07-17 Zac MedicoAlways be sure to load the latest version of the world...
2007-07-16 Zac MedicoSort the atoms when writing the world file.
2007-07-16 Marius MauchReplace emerge.WorldSet with portage.sets.files.WorldSet
2007-07-16 Marius Mauchbreak another recursion cycle, add special subclass...
2007-07-16 Marius MauchReplace emerge.SystemSet with portage.sets.profiles...
2007-07-16 Marius Mauchbreak recursion cycle
2007-07-16 Marius Mauchreplace emerge.AtomSet with portage.sets.InternalPackageSet
2007-07-16 Marius Mauchdisable FEATURES=gpg as it's unmaintained, useless...
2007-07-16 Marius Mauchfix metadata parsing for file-based sets, add support...
2007-07-16 Marius Mauchadd support for metadata
2007-07-16 Marius Mauchignore already applied glsas when loading the security set
2007-07-16 Marius Mauchfix load logic for editable sets once more
2007-07-16 Marius Mauchuse a more logical approach for editable sets
2007-07-16 Marius MauchMake PackageSet to behave more like a real set, and...
2007-07-16 Marius Mauchs/node/atom/ and other minor updates
2007-07-16 Marius Mauchsync MAILSUBJECT in make.conf with make.globals
2007-07-15 Mike Frysingersplit up the debug/sources steps as proposed by swegene...
2007-07-15 Zac MedicoFix typo.
2007-07-15 Zac MedicoWhen deciding if a package is slotted inside create_wor...
2007-07-14 Zac MedicoRemove unused repo_name code.
2007-07-14 Zac MedicoUse sys.stdout instead of print to avoid an extra newline.
2007-07-14 Zac MedicoEncapsulate the repo display code in a class.
2007-07-14 Zac MedicoAlways show PORTDIR with index 0 in the repo display.
2007-07-14 Zac MedicoMake the repo display work for overlays that don't...
2007-07-14 Zac MedicoFor bug #185278, make the verbose flag display show...
2007-07-14 Zac MedicoPDEPEND is now installed as soon as possible so that...
2007-07-14 Zac MedicoFix it so that the 'repository could not be determined...
2007-07-14 Zac MedicoMisc fixes for verbose repo output:
2007-07-13 Zac MedicoSave the repo name along with the other metadata inside...
2007-07-13 Zac MedicoUse os.path.realpath(portdir) for comparison of repo...
2007-07-12 Zac MedicoAdd "reset" to the list of attributes.
2007-07-12 Zac MedicoFix the case where the currently installed package...
2007-07-12 Zac MedicoMake depgraph._reinstall_for_flags() always return...
2007-07-12 Zac MedicoFor bug #184983, prevent USE_EXPAND_HIDDEN flags from...
2007-07-11 Zac MedicoUse set.discard() instead of remove() to avoid a potent...
2007-07-11 Zac MedicoFix typo.
2007-07-11 Zac MedicoFix another case similar to bug #184806 that can occur...
2007-07-11 Zac MedicoFix typo.
2007-07-11 Zac MedicoFor bug #184687, skip the huge --depclean warning when...
2007-07-11 Zac MedicoFor bug #184679, handle ENOTDIR by finding the non...
2007-07-10 Zac MedicoFor bug #184843, allow USE_EXPAND variables to pass...
next