summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tighten the funct_start_re so that it doesn't match leading whitespaceZac Medico2008-03-041-1/+1
* Bug #211949 - Temporarily revert back to a less strict regex in order toZac Medico2008-03-041-1/+1
* Add support for idendification of function definitions since it's neededZac Medico2008-03-041-2/+18
* Bug #211949 - Fix the regex so that it won't match the = character (equalsZac Medico2008-03-041-1/+1
* tell rpmbuild to clean it's working files after completion, bug #97776Marius Mauch2008-03-031-1/+1
* fix message on ValueError to not sound like crapMarius Mauch2008-03-031-1/+1
* don't list files as being merged when they are ignored due to confmem, bug #2...Marius Mauch2008-03-031-2/+1
* check available space in DISTDIR before trying to fetch/copy a file, bug #212152Marius Mauch2008-03-031-2/+11
* Buf #210372 - Fix FEATURES=suidctl so that it really works again.Zac Medico2008-03-031-7/+8
* Bug #211949 - Tweak the regex so that a leading whitespace characterZac Medico2008-03-031-1/+2
* Fix the regex for bug #211949 so that it correctly matches variableZac Medico2008-03-031-1/+1
* Quote the file path and uri inside FETCHCOMMAND and RESUMECOMMAND. ThanksZac Medico2008-03-031-2/+2
* Bug #211949 - As suggested by vapier, tighten the variable filter to alsoZac Medico2008-03-022-2/+5
* Make profile stacking of default USE and package.* slightly more efficientZac Medico2008-03-021-3/+6
* one more fix to restore correct order for usemask/useforceMarius Mauch2008-03-021-6/+12
* fix indentation screwup from r9412Marius Mauch2008-03-021-3/+3
* change stacking order of r9408 so more specific atoms override generic onesMarius Mauch2008-03-021-7/+7
* Fix typo.Zac Medico2008-03-021-1/+1
* apply r9408 also for profile-base package.*use* filesMarius Mauch2008-03-021-9/+27
* remove FEATURES=livecvsportageMarius Mauch2008-03-022-32/+29
* stack use flags from package.use for multiple matching atoms (bug #200385)Marius Mauch2008-03-021-3/+9
* ensure that global variables are used to prevent confusing issues like bug #2...Marius Mauch2008-03-022-1/+8
* undo registrations of preserved libraries if the merge fails, bug #210501Marius Mauch2008-03-021-0/+3
* Bug #211949 - Make filter_readonly_variables() remove any variablesZac Medico2008-03-011-3/+7
* Make 'import portage' statements more tolerant to broken source statementsZac Medico2008-03-012-3/+28
* In the suidctl code, move the addwrite call out of the loop. Thanks to ferringb.Zac Medico2008-02-291-4/+4
* remove code for manifest1 supportMarius Mauch2008-02-285-301/+7
* supress stupid line echo in deprecation noticesMarius Mauch2008-02-281-1/+6
* remove obsolete information from preserve-libs post-emerge messagev2.2_pre3Marius Mauch2008-02-281-1/+0
* separate different messages with newlines in post-emerge outputMarius Mauch2008-02-281-3/+4
* Fix some references to config["PORTAGE_USE"] to prevent potentialZac Medico2008-02-281-3/+3
* Bug #211554 - Replace references to config["USE"] with references toZac Medico2008-02-272-72/+76
* Revert r9387 (the fix for bug #211554) until I figure out why it's messingZac Medico2008-02-272-15/+15
* Bug #211294 - Make repoman ignore profiles labeled with anything otherZac Medico2008-02-271-0/+3
* Don't filter USE flags in emerge --info output.Zac Medico2008-02-271-1/+1
* Bug #211554 - Replace references to config["USE"] with references toZac Medico2008-02-272-16/+16
* For depclean/prune unmerge order, if there are no dependencies betweenZac Medico2008-02-261-27/+33
* Bug #211365 - Use catpkgsplit() instead of pkgsplit() on the cpv in theZac Medico2008-02-261-1/+2
* Double import, thanks grobian :)Alec Warner2008-02-241-1/+0
* Various repoman fixes, plus a weird lockfile tracekback in news.Alec Warner2008-02-243-6/+9
* only try to fetch compression schemes which the host supportsMike Frysinger2008-02-231-1/+10
* add support for lzma/gz snapshotsMike Frysinger2008-02-231-68/+88
* tighten up output from scriptMike Frysinger2008-02-231-39/+39
* cleanup main option parsingMike Frysinger2008-02-231-23/+34
* Revert portdbapi category auto-detection code since it's not really neededZac Medico2008-02-221-9/+4
* Add support for file paths as arguments to emerge. If an argument startsZac Medico2008-02-221-0/+30
* Bug #211067 - Make the "portdir_overlay" and "mydir" variables containZac Medico2008-02-221-4/+6
* Make LibraryPackageMap.update() sort the contents of the library_consumersZac Medico2008-02-211-1/+2
* Optimize dblink.isowner() to use fewer stat calls by doing a basenameZac Medico2008-02-211-1/+12
* In the circular dependency display, drop PDEPEND (aka MEDIUM_SOFT) fromZac Medico2008-02-201-1/+1