summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove bin/mirror.py because, according to Brian Harring, it's obsoleted by m...v2.1_pre8Zac Medico2006-04-082-167/+1
* Remove pym/portage_contents.py because it's not used. Thanks to Brian Harring...Zac Medico2006-04-081-161/+0
* Remove pym/dcdialog.py because it's not used. Thanks to antarus for noticing.Zac Medico2006-04-081-412/+0
* Add copyright headers for portage_update and portage_manifest.Zac Medico2006-04-082-0/+7
* Fix some minor issues with the anydbm cache module. Thanks to Halcyon for rep...Zac Medico2006-04-081-3/+3
* Remove redundant "please tell me what to do" code, which is now handled earlier.Zac Medico2006-04-081-5/+0
* Fix myaction logic so that --resume works (with --pretend) for non-root users.Zac Medico2006-04-081-3/+4
* Protect string indexes during input stripping in dep_getkey and dep_getcpv.Jason Stubbs2006-04-081-11/+7
* Fix myaction logic (myaction==None is actually valid, regression from r3090).Zac Medico2006-04-071-2/+2
* remove reference to a script that doesnt existMike Frysinger2006-04-071-2/+0
* Fix this random y that was in the last commit...I blame nano :PAlec Warner2006-04-071-1/+1
* Fix a regression in security handling, emerge with no options should print ou...Alec Warner2006-04-071-1/+4
* Thanks to jforman for finding this one, emerge was not helpful when permissio...Alec Warner2006-04-071-3/+9
* Optimize manifest2AuxfileFilter handling of ignored directories. Thanks to B...Zac Medico2006-04-071-3/+1
* Raise exceptions when appropriate in the atomic_ofstream constructor for bug ...Zac Medico2006-04-071-0/+2
* Speed up portage.config.keys()Alec Warner2006-04-071-6/+1
* Change == None to is NoneAlec Warner2006-04-078-74/+74
* only display syncing progress for each file when --verbose is set; thanks Ola...Simon Stelling2006-04-061-2/+2
* set PKG_CONFIG_PATH correct on multilib systems; bug 126801Simon Stelling2006-04-061-0/+6
* add /usr/local/{,s}bin to PATH; bug 117713Simon Stelling2006-04-061-1/+1
* emerge info -> emerge --infoSimon Stelling2006-04-061-1/+1
* Remove really really old check during a cvs move. Fix except statement to be...Alec Warner2006-04-061-30/+1
* Revert r3073 since it causes a regression (digestgen needs to be run for each...Zac Medico2006-04-061-1/+3
* Revert FEATURES=noclean behavior so that clean is only skipped after merge. ...Zac Medico2006-04-051-3/+2
* Move some color mappings to ensure that they do not override the user defined...Zac Medico2006-04-051-5/+5
* Add color code mappings for 16 colors in rgb format.Zac Medico2006-04-051-12/+32
* Remove the srcroot parameter from env_update because is doesn't work when por...Zac Medico2006-04-051-13/+3
* Don't generate digests on --pretend for repoman. Thanks go once again to exg...Alec Warner2006-04-041-3/+1
* Add support for user configuration of colors in the output module for bug #12...Zac Medico2006-04-043-1/+48
* Automatically create FILESDIR if necessary when writing old style digests. T...Zac Medico2006-04-041-0/+7
* fix typo in make.conf and remove RSYNC_EXCLUDEFROM since it's deprecated; bug...Simon Stelling2006-04-041-9/+2
* fix make.conf indentation per bug 127868; thanks to Paul Varner for the patchSimon Stelling2006-04-041-2/+2
* It was pointed out that we have a Test-Manifest perl package, which would get...Alec Warner2006-04-031-1/+1
* Fix yet another typo of mine, thanks to exgAlec Warner2006-04-031-1/+1
* Fix ordering in cvs calls to be correct, thanks to exg for the fix (again)Alec Warner2006-04-031-6/+6
* s/parenreduce/paren_reduce/ comment fix.Jason Stubbs2006-04-031-2/+2
* Remove out-dated TODO fileAlec Warner2006-04-031-60/+0
* Fix a typo from r3058.Zac Medico2006-04-031-1/+1
* Fixes for repoman thanks to exg@gentoo.org and bug #128451, Excludes Manifest...Alec Warner2006-04-031-6/+12
* Fix minor typo: reported by Brian HarringAlec Warner2006-04-031-1/+1
* tsk tsk, fix a missing parenthesis :)Alec Warner2006-04-031-1/+1
* Add a deprecation notice for those who are still using tokenize ( hopefully n...Alec Warner2006-04-031-1/+3
* Move DISTDIR initialization from doebuild to fetch and handle read-only file ...Zac Medico2006-04-033-29/+36
* Take sound advice and move all the use expand files into desc/Alec Warner2006-04-031-1/+1
* Make repoman check for USE expand descriptions in other files so USE_EXPAND v...Alec Warner2006-04-032-3/+5
* Make the reading of /proc/<pid>/fd/ impervious to the possible additionJason Stubbs2006-04-021-1/+1
* Add a portage_exec.get_open_fds() function for bug #128284. Thanks to Brian H...Zac Medico2006-04-021-1/+8
* More exception fixes...Alec Warner2006-04-021-31/+8
* Fixing stupid exception handlingAlec Warner2006-04-021-3/+1
* fix makelinks logic againMike Frysinger2006-04-011-2/+2