summaryrefslogtreecommitdiffstats
path: root/pym/emerge
Commit message (Expand)AuthorAgeFilesLines
* For bug #182021, use active voice when notifying the user that superuser acce...Zac Medico2007-06-151-2/+2
* Pass existing portdbapi and vardbapi instances into the NewsManager constructor.Zac Medico2007-06-131-7/+11
* Make display_news_notification() reuse the existing portdbapi instance.Zac Medico2007-06-131-7/+10
* Pass all the of the existing package databases into post_emerge() so that we ...Zac Medico2007-06-131-8/+12
* For bug #181953, prevent the circular_blocks code from selecting a node that'...Zac Medico2007-06-131-2/+10
* Get registry object from vardbapi directly instead of creating another oneMarius Mauch2007-06-131-9/+7
* Ignore InvalidDependString exceptions from the RESTRICT of "nomerge" nodes.Zac Medico2007-06-071-4/+7
* Make all the python code respect USE conditionals in RESTRICT. It's already ...Zac Medico2007-06-071-2/+12
* Make pkgsplit and catpkgsplit return imutable tuples instead of mutable lists...Zac Medico2007-06-071-1/+1
* For bug #156536, update --resume docs to show that the resume history is capa...Zac Medico2007-06-061-4/+9
* Improve support for slot deps atoms given on the command line. Thanks to Fla...Zac Medico2007-06-041-2/+5
* Add --getbinpkg digest verification.Zac Medico2007-06-011-3/+26
* 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)Marius Mauch2007-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
* Pass a temporary file name to the package phase in the environment variable P...Zac Medico2007-05-231-1/+6
* Update /Packages as each package is built (MD5 is done here since it won't hu...Zac Medico2007-05-231-2/+1
* Add edges to shown_edges at the first oportunity.Zac Medico2007-05-191-6/+3
* In --tree output, keep track of which graph edges have already been displayed...Zac Medico2007-05-191-2/+14
* Only show extra whitespace where there are some news items to display.Zac Medico2007-05-181-4/+6
* Display notification about unread news in all situations specified by glep 42Marius Mauch2007-05-181-16/+28
* Add registration support for preserved library objects, move the library->con...Marius Mauch2007-05-181-1/+14
* fix syntax (merged from branches/prefix r6534)Zac Medico2007-05-141-1/+1
* the profile check is spammy and should be squelched when --quiet is givenAlec Warner2007-05-131-1/+2
* Add TODO note about support for blocks within slots. Thanks to Brian Harring...Zac Medico2007-05-121-6/+5
* Prevent blockers that are only partially resolvable by merge order from accid...Zac 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.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
* Handle KeyError when the ebuild is corrupt.Zac Medico2007-04-301-1/+5
* 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.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
* Don't set os.environ["USERLAND"] inside portage.data and rely on USERLAND fro...Zac Medico2007-04-051-2/+4
* Punt the sorted_versions() function in favor of list.sort(vercmp).Zac Medico2007-04-051-32/+7
* For bug #172571, use socket.AF_INET as the default family for socket.getaddri...Zac Medico2007-03-281-1/+1
* Correctly pull the metadata again when the node is converted.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.Zac Medico2007-03-241-6/+1
* Allow the merge task to continue despite conflicts when --fetch-all-uri is sp...Zac Medico2007-03-241-0/+1
* Add --verbose to the "for more help" message.Zac Medico2007-03-221-1/+1
* default --help should be usable, so make the extended output require --verboseMike Frysinger2007-03-221-6/+3
* Pass a list of USE flags into config.getMissingLicenses() so that the method ...Zac Medico2007-03-211-1/+6
* Catch a potential InvalidDependString exception.Zac Medico2007-03-201-2/+8