summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* As suggested by grobian, treat Darwin just like USERLAND=gnuZac Medico2007-12-291-1/+1
* Add PKGDIR to the config.environ() whitelist so that people'sZac Medico2007-12-291-2/+1
* Make the ecompressdir vecho output show a leading / onZac Medico2007-12-291-2/+3
* Document that docinto works for dohtml. (trunk r9109)Zac Medico2007-12-291-1/+2
* Rely on USERLAND since it's automatically generated byZac Medico2007-12-291-4/+5
* Make the global counter file correspond toZac Medico2007-12-291-24/+37
* Remove redundant USERLAND sanity check code from doebuild() sinceZac Medico2007-12-291-4/+1
* * Remove redundant lchown() compatibility code since theZac Medico2007-12-292-14/+19
* Move XARGS initialization from portage.data to isolated-functions.sh.Zac Medico2007-12-293-4/+12
* Add support for showing binary package file sizes in emergeZac Medico2007-12-291-6/+14
* * Initialize dbapi._categories = None so that we can compareZac Medico2007-12-291-8/+8
* Move the USERLAND and XARGS sanity checks from the portage_dataZac Medico2007-12-292-16/+6
* Bug #121584 - Make the automatic USERLAND detection code recognizeZac Medico2007-12-291-2/+5
* Bug #202697 - Add / to the default initial SANDBOX_READ in order toZac Medico2007-12-281-1/+1
* Make the FEATURES=sfperms loops safe for whitespace in pathsZac Medico2007-12-281-2/+4
* Make dep_expand() and key_expand() stop relyingZac Medico2007-12-281-6/+30
* Just ignore it when the global counter file does not matchZac Medico2007-12-281-5/+0
* In action_regen(), use writemsg() to send error messages toZac Medico2007-12-281-7/+6
* Fixes for logic related to FEATURES=test to USE=test mapping:Zac Medico2007-12-284-20/+38
* Bug #203323 - Fix the FEATURES=sfperms code so that it doesn't chmodZac Medico2007-12-281-6/+19
* Minor code readablity enhancements:Zac Medico2007-12-281-6/+8
* Bug #201498 - Use desktop-file-validate to validate *.desktopZac Medico2007-12-281-1/+27
* Fix broken handling of the tuple that's returned fromZac Medico2007-12-281-1/+1
* In getconfig(), pass the infile attribute into the shlexZac Medico2007-12-281-1/+4
* Fix "Initializing counter" message to show the correct value.Zac Medico2007-12-281-1/+1
* Bug #203090 - Do not trust the global counterZac Medico2007-12-281-13/+37
* Bug #203239 - With FEATURES=noauto, always source ${EBUILD}.Zac Medico2007-12-281-4/+9
* - 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