summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - small UI cleanups. *should* not cause problems with lackZac Medico2007-12-282-9/+10
* Add support for --usepkg and --usepkgonly options together withZac Medico2007-12-211-4/+5
* Implement a `portageq contents <root> <category/package>` commandZac Medico2007-12-211-0/+25
* Enhance the portageq match command to list all installed packagesZac Medico2007-12-211-9/+14
* Make vardbapi cache DESCRIPTION and HOMEPAGE in order to optimizeZac Medico2007-12-211-1/+2
* emerge --search enhancements:Zac Medico2007-12-211-26/+95
* Make the "test" flag that's enabled by FEATURES=test intoZac Medico2007-12-211-0/+2
* Eliminate redundant "notadded" error filtering. (trunk r9023)Zac Medico2007-12-211-7/+1
* Tweak profile validation and warning logic a bit. (trunk r9015)Zac Medico2007-12-212-5/+5
* Fix xmatch "match-all" typo. (trunk r9020)Zac Medico2007-12-211-1/+1
* In portage.process.spawn(), make the default fd_pipes value getZac Medico2007-12-211-1/+5
* In portage.spawn(), make the default fd_pipes value get fileZac Medico2007-12-211-1/+5
* Use regex category validation in binarytree.populate().Zac Medico2007-12-211-2/+2
* Use a regex to validate package directory names in portdbapi.cp_list()Zac Medico2007-12-211-1/+5
* Add "metadata" and "licenses" to _non_category_dirs. (trunk r9008)Zac Medico2007-12-211-2/+3
* Slightly improved the masked package check inside dep_zapdeps().Zac Medico2007-12-211-9/+9
* Hardcode #!/bin/bash for consistency with other scripts. (trunk r9002)Zac Medico2007-12-201-1/+1
* Remove an accidental redundant loop from portdbapi.cp_all().Zac Medico2007-12-201-3/+2
* Fix a typo in the _non_category_dirs regex. (trunk r8997)Zac Medico2007-12-201-1/+1
* Remove some redunant categories code.Zac Medico2007-12-201-8/+3
* Fix broken indentation in portdbapi.cp_all().Zac Medico2007-12-201-3/+3
* For simplicity and consistency, always use a regular expressionZac Medico2007-12-201-16/+14
* Fix portdbapi.cp_list() so that it can cope with aZac Medico2007-12-201-2/+5
* Make dep_zapdeps() fall back to installed packages in it'sZac Medico2007-12-201-1/+2
* Merge missing db keys from trunk, for bug #149816.Zac Medico2007-12-201-3/+6
* Merge the unified package masking output from trunk for bug #149816.Zac Medico2007-12-202-82/+104
* Bug #149816 - Implement visibility filtering for binary packages.Zac Medico2007-12-202-12/+27
* Make vartree.cpv_all() stop relying on having a categoriesZac Medico2007-12-201-2/+13
* Enable emerge search actions for binary packages when there isZac Medico2007-12-201-24/+93
* Fix a typo: eclasses -> eclass. (trunk r8978)Zac Medico2007-12-201-1/+1
* Make some adjustments so that it's possible to install binaryZac Medico2007-12-202-16/+31
* Bug #202748 - When merging a binary package, only clean upZac Medico2007-12-201-1/+4
* Whitespace only: remove extra indentation. (trunk r8969)Zac Medico2007-12-201-38/+37
* Always add ARCH to USE without relying on it being listedZac Medico2007-12-201-0/+2
* Bug #140180 - Ignore missing HOMEPAGE and LICENSE variables forZac Medico2007-12-191-1/+2
* Keep filtered USE in the PORTAGE_USE variable to keepZac Medico2007-12-191-6/+6
* Trigger a config.regenerate() call inside setcpv() when theZac Medico2007-12-191-1/+7
* Store filtered USE for config.environ() calls in a specialZac Medico2007-12-181-3/+14
* Fix USE filtering code so that it doesn't rely on config.setcpv()Zac Medico2007-12-181-2/+4
* Make special build and bootstrap flags into implicit membersZac Medico2007-12-181-0/+5
* Display the merge list with blockers any time that there areZac Medico2007-12-181-4/+7
* Only enable the PORTAGE_IUSE check during build time phasesZac Medico2007-12-181-1/+6
* Include masked flags in PORTAGE_IUSE to avoid more false positivesZac Medico2007-12-181-3/+4
* Create a PORTAGE_IUSE variable containing an egrep patternZac Medico2007-12-182-12/+19
* Bug #176467 - Filter out USE flags that aren't part of IUSE.Zac Medico2007-12-181-5/+35
* Generalize the sed -> gsed wrapper script so that it'sZac Medico2007-12-181-10/+12
* In "QA Notice: Precompiled python" messages, use sed to strip theZac Medico2007-12-151-1/+2
* Fix punctuation and spelling. Thanks to Arfrever Frehtes TaifersarZac Medico2007-12-151-3/+3
* Split out a format_qa_output() function to eliminate duplicate code.Zac Medico2007-12-151-59/+57
* Instead of all modes, only in commit mode save an extra copy of QAZac Medico2007-12-151-1/+3