summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* As requested by wolf31o2, use the ROOT setting from make.conf as long asZac Medico2008-03-051-7/+2
* Remove redundant CUSTOM_PROFILE_PATH from the PROFILE_PATHS variable soZac Medico2008-03-051-1/+1
* check available space in DISTDIR before trying to fetch/copy a file, bug #212152Marius Mauch2008-03-031-2/+11
* 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
* stack use flags from package.use for multiple matching atoms (bug #200385)Marius Mauch2008-03-021-3/+9
* Make 'import portage' statements more tolerant to broken source statementsZac Medico2008-03-011-2/+9
* remove code for manifest1 supportMarius Mauch2008-02-281-1/+1
* 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-271-60/+63
* Revert r9387 (the fix for bug #211554) until I figure out why it's messingZac Medico2008-02-271-4/+4
* Bug #211554 - Replace references to config["USE"] with references toZac Medico2008-02-271-4/+4
* Bug #209538 - Disable annoying "masked by keyword" warnings for installedZac Medico2008-02-101-2/+14
* Bug #155993 - Update environment.bz2 after postinst in caseZac Medico2008-02-071-1/+1
* Unconditionally disable manifest1 compatibility since it's been droppedZac Medico2008-01-311-2/+1
* Bug #162542 - When dropping privileges for FEATURES=userpriv,Zac Medico2008-01-101-1/+12
* When spawing the "depend" phase, use file descriptors from sys.std*Zac Medico2008-01-081-1/+5
* When searching for "test" in IUSE, account for IUSE defaults.Zac Medico2007-12-311-1/+1
* Fix config.setcpv() to properly call config.regenerate() in casesZac Medico2007-12-311-1/+8
* Add PKGDIR to the config.environ() whitelist so that people'sZac Medico2007-12-291-2/+1
* Remove redundant USERLAND sanity check code from doebuild() sinceZac Medico2007-12-291-4/+1
* Move XARGS initialization from portage.data to isolated-functions.sh.Zac Medico2007-12-291-1/+1
* Make doebuild() check XARGS together with ARCH and USERLAND.Zac Medico2007-12-291-2/+2
* Make the ARCH and USERLAND sanity check use the autodetected USERLANDZac Medico2007-12-291-1/+5
* Make key_expand() use dbapi.categories.Zac Medico2007-12-281-1/+1
* Make dep_expand() stop relying on having a categories list:Zac Medico2007-12-281-2/+2
* Show the EBUILD_FORCE_TEST "Forcing test" messageZac Medico2007-12-281-3/+6
* Fixes for logic related to FEATURES=test to USE=test mapping:Zac Medico2007-12-281-11/+25
* Make the "test" flag that's enabled by FEATURES=test intoZac Medico2007-12-211-0/+2
* Fix xmatch "match-all" typo.Zac Medico2007-12-211-1/+1
* In portage.spawn(), make the default fd_pipes value get fileZac Medico2007-12-211-1/+5
* Tweak profile validation and warning logic a bit.Zac Medico2007-12-211-4/+2
* Slightly improved the masked package check inside dep_zapdeps().Zac Medico2007-12-211-9/+9
* Make dep_zapdeps() fall back to installed packages in it'sZac Medico2007-12-201-1/+2
* Pass a valid phase into eerror so that it works.Zac Medico2007-12-201-1/+1
* Convert messages about missing portage tree to debug levelZac Medico2007-12-201-2/+4
* Make some adjustments so that it's possible to install binaryZac Medico2007-12-201-0/+16
* Bug #202748 - When merging a binary package, only clean upZac Medico2007-12-201-1/+4
* Whitespace only: remove extra indentation.Zac Medico2007-12-201-38/+37
* Always add ARCH to USE without relying on it being listedZac Medico2007-12-201-0/+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
* Include masked flags in PORTAGE_IUSE to avoid more false positivesZac Medico2007-12-181-3/+4