From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1Ef55L-0007kP-4h for garchives@archives.gentoo.org; Thu, 24 Nov 2005 00:35:35 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jAO0YouI003156; Thu, 24 Nov 2005 00:34:50 GMT Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jAO0X29s010247 for ; Thu, 24 Nov 2005 00:33:02 GMT Received: from [82.82.183.7] (helo=sven.genone.homeip.net) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis), id 0MKxQS-1Ef52r1su1-0002Rl; Thu, 24 Nov 2005 01:33:01 +0100 Date: Thu, 24 Nov 2005 01:32:59 +0100 From: Marius Mauch To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Multi hash support in portage - status Message-ID: <20051124013259.35568441@sven.genone.homeip.net> In-Reply-To: <20051124010432.33eecead@sven.genone.homeip.net> References: <20051124010432.33eecead@sven.genone.homeip.net> Organization: Gentoo X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.6; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_vBiRF+rzWAJf+3NRd94m5RE; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Provags-ID: kundenserver.de abuse@kundenserver.de login:7e6c91d1b14dbccceb2f2166522fa0f6 X-Archives-Salt: 57360942-091f-4b09-95ca-c9b7f316b157 X-Archives-Hash: e90a2a1eff641a37cc9a1f3d67d3c75e --Sig_vBiRF+rzWAJf+3NRd94m5RE Content-Type: multipart/mixed; boundary="MP_jBw=jWU=uzP6OcwdYL=nzvC" --MP_jBw=jWU=uzP6OcwdYL=nzvC Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thu, 24 Nov 2005 01:04:32 +0100 Marius Mauch 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 --=20 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. --MP_jBw=jWU=uzP6OcwdYL=nzvC Content-Type: text/x-patch; name=sha1-enable.diff Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=sha1-enable.diff Index: pym/portage.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- pym/portage.py (revision 2316) +++ pym/portage.py (working copy) @@ -2095,11 +2095,6 @@ myline +=3D " "+mysum myline +=3D " "+myarchive myline +=3D " "+str(mysize) - if sumName !=3D "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 =20 --MP_jBw=jWU=uzP6OcwdYL=nzvC-- --Sig_vBiRF+rzWAJf+3NRd94m5RE Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDhQo/WzrL1pM7SNcRAj6IAJ9CysYcH11cVB1qJ/oMCMiHW7tuDACcDSXq j9dSsBP9OyN0MLcgeM4FNI0= =WoO5 -----END PGP SIGNATURE----- --Sig_vBiRF+rzWAJf+3NRd94m5RE-- -- gentoo-dev@gentoo.org mailing list