summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add copyright header, thanks to Zac Medico for pointing that out for meAlec Warner2006-04-221-0/+2
* A sed wrapper for OSX/BSD courtesy of Flameeyes and SpankyAlec Warner2006-04-221-0/+22
* Disable sandbox during package phase interaction with $PKGDIR for compatibili...Zac Medico2006-04-221-1/+3
* Print the actual DISTDIR location in the help ouput of clean_locks for bug #1...Zac Medico2006-04-221-2/+3
* s/Do you want me/Would you like/g for bug #112439.Zac Medico2006-04-221-5/+5
* Exit with error status when the user has attempted to unmerge a package that ...Zac Medico2006-04-221-4/+7
* Fix partial download size calculation for bug #116796.Zac Medico2006-04-211-6/+21
* Fix `emerge -s` download size calculation for bug #130750.Zac Medico2006-04-212-21/+21
* Implement portage.config.get() in order to provide more of the standard mappi...Zac Medico2006-04-211-2/+7
* Use os.path.join for PORTAGE_GPG_DIR and remove a duplicate access check.Zac Medico2006-04-211-2/+2
* if PORTAGE_GPG_DIR is not set then default to ~/.gnupg instead of just dumpin...Mike Frysinger2006-04-201-1/+6
* Fix repoman --commitmsgfile logic. Thanks to Christian Heim <phreak@gentoo.o...Zac Medico2006-04-201-2/+15
* Add and "other" EBUILD_PHASE for bug #127585. Thanks to Patrick Avery <pyrom...Zac Medico2006-04-202-2/+3
* Update Manifest automatically in repoman commit mode for bug #130541.Zac Medico2006-04-201-0/+4
* support *.bz #130406Mike Frysinger2006-04-191-1/+1
* use just [[...]] instead of ((...)); especially when dealing with user inputMike Frysinger2006-04-181-15/+18
* s/GENTOO_MIRRORs/GENTOO_MIRRORS/Zac Medico2006-04-181-1/+1
* Fix gpgsign logic for bug #57445.Zac Medico2006-04-181-52/+66
* Implement portage.config.setdefault() in order to provide more of the standar...Zac Medico2006-04-181-0/+8
* Ignore ENOENT errors when $FILESDIR doesn't exist. Thanks to Christian Heim ...Zac Medico2006-04-171-4/+10
* dont dump debug update info in quiet modeMike Frysinger2006-04-171-3/+4
* Avoid rewritting the Manifest whenever possible by comparing the existing man...v2.1_pre9Zac Medico2006-04-171-70/+154
* touchup emerge --help: reorder and wrap lines. credit goes to Benno Schulenbe...Simon Stelling2006-04-161-41/+44
* sync short options with the rest of emerge --help; bug 124489Simon Stelling2006-04-161-1/+1
* add instructions how to update portage when --sync tells you to do so; bug 11...Simon Stelling2006-04-161-0/+1
* make misc-functions.sh executable as it's called directly from the python sideSimon Stelling2006-04-161-0/+0
* fix misuse of 'cat'Simon Stelling2006-04-161-2/+2
* eat whitespaceMike Frysinger2006-04-161-4/+0
* use a temp file but this time cut out the duplicate calls to `find`Mike Frysinger2006-04-161-9/+10
* Make find arguments portable for bug #129935 and remove temp file usage for b...Zac Medico2006-04-161-12/+2
* Override LazyItemsDict.update() so that it works correctly with other instanc...Zac Medico2006-04-151-2/+10
* touchup syntax and dont execute the loop as many timesMike Frysinger2006-04-151-5/+5
* use strip_duplicate_slashes instead of "for 1 2 3 do var=${var/\/\///}"Simon Stelling2006-04-151-5/+1
* remove all unneeded slashes, not only // or ///Simon Stelling2006-04-151-2/+4
* `` must dieSimon Stelling2006-04-1510-60/+60
* some more hasq fixesSimon Stelling2006-04-151-10/+6
* use has instead of bloated bash constructsSimon Stelling2006-04-151-3/+1
* fix typo from rev 3151Simon Stelling2006-04-151-1/+1
* only move $T/environment if it exists; bug 64926Simon Stelling2006-04-151-1/+1
* Split out a reusable Manifest._readManifest() method.Zac Medico2006-04-151-15/+26
* Add singleton support to LazyItemsDict to make it easier to use with arbitrar...Zac Medico2006-04-152-28/+25
* Catch fetch_check FileNotFound exceptions for bug #129962.Zac Medico2006-04-141-1/+6
* Run chflags only when needed for bug #129852. Thanks to Diego Pettenò for t...Zac Medico2006-04-141-5/+8
* Preserve the mysettings["SLOT"] for bug #129720.Zac Medico2006-04-141-2/+2
* Fix a typo from the last revision.Zac Medico2006-04-141-1/+1
* Fix collision-protect logic so the correct cpv is used for slot comparison.Zac Medico2006-04-141-1/+1
* Add an initial_items parameter to the LazyItemsDict constructor in order to f...Zac Medico2006-04-142-9/+7
* Fix digestcheck logic for bug #129839.Zac Medico2006-04-132-27/+30
* exit if user hits the cancel button in dialog mode; bug 108137Simon Stelling2006-04-131-2/+2
* don't declare input as integer, or etc-update will crash whenever the user en...Simon Stelling2006-04-131-1/+1