| Commit message (Expand) | Author | Age | Files | Lines |
* | Just show [0] instead of [0=>0] in the repo display. | Zac Medico | 2007-07-21 | 1 | -3/+6 |
* | For bug #185930, direct all FETCHCOMMAND output to stdout. | Zac Medico | 2007-07-21 | 1 | -0/+8 |
* | Optimize PackageSet._updateAtomMap() for the case where one or more atoms are... | Zac Medico | 2007-07-21 | 1 | -4/+7 |
* | Hint about --nodeps if --prune doesn't find anything to prune. Also enable r... | Zac Medico | 2007-07-21 | 1 | -1/+7 |
* | When digest verification of a distfile fails, rename instead of unlinking it ... | Zac Medico | 2007-07-21 | 1 | -5/+18 |
* | If the fetcher reported success and the file is too small, don't attempt to r... | Zac Medico | 2007-07-20 | 1 | -2/+10 |
* | For bug #185504, document profiles/repo_name. | Zac Medico | 2007-07-20 | 1 | -0/+6 |
* | Document --prune and --depclean enhancements. | Zac Medico | 2007-07-20 | 1 | -0/+6 |
* | Update --prune docs for bug #151653. | Zac Medico | 2007-07-20 | 2 | -7/+5 |
* | Fix --prune so that it always correctly accounts for COUNTER when dealing wit... | Zac Medico | 2007-07-20 | 1 | -3/+4 |
* | For bug #151653, make --prune keep the highest version whenever possible (eve... | Zac Medico | 2007-07-20 | 1 | -2/+24 |
* | Make --prune try to prune all slotted packages if no atoms are given (that's ... | Zac Medico | 2007-07-19 | 1 | -0/+5 |
* | Make --prune bail out like depclean does if there are unresolved dependencies... | Zac Medico | 2007-07-19 | 1 | -2/+5 |
* | With --prune and --depclean, if --verbose is enabled then show reverse depend... | Zac Medico | 2007-07-19 | 1 | -4/+26 |
* | Allow atoms to be specified for --depclean so that it can be used to safely u... | Zac Medico | 2007-07-18 | 1 | -5/+38 |
* | Use the --depclean algorithm to make --prune safe. The old unsafe --prune wi... | Zac Medico | 2007-07-18 | 2 | -16/+78 |
* | Iterate over a list in order to avoid breaking the iterator when an atom is r... | Zac Medico | 2007-07-17 | 1 | -1/+1 |
* | Use PackageSet.getAtoms() as a wrapper around load() since load() can trigger... | Zac Medico | 2007-07-17 | 1 | -6/+2 |
* | Make PackageSet._updateAtomMap() clear the map in case something was removed. | Zac Medico | 2007-07-17 | 1 | -0/+1 |
* | Use PF in dyn_package. Thanks to swegener. | Zac Medico | 2007-07-17 | 1 | -1/+1 |
* | Unify USE handling in the depgraph with the other metadata. | Zac Medico | 2007-07-17 | 1 | -19/+15 |
* | For bug #185670, make sure package.use.{mask,force} are properly displayed. | Zac Medico | 2007-07-17 | 1 | -0/+1 |
* | When expanding ambiguous atoms against the vardb, make sure the the expanded ... | Zac Medico | 2007-07-17 | 1 | -2/+5 |
* | When dep_expand throws a ValueError due to an ambiguous atom, try to expand i... | Zac Medico | 2007-07-17 | 1 | -4/+11 |
* | Don't show the repo display when the package list is empty. | Zac Medico | 2007-07-17 | 1 | -1/+2 |
* | Make sure the atoms are loaded when calling PackageSet.findAtomForPackage(). | Zac Medico | 2007-07-17 | 1 | -0/+1 |
* | Make sure PackageSet._atoms is always a set. | Zac Medico | 2007-07-17 | 1 | -1/+1 |
* | Revert PackageSet.containsCPV() calls back to findAtomForPackage() calls so t... | Zac Medico | 2007-07-17 | 1 | -5/+5 |
* | Always be sure to load the latest version of the world file while it's locked. | Zac Medico | 2007-07-17 | 1 | -1/+3 |
* | Sort the atoms when writing the world file. | Zac Medico | 2007-07-16 | 1 | -1/+1 |
* | Replace emerge.WorldSet with portage.sets.files.WorldSet | Marius Mauch | 2007-07-16 | 1 | -36/+6 |
* | break another recursion cycle, add special subclass for "world" to handle loc... | Marius Mauch | 2007-07-16 | 2 | -4/+24 |
* | Replace emerge.SystemSet with portage.sets.profiles.PackagesSystemSet | Marius Mauch | 2007-07-16 | 1 | -7/+3 |
* | break recursion cycle | Marius Mauch | 2007-07-16 | 1 | -2/+5 |
* | replace emerge.AtomSet with portage.sets.InternalPackageSet | Marius Mauch | 2007-07-16 | 3 | -89/+104 |
* | disable FEATURES=gpg as it's unmaintained, useless and likely broken for many... | Marius Mauch | 2007-07-16 | 1 | -0/+3 |
* | fix metadata parsing for file-based sets, add support for user-defined file s... | Marius Mauch | 2007-07-16 | 2 | -3/+17 |
* | add support for metadata | Marius Mauch | 2007-07-16 | 6 | -4/+43 |
* | ignore already applied glsas when loading the security set | Marius Mauch | 2007-07-16 | 3 | -8/+33 |
* | fix load logic for editable sets once more | Marius Mauch | 2007-07-16 | 1 | -3/+5 |
* | use a more logical approach for editable sets | Marius Mauch | 2007-07-16 | 2 | -47/+46 |
* | Make PackageSet to behave more like a real set, and change loading logic a bi... | Marius Mauch | 2007-07-16 | 2 | -9/+24 |
* | s/node/atom/ and other minor updates | Marius Mauch | 2007-07-16 | 6 | -44/+70 |
* | sync MAILSUBJECT in make.conf with make.globals | Marius Mauch | 2007-07-16 | 1 | -1/+1 |
* | split up the debug/sources steps as proposed by swegener and give the whole f... | Mike Frysinger | 2007-07-15 | 1 | -50/+64 |
* | Fix typo. | Zac Medico | 2007-07-15 | 1 | -2/+2 |
* | When deciding if a package is slotted inside create_world_atom(), check the v... | Zac Medico | 2007-07-15 | 1 | -8/+18 |
* | Remove unused repo_name code. | Zac Medico | 2007-07-14 | 1 | -6/+0 |
* | Use sys.stdout instead of print to avoid an extra newline. | Zac Medico | 2007-07-14 | 1 | -1/+1 |
* | Encapsulate the repo display code in a class. | Zac Medico | 2007-07-14 | 1 | -51/+64 |