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 r10834 - main/trunk/pym/_emerge
Date: Sat, 28 Jun 2008 09:16:09 +0000	[thread overview]
Message-ID: <E1KCWXR-0001Dh-68@stork.gentoo.org> (raw)

Author: zmedico
Date: 2008-06-28 09:16:08 +0000 (Sat, 28 Jun 2008)
New Revision: 10834

Modified:
   main/trunk/pym/_emerge/__init__.py
Log:
Use the EbuildMerge class instead of portage.merge().


Modified: main/trunk/pym/_emerge/__init__.py
===================================================================
--- main/trunk/pym/_emerge/__init__.py	2008-06-28 09:08:24 UTC (rev 10833)
+++ main/trunk/pym/_emerge/__init__.py	2008-06-28 09:16:08 UTC (rev 10834)
@@ -6528,14 +6528,11 @@
 								(mergecount, len(mymergelist), pkg_key)
 							emergelog(xterm_titles, msg, short_msg=short_msg)
 
-							retval = portage.merge(pkgsettings["CATEGORY"],
-								pkgsettings["PF"], pkgsettings["D"],
-								os.path.join(pkgsettings["PORTAGE_BUILDDIR"],
-								"build-info"), myroot, pkgsettings,
-								myebuild=pkgsettings["EBUILD"],
-								mytree="porttree", mydbapi=portdb,
-								vartree=vartree, prev_mtimes=ldpath_mtimes,
-								blockers=self._find_blockers(pkg))
+							merge = EbuildMerge(
+								find_blockers=self._find_blockers(pkg),
+								ldpath_mtimes=ldpath_mtimes,
+								pkg=pkg, pretend=pretend, settings=pkgsettings)
+							retval = merge.execute()
 							if retval != os.EX_OK:
 								raise self._pkg_failure(retval)
 						elif "noclean" not in pkgsettings.features:

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



                 reply	other threads:[~2008-06-28  9:16 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=E1KCWXR-0001Dh-68@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