* [gentoo-commits] portage r11738 - main/trunk/bin
@ 2008-10-28 21:10 Zac Medico (zmedico)
0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-10-28 21:10 UTC (permalink / raw
To: gentoo-commits
Author: zmedico
Date: 2008-10-28 21:10:24 +0000 (Tue, 28 Oct 2008)
New Revision: 11738
Modified:
main/trunk/bin/repoman
Log:
Remove manifest1 digest-* autoadd code. Thanks to grobian.
Modified: main/trunk/bin/repoman
===================================================================
--- main/trunk/bin/repoman 2008-10-28 20:53:46 UTC (rev 11737)
+++ main/trunk/bin/repoman 2008-10-28 21:10:24 UTC (rev 11738)
@@ -1665,15 +1665,7 @@
# It's a manifest... auto add
myautoadd+=[myunadded[x]]
del myunadded[x]
- elif len(xs[-1])>=7:
- if xs[-1][:7]=="digest-":
- del xs[-2]
- myeb="/".join(xs[:-1]+[xs[-1][7:]])+".ebuild"
- if os.path.exists(myeb):
- # Ebuild exists for digest... So autoadd it.
- myautoadd+=[myunadded[x]]
- del myunadded[x]
-
+
if myautoadd:
print ">>> Auto-Adding missing digests..."
if options.pretend:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-28 21:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-28 21:10 [gentoo-commits] portage r11738 - main/trunk/bin Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox