From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QIMQU-0001A0-UR for garchives@archives.gentoo.org; Fri, 06 May 2011 14:54:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 014791C04D; Fri, 6 May 2011 14:54:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BF7961C04F for ; Fri, 6 May 2011 14:54:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38F471B4085 for ; Fri, 6 May 2011 14:54:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6E3FA8050D for ; Fri, 6 May 2011 14:54:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <7c1503b8452a1fe8704b564466e2025a8bee76dc.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: dev-dotnet/pe-format/ X-VCS-Repository: dev/mgorny X-VCS-Files: dev-dotnet/pe-format/Manifest dev-dotnet/pe-format/pe-format-2.9999.ebuild X-VCS-Directories: dev-dotnet/pe-format/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7c1503b8452a1fe8704b564466e2025a8bee76dc Date: Fri, 6 May 2011 14:54:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: cf42725fc7948770e11ca12b949a23b3 commit: 7c1503b8452a1fe8704b564466e2025a8bee76dc Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Fri May 6 14:43:55 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Fri May 6 14:43:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3D7c1503b8 dev-dotnet/pe-format: Support http fallback URI for git. (Portage version: 2.2.0_alpha31/git/Linux x86_64, signed Manifest commit = with key 05DE07BB) --- dev-dotnet/pe-format/Manifest | 8 ++++---- dev-dotnet/pe-format/pe-format-2.9999.ebuild | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-dotnet/pe-format/Manifest b/dev-dotnet/pe-format/Manifes= t index 2a8bd80..cbff889 100644 --- a/dev-dotnet/pe-format/Manifest +++ b/dev-dotnet/pe-format/Manifest @@ -1,12 +1,12 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 =20 -EBUILD pe-format-2.9999.ebuild 604 RMD160 3a3c244ecd08e9e1150850492942c3= 02044123fd SHA1 982e533ecf7e909c73acd833b6fee89f5d7e2667 SHA256 2f82eb868= 992c9401068c0b12c6f2a263b3f6b92ebc6ef2030a1f0f5409511d5 +EBUILD pe-format-2.9999.ebuild 641 RMD160 b6bdcfc72d2994fc59cb1518ddd2a0= 48552f0ca2 SHA1 1c4167232fb41569e5af17a39668567ac401aa98 SHA256 57c408c89= 4fb566ad8dd0d9932533a2cd1e56507a00eb0140fca9d1193505118 MISC metadata.xml 529 RMD160 baa26fa11d5b58735563e5d8605b8238c1524802 SH= A1 da82768536b06ca89e3fbfd22c7e3133d9af2a09 SHA256 34e90d064977e9f94e0d19= d277784769b162b20c974ebd458592dd27aa9bfc46 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) =20 -iEYEARECAAYFAk20Z80ACgkQnGSe5QXeB7tZhQCfYfm7shZxKjHj3j3dSkcB2Dag -AUYAn39/1fLTXn/bx0GZdGAzaPW9A1Pz -=3DyjjI +iEYEARECAAYFAk3ECSsACgkQnGSe5QXeB7tPMgCdEg7Qu2qT98ZdTucwsgcKXzm8 +nKcAoNeq/y2HBeXmq8R2ogJIxzQZdRBs +=3DaZ7Y -----END PGP SIGNATURE----- diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe= -format/pe-format-2.9999.ebuild index 03aac75..bc4f667 100644 --- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild +++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild @@ -3,7 +3,8 @@ # $Header: $ =20 EAPI=3D3 -EGIT_REPO_URI=3D"git://github.com/mgorny/${PN}2.git" +EGIT_REPO_URI=3D"git://github.com/mgorny/${PN}2.git + http://github.com/mgorny/${PN}2.git" inherit autotools autotools-utils git-2 =20 DESCRIPTION=3D"Intelligent PE executable wrapper for binfmt_misc"