summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove pym/portage_contents.py because it's not used. Thanks to Brian ↵Zac Medico2006-04-081-161/+0
| | | | | | Harring for noticing. svn path=/main/trunk/; revision=3100
* Remove pym/dcdialog.py because it's not used. Thanks to antarus for noticing.Zac Medico2006-04-081-412/+0
| | | | svn path=/main/trunk/; revision=3099
* Add copyright headers for portage_update and portage_manifest.Zac Medico2006-04-082-0/+7
| | | | svn path=/main/trunk/; revision=3098
* Fix some minor issues with the anydbm cache module. Thanks to Halcyon for ↵Zac Medico2006-04-081-3/+3
| | | | | | reporting. svn path=/main/trunk/; revision=3097
* Remove redundant "please tell me what to do" code, which is now handled earlier.Zac Medico2006-04-081-5/+0
| | | | svn path=/main/trunk/; revision=3096
* Fix myaction logic so that --resume works (with --pretend) for non-root users.Zac Medico2006-04-081-3/+4
| | | | svn path=/main/trunk/; revision=3095
* Protect string indexes during input stripping in dep_getkey and dep_getcpv.Jason Stubbs2006-04-081-11/+7
| | | | | | Bug #129193 svn path=/main/trunk/; revision=3094
* Fix myaction logic (myaction==None is actually valid, regression from r3090).Zac Medico2006-04-071-2/+2
| | | | svn path=/main/trunk/; revision=3093
* remove reference to a script that doesnt existMike Frysinger2006-04-071-2/+0
| | | | svn path=/main/trunk/; revision=3092
* Fix this random y that was in the last commit...I blame nano :PAlec Warner2006-04-071-1/+1
| | | | svn path=/main/trunk/; revision=3091
* Fix a regression in security handling, emerge with no options should print ↵Alec Warner2006-04-071-1/+4
| | | | | | out helpful information, not tell you you need to be root ;) svn path=/main/trunk/; revision=3090
* Thanks to jforman for finding this one, emerge was not helpful when ↵Alec Warner2006-04-071-3/+9
| | | | | | permissions on the world file are not so good, so in the case of permission denied, we reraise, essentially telling the user we can't read the world file. In the case of it not existing, we assume the user knows what they are doing and we print a squelchable warning message. svn path=/main/trunk/; revision=3089
* Optimize manifest2AuxfileFilter handling of ignored directories. Thanks to ↵Zac Medico2006-04-071-3/+1
| | | | | | Brian Harring for the patch. svn path=/main/trunk/; revision=3088
* Raise exceptions when appropriate in the atomic_ofstream constructor for bug ↵Zac Medico2006-04-071-0/+2
| | | | | | #129098. svn path=/main/trunk/; revision=3087
* Speed up portage.config.keys()Alec Warner2006-04-071-6/+1
| | | | svn path=/main/trunk/; revision=3086
* Change == None to is NoneAlec Warner2006-04-078-74/+74
| | | | svn path=/main/trunk/; revision=3085
* only display syncing progress for each file when --verbose is set; thanks ↵Simon Stelling2006-04-061-2/+2
| | | | | | Olaf Hering, bug 128362 svn path=/main/trunk/; revision=3084
* set PKG_CONFIG_PATH correct on multilib systems; bug 126801Simon Stelling2006-04-061-0/+6
| | | | svn path=/main/trunk/; revision=3083
* add /usr/local/{,s}bin to PATH; bug 117713Simon Stelling2006-04-061-1/+1
| | | | svn path=/main/trunk/; revision=3082
* emerge info -> emerge --infoSimon Stelling2006-04-061-1/+1
| | | | svn path=/main/trunk/; revision=3080
* Remove really really old check during a cvs move. Fix except statement to ↵Alec Warner2006-04-061-30/+1
| | | | | | be saner svn path=/main/trunk/; revision=3079
* Revert r3073 since it causes a regression (digestgen needs to be run for ↵Zac Medico2006-04-061-1/+3
| | | | | | each value of repoman_settings["O"]). See bug #128946. svn path=/main/trunk/; revision=3078
* Revert FEATURES=noclean behavior so that clean is only skipped after merge. ↵Zac Medico2006-04-051-3/+2
| | | | | | Thanks to azarah for reporting. svn path=/main/trunk/; revision=3077
* Move some color mappings to ensure that they do not override the user ↵Zac Medico2006-04-051-5/+5
| | | | | | defined color map. svn path=/main/trunk/; revision=3076
* Add color code mappings for 16 colors in rgb format.Zac Medico2006-04-051-12/+32
| | | | svn path=/main/trunk/; revision=3075
* Remove the srcroot parameter from env_update because is doesn't work when ↵Zac Medico2006-04-051-13/+3
| | | | | | portage.movefile merges files via os.rename. To do this properly we need to pass in CONTENTS instead. svn path=/main/trunk/; revision=3074
* Don't generate digests on --pretend for repoman. Thanks go once again to ↵Alec Warner2006-04-041-3/+1
| | | | | | exg@gentoo.org :) svn path=/main/trunk/; revision=3073
* Add support for user configuration of colors in the output module for bug ↵Zac Medico2006-04-043-1/+48
| | | | | | #125120. Thanks to solar for the patch that this was derived from. svn path=/main/trunk/; revision=3072
* Automatically create FILESDIR if necessary when writing old style digests. ↵Zac Medico2006-04-041-0/+7
| | | | | | Thanks to blubb for reporting. svn path=/main/trunk/; revision=3071
* fix typo in make.conf and remove RSYNC_EXCLUDEFROM since it's deprecated; ↵Simon Stelling2006-04-041-9/+2
| | | | | | bug 127614 svn path=/main/trunk/; revision=3070
* fix make.conf indentation per bug 127868; thanks to Paul Varner for the patchSimon Stelling2006-04-041-2/+2
| | | | svn path=/main/trunk/; revision=3069
* It was pointed out that we have a Test-Manifest perl package, which would ↵Alec Warner2006-04-031-1/+1
| | | | | | get sadly excluded using the old string match, so we fix it to match less ;) svn path=/main/trunk/; revision=3068
* Fix yet another typo of mine, thanks to exgAlec Warner2006-04-031-1/+1
| | | | svn path=/main/trunk/; revision=3067
* Fix ordering in cvs calls to be correct, thanks to exg for the fix (again)Alec Warner2006-04-031-6/+6
| | | | svn path=/main/trunk/; revision=3066
* s/parenreduce/paren_reduce/ comment fix.Jason Stubbs2006-04-031-2/+2
| | | | svn path=/main/trunk/; revision=3065
* Remove out-dated TODO fileAlec Warner2006-04-031-60/+0
| | | | svn path=/main/trunk/; revision=3064
* Fix a typo from r3058.Zac Medico2006-04-031-1/+1
| | | | svn path=/main/trunk/; revision=3063
* Fixes for repoman thanks to exg@gentoo.org and bug #128451, Excludes ↵Alec Warner2006-04-031-6/+12
| | | | | | Manifest regeneration in certain cases, adds pretend gpg outut svn path=/main/trunk/; revision=3062
* Fix minor typo: reported by Brian HarringAlec Warner2006-04-031-1/+1
| | | | svn path=/main/trunk/; revision=3061
* tsk tsk, fix a missing parenthesis :)Alec Warner2006-04-031-1/+1
| | | | svn path=/main/trunk/; revision=3060
* Add a deprecation notice for those who are still using tokenize ( hopefully ↵Alec Warner2006-04-031-1/+3
| | | | | | no one :/ ) svn path=/main/trunk/; revision=3059
* Move DISTDIR initialization from doebuild to fetch and handle read-only file ↵Zac Medico2006-04-033-29/+36
| | | | | | system errors for bug #128506. svn path=/main/trunk/; revision=3058
* Take sound advice and move all the use expand files into desc/Alec Warner2006-04-031-1/+1
| | | | svn path=/main/trunk/; revision=3057
* Make repoman check for USE expand descriptions in other files so USE_EXPAND ↵Alec Warner2006-04-032-3/+5
| | | | | | variables can have longer/better/faster/stronger descriptions. svn path=/main/trunk/; revision=3056
* Make the reading of /proc/<pid>/fd/ impervious to the possible additionJason Stubbs2006-04-021-1/+1
| | | | | | of non-numerically named entries. svn path=/main/trunk/; revision=3055
* Add a portage_exec.get_open_fds() function for bug #128284. Thanks to Brian ↵Zac Medico2006-04-021-1/+8
| | | | | | Harring for this patch. svn path=/main/trunk/; revision=3054
* More exception fixes...Alec Warner2006-04-021-31/+8
| | | | svn path=/main/trunk/; revision=3053
* Fixing stupid exception handlingAlec Warner2006-04-021-3/+1
| | | | svn path=/main/trunk/; revision=3051
* fix makelinks logic againMike Frysinger2006-04-011-2/+2
| | | | svn path=/main/trunk/; revision=3048
* Rename local 'root' variable to parent_dir so that it's not confused with ↵Zac Medico2006-04-011-1/+1
| | | | | | portage.root svn path=/main/trunk/; revision=3047