summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't try to perform global updates on binary packages unless $PKGDIR is writ...Zac Medico2007-05-311-9/+14
* Trigger an update of the Packages index when a package is moved or aux_update...Zac Medico2007-05-311-1/+2
* Allow dbapi.aux_update() to prune empty metadata values from storage.Zac Medico2007-05-312-1/+10
* Create one unified dbapi.move_slot_ent() method to replace the corresponding ...Zac Medico2007-05-313-68/+23
* Make automatic "global updates" always use the config instance that's associa...Zac Medico2007-05-313-6/+5
* Create one unified dbapi.update_ents() method and use it for both fixpackages...Zac Medico2007-05-315-53/+31
* Only check ChangeLog if we're dealing with an ebuild (bug #170604)Marius Mauch2007-05-311-2/+6
* catch GetoptErrorMarius Mauch2007-05-311-1/+5
* remove pointless $PORTDIR lockMarius Mauch2007-05-311-26/+16
* Fix an IndexError in get_operator() that occurs when isvalidatom() passes it ...Zac Medico2007-05-301-0/+2
* For bug #180399, raise an appropriate InvalidDependString exception if there ...Zac Medico2007-05-301-1/+12
* Show deprecation warnings if the "clone" parameters are used for the binartre...Zac Medico2007-05-303-0/+6
* Return a copy of the cached result from match_from_list().Zac Medico2007-05-301-1/+1
* For bug #61732, support -flag in USE (instead of just +flag). Given the curr...Zac Medico2007-05-303-3/+8
* Fix slot handling at the beginning of match_from_list().Zac Medico2007-05-301-2/+1
* For bug #180222, make ecompressdir use -f for the automatic decompression phase.Zac Medico2007-05-301-3/+3
* For bug #179870, correctly handle slot deps in the profile's package.* files.Zac Medico2007-05-291-12/+12
* Fix get_operator() and best_match_to_list() so that slot deps mesh properly w...Zac Medico2007-05-291-1/+2
* Fix dep_getcpv() so that it always properly removes the slot regardless of wh...Zac Medico2007-05-291-3/+2
* Don't pass slotted packages into pkgsplit since it doesn't handle them.Zac Medico2007-05-291-4/+11
* For bug #179870, add support for cpv:slot in match_from_list() and use it to ...Zac Medico2007-05-292-14/+14
* Fix binarytree.gettbz2() so that it works without $PKGDIR/All/ and inserts th...Zac Medico2007-05-281-2/+4
* Include IUSE in the Package index so that it can be used for --newuse calcula...Zac Medico2007-05-281-1/+2
* Cap the progress bar columns at 80 since it looks ridiculous when it gets too...Zac Medico2007-05-281-0/+3
* Fix emaint world $ROOT handling.Zac Medico2007-05-281-2/+2
* Add new emaint targets called "moveinst" and "movebin" for applying package m...Zac Medico2007-05-284-17/+153
* For bug #180009, add a PORTAGE_RSYNC_INITIAL_TIMEOUT config variable. The de...Zac Medico2007-05-282-2/+16
* For bug #180079, fix a KeyError so that a search for the empty string will go...Zac Medico2007-05-281-2/+2
* Fix typo.Zac Medico2007-05-271-2/+2
* Make emaint prune stale entires from $PKGDIR/Packages.Zac Medico2007-05-272-3/+37
* Add an emaint "binhost" target which does the time consuming population of $P...Zac Medico2007-05-271-1/+59
* Fix a typo.Zac Medico2007-05-271-1/+1
* Fix an UnboundLocalError when there's no tty.Zac Medico2007-05-271-1/+2
* Add SIGWINCH support so that the progress bar is resized if the xterm is resi...Zac Medico2007-05-271-2/+7
* Add progress support to emaint (similar to wget's progress bar).Zac Medico2007-05-272-5/+160
* Add a get_term_size() function that uses the curses module if available and o...Zac Medico2007-05-271-11/+24
* In the WorldHandler class, add support for an onProgress callback that can be...Zac Medico2007-05-271-3/+14
* Fix logic for USE_EXPAND variables that are incremental (there are none curre...Zac Medico2007-05-261-9/+17
* Fix broken dict.get logic.Zac Medico2007-05-261-2/+4
* Create the Packages index whether or not $PKGDIR/All/ exists so that improved...Zac Medico2007-05-261-38/+37
* xmlint can produce garbage output even on success, so only dump the ouput whe...Zac Medico2007-05-261-3/+8
* In the econf die message, don't mention bugs.gentoo.org specifically.Zac Medico2007-05-261-1/+1
* s/filing a report to/seeking support at/ Thanks to marienz.Zac Medico2007-05-261-1/+1
* Store flags as a set inside the USE incremental loop.Zac Medico2007-05-251-10/+8
* Call tcgetattr and tcsetattr on the slave end of the pty in order to avoid an...Zac Medico2007-05-251-2/+2
* For bug #179766, expand USE_EXPAND variables inside the USE incremental loop ...Zac Medico2007-05-251-24/+25
* To ease the namespace transition, automatically translate cache.* to portage....Zac Medico2007-05-252-2/+12
* Skip fetching of metadata.dtd when mymode == "manifest".Zac Medico2007-05-251-2/+4
* Don't treat KEYWORDS="-*" like KEYWORDS="*", because it's never been that way...Zac Medico2007-05-241-2/+3
* Fix the ignore-previously-merged option so that it compares the original file...Zac Medico2007-05-241-1/+2