summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-021-2/+1
* 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
* Make 'import portage' statements more tolerant to broken source statementsZac Medico2008-03-012-3/+28
* remove code for manifest1 supportMarius Mauch2008-02-283-180/+7
* 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 #211365 - Use catpkgsplit() instead of pkgsplit() on the cpv in theZac Medico2008-02-261-1/+2
* Various repoman fixes, plus a weird lockfile tracekback in news.Alec Warner2008-02-241-1/+2
* Revert portdbapi category auto-detection code since it's not really neededZac Medico2008-02-221-9/+4
* 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
* Make stack_dicts() treat an empty variable assignment just like a non-emptyZac Medico2008-02-201-1/+1
* For greedy slot behavior, in addition to any installed slots alsoZac Medico2008-02-191-5/+6
* - outsource logic for boolean options into a central functionMarius Mauch2008-02-194-20/+39
* Make PreservedLibsRegistry.store() use atomic_ofstream so that we don'tZac Medico2008-02-191-2/+4
* Make LibraryConsumerSet.mapPathsToAtoms() produce slot atoms so that atomsZac Medico2008-02-191-2/+4
* Add missing % x (bug #208946, comment #2).Zac Medico2008-02-161-1/+1
* 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-072-1/+5
* don't try to copy manually removed libraries (bug #208946)Marius Mauch2008-02-052-1/+24
* Use local time for elog summariesMarius Mauch2008-02-052-2/+2
* Make the manifest1_compat constructor parameter default to FalseZac Medico2008-02-011-1/+1
* Unconditionally disable manifest1 compatibility since it's been droppedZac Medico2008-01-311-2/+1
* Add 'local' to the list of non_category_dirs since it's commonlyZac Medico2008-01-311-1/+1
* * Bug #205966 - Don't show binhost password when displaying the uri.Zac Medico2008-01-311-2/+5
* use strip(os.sep) on paths prior to os.path.join (branches/prefixZac Medico2008-01-301-2/+3
* Bug #205318 - Handle errno.ENOTDIR thrown from the lstat callZac Medico2008-01-111-1/+1
* * Make pkgcmp() pass the ebuild revision directly into vercmp() sinceZac Medico2008-01-112-11/+18
* Bug #203316 - Fix isvalidatom() to properly detect invalid operatorsZac Medico2008-01-111-1/+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
* Bug #204753 - Add "distfiles" and "packages" to the list ofZac Medico2008-01-071-2/+2
* Bug #204651 - Make repoman respect NOCOLOR=true.Zac Medico2008-01-061-1/+2
* Bug #204020 - Make grabfile() properly raise PermissionDenied whenZac Medico2008-01-021-1/+3
* 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
* As suggested by grobian, treat Darwin just like USERLAND=gnuZac Medico2007-12-291-3/+1
* Fix broken Darwin USERLAND detection.Zac Medico2007-12-291-1/+3