summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make PackageIndex.write() omit USE when appropriate.Zac Medico2007-05-241-3/+4
* Remember to call the superclass constructor.Zac Medico2007-05-241-0/+1
* Make PackageIndex.write() alphabetize the metadata keys.Zac Medico2007-05-241-2/+6
* Fix paren_normalize logic.Zac Medico2007-05-241-6/+3
* Add more relevant package metadata to the Packages index, including dependenc...Zac Medico2007-05-242-0/+61
* Add a 'ignore-previously-merged' config option which gives similar behavior t...Zac Medico2007-05-232-0/+13
* Pass a temporary file name to the package phase in the environment variable P...Zac Medico2007-05-233-19/+34
* Save memory by not holding a reference to the PackageIndex when it's not bein...Zac Medico2007-05-231-10/+9
* Lock the Packages index while it's being updated with a packages that was jus...Zac Medico2007-05-231-12/+36
* Store the path of $PKGDIR/Packages as binarytree._pkgindex_file.Zac Medico2007-05-231-4/+4
* Lock $PKGDIR/Packages during population so that it won't get out of sync if a...Zac Medico2007-05-231-0/+12
* Update /Packages as each package is built (MD5 is done here since it won't hu...Zac Medico2007-05-232-4/+49
* Discard metadata from the Packages file if there's no MTIME attribute.Zac Medico2007-05-221-10/+4
* Split reading/writing of $PKGDIR/Packages into a PackageIndex class.Zac Medico2007-05-222-22/+38
* Fix missing red import.Zac Medico2007-05-221-1/+1
* Punt the portdbapi.getsize() function since it's unused and broken (mysum ref...Zac Medico2007-05-221-13/+0
* More namespace fixes.Zac Medico2007-05-221-2/+2
* Fix namespace for S_ISUID and S_ISGID.Zac Medico2007-05-221-1/+1
* - cleaner version of the hardlink basic suid protection. actually check that ...Ned Ludd2007-05-221-5/+6
* Handle a KeyError if an MTIME is missing from the Packages index.Zac Medico2007-05-221-2/+2
* Fix size comparison logic.Zac Medico2007-05-221-2/+2
* Cache xpak metadata in ${PKGDIR}/Packages in order to minimize disk load when...Zac Medico2007-05-222-2/+122
* When ${PKGDIR}/All/ doesn't exist, put packages in ${PKGDIR}/${CATEGORY}/ ins...Zac Medico2007-05-223-12/+20
* Fix src_compile() ECONF_SOURCE logic to make sure it behaves properly.Zac Medico2007-05-221-3/+3