summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * In the event that a previously installed package has since been masked,Zac Medico2008-04-041-0/+7
* Adjust newlines whitespace masked packages display.Zac Medico2008-04-041-2/+2
* Display the note referencing "masked packages" docs when there areZac Medico2008-04-041-15/+20
* Fix a typo in the depclean USE flag handling when populating theZac Medico2008-04-041-1/+1
* Fix a typo.Zac Medico2008-04-041-1/+1
* When the user has given --depclean a list of atoms to clean, pull allZac Medico2008-04-041-3/+9
* Decrease priority on --onlydpes dependencies so thatZac Medico2008-04-041-0/+4
* Add missing DepPriority instances to the graph so that the --buildpkgonlyZac Medico2008-04-041-3/+4
* Eliminate a redundant atom from the --update greedy slot expansion code.Zac Medico2008-04-031-3/+2
* Fix package selection logic so that it always properly finds the highestZac Medico2008-04-031-5/+39
* Add missing str.upper() call for PORTAGE_FETCH_RESUME_MIN_SIZE.Zac Medico2008-04-031-1/+1
* If PORTAGE_FETCH_RESUME_MIN_SIZE is undefined or empty, silently useZac Medico2008-04-031-0/+3
* Implement a PORTAGE_FETCH_RESUME_MIN_SIZE variable that is useful forZac Medico2008-04-033-3/+68
* For old-style virtuals, we need to repeat the package.providedZac Medico2008-04-031-0/+12
* In cpv_expand(), if the virtuals file contains a versioned atom (likeZac Medico2008-04-031-1/+5
* Fix the previous commit so that the Package instance is created in theZac Medico2008-04-021-2/+9
* Use Package.cp instead of dep_getkey(cpv).Zac Medico2008-04-021-2/+6
* Eliminate a redundant os.path.join() call.Zac Medico2008-04-021-2/+1
* Handle a potential FileNotFound exception in new_protect_filename() whenZac Medico2008-04-021-3/+9
* Remove the digraph._parent_child_digraph since it's no longer needed. It'sZac Medico2008-04-011-10/+7
* Bug #215673 - Make ebuild.sh leave IUSE defaults intact instead of filteringZac Medico2008-04-011-14/+0
* Use pkgcmp() instead of == and best() for correctness in case of implicitZac Medico2008-04-011-2/+4
* Remove some boolean logic that is obsolete now that the "selective" parameterZac Medico2008-04-011-4/+1
* Exploid ascending order returned from dbapi.match() calls to avoid the needZac Medico2008-04-011-2/+4
* Handle missing LICENSE in the Packages index since that's allowed forZac Medico2008-04-011-0/+1
* When identifying a sys-apps/portage node, compare category too (not justZac Medico2008-04-011-2/+1
* Bug #215308 - Cache the paths of known bad manifests to ensure that theZac Medico2008-04-011-1/+8
* When deps are forced to be satisfied by installed packages due to maskingZac Medico2008-03-311-3/+8
* In the package selection loop, move the installed package rejectionZac Medico2008-03-311-10/+6
* Fix package selection logic to always properly reject the installed packageZac Medico2008-03-311-2/+4
* Remove some redundant and obsolete code for warning about installedZac Medico2008-03-311-22/+2
* When selecting packages and there is a mixture of old-style and new-styleZac Medico2008-03-311-4/+17
* Bug #197810 - Fix package selection logic so that it will always fall backZac Medico2008-03-311-8/+0
* Make depgraph creation more tolerant of missing or masked packages whenZac Medico2008-03-311-21/+24
* Replace an package tuple with a real Package instance.Zac Medico2008-03-311-2/+1
* Pass Package instances into visible() so that the package instance canZac Medico2008-03-311-27/+30
* When dblink.treewalk() queries for other packages in the same slot, filterZac Medico2008-03-301-3/+6
* Make sure the all resume lists are deleted when a stale one is encountered.Zac Medico2008-03-301-1/+5
* * Fix broken return value for doins.Zac Medico2008-03-302-5/+15
* Fix typos. Thanks to Arfrever Frehtes Taifersar ArahesisZac Medico2008-03-304-6/+6
* Fix display code that can triger a 'Invalid category' exception when itZac Medico2008-03-301-17/+17
* Make doins clean up it's own temp files. This solves an odd issue inZac Medico2008-03-301-1/+3
* Bug #211365 - Use catpkgsplit() instead of pkgsplit() for a cpv.Zac Medico2008-03-301-4/+5
* Bug #211365 - Use catpkgsplit() instead of pkgsplit() for a cpv.Zac Medico2008-03-301-1/+2
* Move the AUTOCLEAN code into dblink.treewalk since it's already partiallyZac Medico2008-03-302-18/+8
* Do not allow commit mode together with the --without-mask options.Zac Medico2008-03-302-4/+7
* Make code a bit less prone to potentially hidden TypeError like bugs.Zac Medico2008-03-301-9/+10
* Bug #211365 - Use catpkgsplit() instead of pkgsplit() for a cpv.Zac Medico2008-03-301-1/+2
* Use enumerate() it iterate over an array.Zac Medico2008-03-301-2/+1
* For bugs #197810 and #215308, pass the depgraph's "selective" parameterZac Medico2008-03-302-1/+4