public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico (zmedico)" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] portage r11132 - main/trunk/pym/_emerge
Date: Sat, 19 Jul 2008 05:37:44 +0000	[thread overview]
Message-ID: <E1KK58a-0007Mp-Dc@stork.gentoo.org> (raw)

Author: zmedico
Date: 2008-07-19 05:37:43 +0000 (Sat, 19 Jul 2008)
New Revision: 11132

Modified:
   main/trunk/pym/_emerge/__init__.py
Log:
Display "Verifying ebuild manifests" and "Starting parallel fetch" via
the status display instead of directly to stdout.


Modified: main/trunk/pym/_emerge/__init__.py
===================================================================
--- main/trunk/pym/_emerge/__init__.py	2008-07-19 04:30:30 UTC (rev 11131)
+++ main/trunk/pym/_emerge/__init__.py	2008-07-19 05:37:43 UTC (rev 11132)
@@ -8964,7 +8964,7 @@
 
 			if not shown_verifying_msg:
 				shown_verifying_msg = True
-				print ">>> Verifying ebuild Manifests..."
+				self._status_msg("Verifying ebuild manifests")
 
 			root_config = x.root_config
 			portdb = root_config.trees["porttree"].dbapi
@@ -8981,7 +8981,7 @@
 			return
 
 		if self._parallel_fetch:
-			portage.writemsg(">>> starting parallel fetch\n")
+			self._status_msg("Starting parallel fetch")
 
 			prefetchers = self._prefetchers
 			getbinpkg = "--getbinpkg" in self.myopts

-- 
gentoo-commits@lists.gentoo.org mailing list



                 reply	other threads:[~2008-07-19  5:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KK58a-0007Mp-Dc@stork.gentoo.org \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox