projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1749dd6
)
Make EbuildPhase display "Package" and "Repository" instead of "CPV"
author
Zac Medico
<zmedico@gentoo.org>
Thu, 16 Sep 2010 10:24:12 +0000
(
03:24
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 16 Sep 2010 10:24:12 +0000
(
03:24
-0700)
and "REPO" the the start of the build log.
pym/_emerge/EbuildPhase.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/EbuildPhase.py
b/pym/_emerge/EbuildPhase.py
index 9b0a8e92451b70e9c5bcc1219128edaccc169ffe..ec08fabf99ad6c1c0a60e8d1c7938c697a91b01a 100644
(file)
--- a/
pym/_emerge/EbuildPhase.py
+++ b/
pym/_emerge/EbuildPhase.py
@@
-65,8
+65,8
@@
class EbuildPhase(CompositeTask):
maint_str = "<invalid metadata.xml>"
msg = []
- msg.append("
CPV:
%s" % self.settings.mycpv)
- msg.append("R
EPO
: %s" % self.settings['PORTAGE_REPO_NAME'])
+ msg.append("
Package:
%s" % self.settings.mycpv)
+ msg.append("R
epository
: %s" % self.settings['PORTAGE_REPO_NAME'])
if maint_str:
msg.append("Maintainer: %s" % maint_str)
msg.append("USE: %s" % use)