summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Make fixpackages use a new "#" symbol for /var/db updates (previously '*'v2.1.6_rc3Zac Medico2008-12-051-2/+11
* Make fixpackages less noisy by only generting '*' characters for packagesZac Medico2008-12-042-5/+14
* Use stat st_dev attributes instead of the older approach. (trunk r12117)v2.1.6_rc2Zac Medico2008-11-271-2/+1
* Don't call prepare_build_dirs() inside doebuild() when called for parallelZac Medico2008-11-271-1/+4
* For bug #235642, include the stat mode, uid, and gid bits in the hardlink key.Zac Medico2008-11-261-1/+2
* In movefile(), ignore the hardlink_candidates parameter when it's an empty list.Zac Medico2008-11-261-1/+1
* Bug #235642 - Create hardlinks when merging identical files. This works by us...Zac Medico2008-11-262-7/+58
* Add some more clarification to the 'ebuild phase exited unexpectedly' message.Zac Medico2008-11-261-3/+14
* Also add 2 spaces after newline, for alignment. (trunk r12079)v2.1.6_rc1Zac Medico2008-11-241-1/+1
* Add one newline, to wrap the "Global Updates" key to less than 80 columns.Zac Medico2008-11-241-1/+1
* Remove unused package sets and glsa stuff.Zac Medico2008-11-2413-1193/+0
* Add support for parsing EAPI labels in contained in 'eapi' files in theZac Medico2008-11-241-0/+11
* Make emerge detect an invalid profile an bail out for anything exceptZac Medico2008-11-241-1/+1
* Add some hints about bash binary corruption and hardware malfunction to theZac Medico2008-11-221-1/+3
* Make sure the dict returned from _parse_data() contains all of _known_keys.Zac Medico2008-11-221-0/+3
* Add missing '%' symbol (for binary package moves) to the key that's displayedZac Medico2008-11-221-1/+1
* Fix some cases in dep_zapdeps() where blocker atoms are inappropriately testedZac Medico2008-11-221-1/+4
* Bug #248059 - Make --depclean more tolerant of invalid atoms in dependenciesZac Medico2008-11-211-2/+10
* Remove inappropriate backslash escaping inside _db_escape_string(). (trunkZac Medico2008-11-201-1/+2
* Inside _parse_data(), don't rely on the magic 22 line count for the flat_listZac Medico2008-11-201-27/+18
* Bug #247370 - Use a private PORTAGE_TMPDIR for --fetchonly mode in orderZac Medico2008-11-201-2/+3
* Bug #245716 - When generating QA notices for 'command not found' messages inZac Medico2008-11-191-1/+3
* Make serialize_eclasses() sort eclass names. (trunk r11992)Zac Medico2008-11-181-2/+2
* For emerge --metadata runs, update _eclasses_ metadata to insert local eclassZac Medico2008-11-182-19/+40
* Store the _eclasses_ field instead of INHERITED. (trunk r11986)Zac Medico2008-11-171-8/+0
* Bug #139134 - Make the flat_hash and metadata modules write the _mtime_Zac Medico2008-11-172-2/+3
* Fix the 'jobserver unavailable' regex to match gmake. (trunk r11974)Zac Medico2008-11-171-1/+1
* Add a QA Notice for 'jobserver unavailable' from make in the build log. ThanksZac Medico2008-11-161-0/+15
* Make NewsManager.updateItems() and getUnreadItems() return early ifZac Medico2008-11-151-5/+11
* Bug #246821 - Avoid TypeError from binarytree.isremote() by returning earlyZac Medico2008-11-151-1/+1
* Bug #236714 - Handle PortagePackageException raised from Manifest.create().Zac Medico2008-11-151-0/+3
* Make digestgen() handle PermissionDenied internally by returning failure, soZac Medico2008-11-151-1/+5
* Bug #236683 - Fix PermissionDenied handling to report the exception type.Zac Medico2008-11-151-1/+1
* Bug #243022 - Inside dblink.mergeme(), when merging a directory and a symlinkZac Medico2008-11-151-1/+2
* Bug #216190 - Make dblink.treewalk() bail out rather than install a packageZac Medico2008-11-151-2/+23
* Fix new* and do* ebuild helpers to generate consistent error messages forZac Medico2008-11-151-0/+12
* Remove preserve-libs support, it's API, and code that depends on it.Zac Medico2008-11-133-1071/+3
* Remove world_sets support from the WorldSet class, and hardcode "@system" asZac Medico2008-11-131-29/+1
* Update all portage.sets references to point to the new location, and hardcodeZac Medico2008-11-1310-18/+30
* Make portage.sets private by renaming it to portage._sets.Zac Medico2008-11-138-0/+0
* ACCEPT_LICENSE support depends on definition of license groupsZac Medico2008-11-131-13/+3
* Use apply_secpass_permissions() to avoid OperationNotPermitted errors whenZac Medico2008-11-131-3/+3
* Use grabfile() instead of grablines(), to ignore empty lines.Zac Medico2008-11-131-4/+4
* Add quote from GLEP 42 about permission bits.Zac Medico2008-11-131-0/+4
* Misc fixes and cleanups in NewsManager.Zac Medico2008-11-131-68/+71
* Return early from NewsManager.updateItems() if the news path listdir callZac Medico2008-11-131-6/+4
* Always return early from NewsManager.updateItems() if self.unread_path can'tZac Medico2008-11-131-10/+12
* Use a simpler approach instead of implementing NewsItem.__getattr__().Zac Medico2008-11-121-5/+3
* * Add NewsItem.isValid() and DisplayRestriction.isValid() methods and useZac Medico2008-11-121-5/+33
* Sort the return value from cpv_all() inside vardbapi._counter_hash() insteadZac Medico2008-11-121-2/+4