summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* set executable bit for sed-wrapperSimon Stelling2006-04-231-0/+0
| | | | svn path=/main/trunk/; revision=3198
* tighten up output in pretend modeMike Frysinger2006-04-231-4/+6
| | | | svn path=/main/trunk/; revision=3197
* fixup clean outputMike Frysinger2006-04-231-3/+4
| | | | svn path=/main/trunk/; revision=3196
* space argumentsMike Frysinger2006-04-231-2/+2
| | | | svn path=/main/trunk/; revision=3195
* Fix FileNotFound error when ignoreMissing=True for bug #130928.Zac Medico2006-04-231-4/+9
| | | | svn path=/main/trunk/; revision=3194
* Replace hard coded "size" with MANIFEST1_HASH_FUNCTIONS.Zac Medico2006-04-231-1/+1
| | | | svn path=/main/trunk/; revision=3193
* Remove bogus "size" manifest entries reported by vapier.Zac Medico2006-04-231-2/+3
| | | | svn path=/main/trunk/; revision=3192
* Add copyright header, thanks to Zac Medico for pointing that out for meAlec Warner2006-04-221-0/+2
| | | | svn path=/main/trunk/; revision=3191
* A sed wrapper for OSX/BSD courtesy of Flameeyes and SpankyAlec Warner2006-04-221-0/+22
| | | | svn path=/main/trunk/; revision=3190
* Disable sandbox during package phase interaction with $PKGDIR for ↵Zac Medico2006-04-221-1/+3
| | | | | | compatibility with symlinks (See bug #130824). svn path=/main/trunk/; revision=3189
* Print the actual DISTDIR location in the help ouput of clean_locks for bug ↵Zac Medico2006-04-221-2/+3
| | | | | | #116676. svn path=/main/trunk/; revision=3188
* s/Do you want me/Would you like/g for bug #112439.Zac Medico2006-04-221-5/+5
| | | | svn path=/main/trunk/; revision=3187
* Exit with error status when the user has attempted to unmerge a package that ↵Zac Medico2006-04-221-4/+7
| | | | | | is not installed (bug #118515). svn path=/main/trunk/; revision=3186
* Fix partial download size calculation for bug #116796.Zac Medico2006-04-211-6/+21
| | | | svn path=/main/trunk/; revision=3185
* Fix `emerge -s` download size calculation for bug #130750.Zac Medico2006-04-212-21/+21
| | | | svn path=/main/trunk/; revision=3184
* Implement portage.config.get() in order to provide more of the standard ↵Zac Medico2006-04-211-2/+7
| | | | | | mapping interface. svn path=/main/trunk/; revision=3182
* Use os.path.join for PORTAGE_GPG_DIR and remove a duplicate access check.Zac Medico2006-04-211-2/+2
| | | | svn path=/main/trunk/; revision=3181
* if PORTAGE_GPG_DIR is not set then default to ~/.gnupg instead of just ↵Mike Frysinger2006-04-201-1/+6
| | | | | | dumping an error svn path=/main/trunk/; revision=3180
* Fix repoman --commitmsgfile logic. Thanks to Christian Heim ↵Zac Medico2006-04-201-2/+15
| | | | | | <phreak@gentoo.org> for reporting. svn path=/main/trunk/; revision=3179
* Add and "other" EBUILD_PHASE for bug #127585. Thanks to Patrick Avery ↵Zac Medico2006-04-202-2/+3
| | | | | | <pyromancer@gmail.com> for this patch. svn path=/main/trunk/; revision=3178
* Update Manifest automatically in repoman commit mode for bug #130541.Zac Medico2006-04-201-0/+4
| | | | svn path=/main/trunk/; revision=3177
* support *.bz #130406Mike Frysinger2006-04-191-1/+1
| | | | svn path=/main/trunk/; revision=3176
* use just [[...]] instead of ((...)); especially when dealing with user inputMike Frysinger2006-04-181-15/+18
| | | | svn path=/main/trunk/; revision=3175
* s/GENTOO_MIRRORs/GENTOO_MIRRORS/Zac Medico2006-04-181-1/+1
| | | | svn path=/main/trunk/; revision=3174
* Fix gpgsign logic for bug #57445.Zac Medico2006-04-181-52/+66
| | | | svn path=/main/trunk/; revision=3173
* Implement portage.config.setdefault() in order to provide more of the ↵Zac Medico2006-04-181-0/+8
| | | | | | standard mapping interface. svn path=/main/trunk/; revision=3172
* Ignore ENOENT errors when $FILESDIR doesn't exist. Thanks to Christian Heim ↵Zac Medico2006-04-171-4/+10
| | | | | | for reporting. svn path=/main/trunk/; revision=3171
* dont dump debug update info in quiet modeMike Frysinger2006-04-171-3/+4
| | | | svn path=/main/trunk/; revision=3170
* Avoid rewritting the Manifest whenever possible by comparing the existing ↵v2.1_pre9Zac Medico2006-04-171-70/+154
| | | | | | manifest entries to the ones that will be written. svn path=/main/trunk/; revision=3168
* touchup emerge --help: reorder and wrap lines. credit goes to Benno ↵Simon Stelling2006-04-161-41/+44
| | | | | | Schulenberg; bug 121528 svn path=/main/trunk/; revision=3167
* sync short options with the rest of emerge --help; bug 124489Simon Stelling2006-04-161-1/+1
| | | | svn path=/main/trunk/; revision=3166
* add instructions how to update portage when --sync tells you to do so; bug ↵Simon Stelling2006-04-161-0/+1
| | | | | | 118715 svn path=/main/trunk/; revision=3165
* make misc-functions.sh executable as it's called directly from the python sideSimon Stelling2006-04-161-0/+0
| | | | svn path=/main/trunk/; revision=3164
* fix misuse of 'cat'Simon Stelling2006-04-161-2/+2
| | | | svn path=/main/trunk/; revision=3163
* eat whitespaceMike Frysinger2006-04-161-4/+0
| | | | svn path=/main/trunk/; revision=3162
* use a temp file but this time cut out the duplicate calls to `find`Mike Frysinger2006-04-161-9/+10
| | | | svn path=/main/trunk/; revision=3161
* Make find arguments portable for bug #129935 and remove temp file usage for ↵Zac Medico2006-04-161-12/+2
| | | | | | bug #121368. svn path=/main/trunk/; revision=3160
* Override LazyItemsDict.update() so that it works correctly with other ↵Zac Medico2006-04-151-2/+10
| | | | | | instances of LazyItemsDict. svn path=/main/trunk/; revision=3159
* touchup syntax and dont execute the loop as many timesMike Frysinger2006-04-151-5/+5
| | | | svn path=/main/trunk/; revision=3158
* use strip_duplicate_slashes instead of "for 1 2 3 do var=${var/\/\///}"Simon Stelling2006-04-151-5/+1
| | | | svn path=/main/trunk/; revision=3157
* remove all unneeded slashes, not only // or ///Simon Stelling2006-04-151-2/+4
| | | | svn path=/main/trunk/; revision=3156
* `` must dieSimon Stelling2006-04-1510-60/+60
| | | | svn path=/main/trunk/; revision=3155
* some more hasq fixesSimon Stelling2006-04-151-10/+6
| | | | svn path=/main/trunk/; revision=3154
* use has instead of bloated bash constructsSimon Stelling2006-04-151-3/+1
| | | | svn path=/main/trunk/; revision=3153
* fix typo from rev 3151Simon Stelling2006-04-151-1/+1
| | | | svn path=/main/trunk/; revision=3152
* only move $T/environment if it exists; bug 64926Simon Stelling2006-04-151-1/+1
| | | | svn path=/main/trunk/; revision=3151
* Split out a reusable Manifest._readManifest() method.Zac Medico2006-04-151-15/+26
| | | | svn path=/main/trunk/; revision=3150
* Add singleton support to LazyItemsDict to make it easier to use with ↵Zac Medico2006-04-152-28/+25
| | | | | | arbitrary function calls. svn path=/main/trunk/; revision=3149
* Catch fetch_check FileNotFound exceptions for bug #129962.Zac Medico2006-04-141-1/+6
| | | | svn path=/main/trunk/; revision=3148
* Run chflags only when needed for bug #129852. Thanks to Diego Pettenò for ↵Zac Medico2006-04-141-5/+8
| | | | | | the patch. svn path=/main/trunk/; revision=3147