summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* 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-302-2/+7
* Fix slot handling at the beginning of match_from_list().Zac Medico2007-05-301-2/+1
* 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
* Add new emaint targets called "moveinst" and "movebin" for applying package m...Zac Medico2007-05-283-16/+32
* For bug #180009, add a PORTAGE_RSYNC_INITIAL_TIMEOUT config variable. The de...Zac Medico2007-05-281-2/+10
* 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-271-1/+1
* Add progress support to emaint (similar to wget's progress bar).Zac Medico2007-05-271-1/+127
* Add a get_term_size() function that uses the curses module if available and o...Zac Medico2007-05-271-11/+24
* 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
* 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
* Don't treat KEYWORDS="-*" like KEYWORDS="*", because it's never been that way...Zac Medico2007-05-241-2/+3
* 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
* Pass a temporary file name to the package phase in the environment variable P...Zac Medico2007-05-232-4/+30
* 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