summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix spacing, comments, default argsAlec Warner2007-07-231-8/+8
| | | | svn path=/main/trunk/; revision=7364
* Fix hardcoded /usr/bin/echo to use portage.process.find_binary().Zac Medico2007-07-221-1/+3
| | | | svn path=/main/trunk/; revision=7363
* fix missing import, default value for value in case we try to .join on a ↵Alec Warner2007-07-222-1/+2
| | | | | | variable that hasn't been assigned to yet svn path=/main/trunk/; revision=7362
* add docstring, fix up imports (style), add keyword expansionAlec Warner2007-07-221-1/+15
| | | | svn path=/main/trunk/; revision=7361
* add test for CommandOutputSetAlec Warner2007-07-223-0/+26
| | | | svn path=/main/trunk/; revision=7360
* For bug #184774, put lha's -q option last since otherwise the option parser ↵Zac Medico2007-07-221-1/+1
| | | | | | now requires level 0, 1, or 2 to be specified. svn path=/main/trunk/; revision=7358
* Fix spacing issues, importsAlec Warner2007-07-221-16/+17
| | | | svn path=/main/trunk/; revision=7357
* Add notes about import statements (clarity) and fix spelling error in ↵Alec Warner2007-07-222-1/+38
| | | | | | release-notes svn path=/main/trunk/; revision=7356
* remove unused vars from xpak, fix bug in compose. Also fix tests for ↵Alec Warner2007-07-222-4/+4
| | | | | | portage sets, fix misnamed variable. svn path=/main/trunk/; revision=7355
* Run pychecker over everything, fix obvious thing slike modules not in use, ↵Alec Warner2007-07-226-26/+28
| | | | | | variables not being used, or global exceptions not being deleted. Also fix imports for style (1 per line) svn path=/main/trunk/; revision=7354
* Fix the reverse dependency display for --prune when there is now real parent.Zac Medico2007-07-221-0/+5
| | | | svn path=/main/trunk/; revision=7351
* Make --update imply --oneshot since people often us it to update things when ↵Zac Medico2007-07-221-1/+3
| | | | | | they don't want to add them to world. Thanks to jakub for the suggestion. svn path=/main/trunk/; revision=7349
* Document --depclean and --prune enhancements.Zac Medico2007-07-222-22/+40
| | | | svn path=/main/trunk/; revision=7345
* Prevent a potential KeyError when removing world from the digraph for ↵Zac Medico2007-07-221-1/+2
| | | | | | --prune display. svn path=/main/trunk/; revision=7344
* Make --prune pull in the system set since that could pull in some slots that ↵Zac Medico2007-07-221-0/+3
| | | | | | wouldn't be pulled in otherwise. svn path=/main/trunk/; revision=7343
* For bug #169500, detect when the cvs server puts /Attic/ inside the $Header ↵Zac Medico2007-07-211-0/+17
| | | | | | path and automatically correct it. svn path=/main/trunk/; revision=7340
* For bug #185153, in commit mode do the "Fetching trivial updates" routine ↵Zac Medico2007-07-211-38/+44
| | | | | | before the qa scan. svn path=/main/trunk/; revision=7338
* Make --prune and --depclean return before calculating dependencies if atoms ↵Zac Medico2007-07-211-0/+9
| | | | | | are given but they don't match any packages. svn path=/main/trunk/; revision=7336
* Prune really uses all installed instead of world. It's not a real reverse ↵Zac Medico2007-07-211-0/+3
| | | | | | dependency so don't display it as such. svn path=/main/trunk/; revision=7334
* Just show [0] instead of [0=>0] in the repo display.Zac Medico2007-07-211-3/+6
| | | | svn path=/main/trunk/; revision=7332
* For bug #185930, direct all FETCHCOMMAND output to stdout.Zac Medico2007-07-211-0/+8
| | | | svn path=/main/trunk/; revision=7330
* Optimize PackageSet._updateAtomMap() for the case where one or more atoms ↵Zac Medico2007-07-211-4/+7
| | | | | | are added and none are removed. svn path=/main/trunk/; revision=7329
* Hint about --nodeps if --prune doesn't find anything to prune. Also enable ↵Zac Medico2007-07-211-1/+7
| | | | | | reverse dependency display for global depclean. svn path=/main/trunk/; revision=7327
* When digest verification of a distfile fails, rename instead of unlinking it ↵Zac Medico2007-07-211-5/+18
| | | | | | in case it's a large download and the user wants to salvage it due to a bad digest. svn path=/main/trunk/; revision=7325
* If the fetcher reported success and the file is too small, don't attempt to ↵Zac Medico2007-07-201-2/+10
| | | | | | resume. Upstream probably changed the distfile and we need to show a digest verification failure so the user gets a clue. svn path=/main/trunk/; revision=7321
* For bug #185504, document profiles/repo_name.Zac Medico2007-07-201-0/+6
| | | | svn path=/main/trunk/; revision=7319
* Document --prune and --depclean enhancements.Zac Medico2007-07-201-0/+6
| | | | svn path=/main/trunk/; revision=7317
* Update --prune docs for bug #151653.Zac Medico2007-07-202-7/+5
| | | | svn path=/main/trunk/; revision=7315
* Fix --prune so that it always correctly accounts for COUNTER when dealing ↵Zac Medico2007-07-201-3/+4
| | | | | | with packages in the same slot. svn path=/main/trunk/; revision=7313
* For bug #151653, make --prune keep the highest version whenever possible ↵Zac Medico2007-07-201-2/+24
| | | | | | (even when there is one with a higher counter installed). svn path=/main/trunk/; revision=7312
* Make --prune try to prune all slotted packages if no atoms are given (that's ↵Zac Medico2007-07-191-0/+5
| | | | | | how it already works with --nodeps). svn path=/main/trunk/; revision=7310
* Make --prune bail out like depclean does if there are unresolved ↵Zac Medico2007-07-191-2/+5
| | | | | | dependencies. Notify the user that they can use --nodeps in that case. svn path=/main/trunk/; revision=7309
* With --prune and --depclean, if --verbose is enabled then show reverse ↵Zac Medico2007-07-191-4/+26
| | | | | | dependencies for each package that is matched by an atom from the command line. This allows the user to see why a package will not be unmerged. svn path=/main/trunk/; revision=7308
* Allow atoms to be specified for --depclean so that it can be used to safely ↵Zac Medico2007-07-181-5/+38
| | | | | | unmerge packages if nothing depends on them. svn path=/main/trunk/; revision=7306
* Use the --depclean algorithm to make --prune safe. The old unsafe --prune ↵Zac Medico2007-07-182-16/+78
| | | | | | will be used if the --nodeps option is specified. svn path=/main/trunk/; revision=7305
* Iterate over a list in order to avoid breaking the iterator when an atom is ↵Zac Medico2007-07-171-1/+1
| | | | | | removed. svn path=/main/trunk/; revision=7303
* Use PackageSet.getAtoms() as a wrapper around load() since load() can ↵Zac Medico2007-07-171-6/+2
| | | | | | trigger unnecessary stat calls. svn path=/main/trunk/; revision=7302
* Make PackageSet._updateAtomMap() clear the map in case something was removed.Zac Medico2007-07-171-0/+1
| | | | svn path=/main/trunk/; revision=7301
* Use PF in dyn_package. Thanks to swegener.Zac Medico2007-07-171-1/+1
| | | | svn path=/main/trunk/; revision=7300
* Unify USE handling in the depgraph with the other metadata.Zac Medico2007-07-171-19/+15
| | | | svn path=/main/trunk/; revision=7298
* For bug #185670, make sure package.use.{mask,force} are properly displayed.Zac Medico2007-07-171-0/+1
| | | | svn path=/main/trunk/; revision=7296
* When expanding ambiguous atoms against the vardb, make sure the the expanded ↵Zac Medico2007-07-171-2/+5
| | | | | | package is also available in the portage tree. svn path=/main/trunk/; revision=7294
* When dep_expand throws a ValueError due to an ambiguous atom, try to expand ↵Zac Medico2007-07-171-4/+11
| | | | | | it against the installed packages in case it yields a unique match. svn path=/main/trunk/; revision=7292
* Don't show the repo display when the package list is empty.Zac Medico2007-07-171-1/+2
| | | | svn path=/main/trunk/; revision=7290
* Make sure the atoms are loaded when calling PackageSet.findAtomForPackage().Zac Medico2007-07-171-0/+1
| | | | svn path=/main/trunk/; revision=7289
* Make sure PackageSet._atoms is always a set.Zac Medico2007-07-171-1/+1
| | | | svn path=/main/trunk/; revision=7288
* Revert PackageSet.containsCPV() calls back to findAtomForPackage() calls so ↵Zac Medico2007-07-171-5/+5
| | | | | | that things like slot atoms and old-style virtuals are properly supported. svn path=/main/trunk/; revision=7287
* Always be sure to load the latest version of the world file while it's locked.Zac Medico2007-07-171-1/+3
| | | | svn path=/main/trunk/; revision=7286
* Sort the atoms when writing the world file.Zac Medico2007-07-161-1/+1
| | | | svn path=/main/trunk/; revision=7285
* Replace emerge.WorldSet with portage.sets.files.WorldSetMarius Mauch2007-07-161-36/+6
| | | | svn path=/main/trunk/; revision=7283