summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - Improve tracking of correspondence between arguments and packages in the de...Zac Medico2007-06-281-20/+54
* Instead of just a list, use a cat/pkg dict for matching packages against args...Zac Medico2007-06-271-6/+12
* For bug #142473, account for $ROOT when deciding if a package is part of worl...Zac Medico2007-06-271-1/+1
* For bug #144333, add a --reinstall=changed-use option which behaves similar t...Zac Medico2007-06-271-12/+29
* Send the ebuild die message through eerror and make sure that elog_process() ...Zac Medico2007-06-271-1/+2
* For bug #183167, explicitly call elog_process() when --buildpkgonly is enable...Zac Medico2007-06-251-0/+2
* For bug #142473, add 4 color classes corresponding to combinations of world/m...Zac Medico2007-06-251-16/+26
* Fix typo.Zac Medico2007-06-251-1/+1
* Allow emerge --fetchonly to continue downloading other packages after a downl...Zac Medico2007-06-251-3/+26
* highlight world packages in --pretend output (bug #142473, trunk r6979)Zac Medico2007-06-241-8/+16
* sort the world file before writing it and ensure that it's terminated by a ne...Zac Medico2007-06-241-4/+6
* Allow sync for unpriviledges users if they have write access to $PORTDIR (bug...Zac Medico2007-06-241-3/+3
* Revert r6968 since shutil.move() is broken internally.Zac Medico2007-06-231-5/+2
* For bug #182964, replace os.rename() with shutil.move() in order to handle EX...Zac Medico2007-06-231-2/+5
* - Make elog finalize() handling safe for PORTAGE_CONFIGROOT. (trunk r6955)Zac Medico2007-06-221-0/+5
* Remove lots of unnecessary list generation via dict.keys(). (trunk r6911)Zac Medico2007-06-221-7/+7
* Print hostname in xterm title if HOSTNAME is exported in the environment (tru...Zac Medico2007-06-221-4/+5
* Print filename when displaying package.mask comments (trunk r5974)Zac Medico2007-06-221-2/+3
* Display message about --buildpkgonly restriction in pretend mode as well (tru...Zac Medico2007-06-211-0/+5
* Use the the optparse options for --ignore-default-opts since that allows opti...Zac Medico2007-06-201-1/+1
* Show a "world problems" warning for packages that aren't installed, even if t...Zac Medico2007-06-201-1/+1
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-06-201-1/+6
* If a package is in the world set but it's not installed, go ahead and install...Zac Medico2007-06-201-7/+17
* For bug #182021, use active voice when notifying the user that superuser acce...Zac Medico2007-06-151-2/+2
* For bug #181953, prevent the circular_blocks code from selecting a node that'...Zac Medico2007-06-131-2/+10
* Ignore InvalidDependString exceptions from the RESTRICT of nomerge nodes. (tr...Zac Medico2007-06-081-4/+7
* Make all the python code respect USE conditionals in RESTRICT. It's already ...Zac Medico2007-06-081-2/+12
* Improve support for slot deps atoms given on the command line. (trunk r6730)Zac Medico2007-06-041-2/+5
* Make automatic "global updates" always use the config instance that's associa...Zac Medico2007-05-311-2/+2
* Only check ChangeLog if we're dealing with an ebuild (bug #170604) (trunk r6685)Zac Medico2007-05-311-2/+6
* For bug #61732, support -flag in USE (instead of just +flag). Given the curr...Zac Medico2007-05-301-1/+1
* 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
* In --tree output, keep track of which graph edges have already been displayed...Zac Medico2007-05-231-0/+9
* Prevent blockers that are only partially resolvable by merge order from accid...v2.1.2.7Zac Medico2007-05-071-1/+10
* Use shlex for better splitting of PORTAGE_RSYNC_OPTS and PORTAGE_RSYNC_EXTRA_...Zac Medico2007-05-061-9/+15
* Use match_from_list in order to potentially avoid more blocks. (trunk r6481:6...Zac Medico2007-05-051-10/+10
* For bug #176765, when a new package is blocked by another one that is being r...Zac Medico2007-05-031-3/+17
* For bug #176384, adjust config according to options of the command being resu...Zac Medico2007-04-281-0/+9
* Fix up missing mymergelist variable from the previous commit. (trunk r6445:6446)Zac Medico2007-04-281-5/+6
* For bug #176305, validate the resume merge list before attempting to verify t...Zac Medico2007-04-281-12/+13
* For bug #175344, handle a potential InvalidDependString exception when parsin...Zac Medico2007-04-201-2/+8
* For bug #175344, use cp_list instead of xmatch in order to avoid dep_expand c...Zac Medico2007-04-201-1/+1
* Punt the sorted_versions() function in favor of list.sort(vercmp). (trunk r63...Zac Medico2007-04-051-32/+7
* For bug #172571, use socket.AF_INET as the default family for socket.getaddri...v2.1.2.3Zac Medico2007-03-281-1/+1
* Correctly pull the metadata again when the node is converted. (trunk r6306:6307)Zac Medico2007-03-281-5/+6
* Convert "ebuild" and "binary" "nomerge" nodes into "installed" nodes for grea...Zac Medico2007-03-281-0/+3
* Verify the Manifest first even if there's only one package (prior to the fetc...Zac Medico2007-03-251-1/+0
* Verify all ebuild manifests before building anything now so that the user is ...Zac Medico2007-03-241-0/+29
* return from the merge task instead of calling sys.exit directly. (trunk r6274...Zac Medico2007-03-241-6/+1