On Thu, 24 Nov 2005 01:04:32 +0100
Marius Mauch <[EMAIL PROTECTED]> wrote:

> Ok I have three modifications that are pending to go into portage:
> - The first simply enables creation of SHA1 checksums (and others if
> implemented like with the second mod), if you want to try it yourself
> see the attached patch.

Bah, really have to port my old Outlook mods so I don't keep forgetting
the attachments all the time.

Marius

-- 
Public Key at http://www.genone.de/info/gpg-key.pub

In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.
Index: pym/portage.py
===================================================================
--- pym/portage.py	(revision 2316)
+++ pym/portage.py	(working copy)
@@ -2095,11 +2095,6 @@
 			myline += " "+mysum
 			myline += " "+myarchive
 			myline += " "+str(mysize)
-			if sumName != "MD5":
-				# XXXXXXXXXXXXXXXX This cannot be used!
-				# Older portage make very dumb assumptions about the formats.
-				# We need a lead-in period before we break everything.
-				continue
 			mylines.append(myline)
 	return mylines
 

Attachment: signature.asc
Description: PGP signature

Reply via email to