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 1QIMQA-00017O-PB for garchives@archives.gentoo.org; Fri, 06 May 2011 14:54:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 033021C04F; 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 BCD361C04D 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 32D281B4047 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 0974B80509 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: Subject: [gentoo-commits] dev/mgorny:master commit in: app-portage/flaggie/ X-VCS-Repository: dev/mgorny X-VCS-Files: app-portage/flaggie/Manifest app-portage/flaggie/flaggie-9999.ebuild X-VCS-Directories: app-portage/flaggie/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e11b59e465384d7cb4eb26ca6c3b87dad6a83d72 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: 4a4bf135f6bb833fc189faf73beb2876 commit: e11b59e465384d7cb4eb26ca6c3b87dad6a83d72 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Fri May 6 14:41:40 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Fri May 6 14:41:40 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3De11b59e4 app-portage/flaggie: Support http fallback URI for git. (Portage version: 2.2.0_alpha31/git/Linux x86_64, signed Manifest commit = with key 05DE07BB) --- app-portage/flaggie/Manifest | 8 ++++---- app-portage/flaggie/flaggie-9999.ebuild | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app-portage/flaggie/Manifest b/app-portage/flaggie/Manifest index 142262d..674343f 100644 --- a/app-portage/flaggie/Manifest +++ b/app-portage/flaggie/Manifest @@ -1,12 +1,12 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 =20 -EBUILD flaggie-9999.ebuild 1037 RMD160 821c110c3be5b412bb6ebfe5e806c148a= 47a3bf0 SHA1 31ee9075cdf6011496206bf67a0c8bff81ca0011 SHA256 eafee34a54f3= 270460770511ba6fef5edc298630c1fbc75f7bec58223aa5d13b +EBUILD flaggie-9999.ebuild 1073 RMD160 a6d658dcc3abd2fccb3c64c9d9d5a458e= ad91506 SHA1 0598b339f4e5963be0898f6838fb21ea71c2184c SHA256 4b725ff9501e= 38922b7c37c3894233911b5933167e7e5825643c8cb07a217ed5 MISC metadata.xml 541 RMD160 4e905dd066e2bf2b41ab3b87d051c4bb8ffea96d SH= A1 3c8c2a4063bfed9f231cee1f6d9f334bf8d870ac SHA256 baaca4440ed69169f3fb33= 8da421cd768c80997dabe3da23609231106996e7d6 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) =20 -iEYEARECAAYFAk20ZgkACgkQnGSe5QXeB7sudQCglbEqT2bikmlApRCnzvfyirbn -6fcAn2inInzEN1Z7T51wIpBE03+HhC4i -=3Di3wZ +iEYEARECAAYFAk3ECKQACgkQnGSe5QXeB7te3wCgpTKIVAK4kjZYQ5ODKorNzhdC +CHYAniFxvDiumRHDQvxtaYQtxAgrwVFX +=3DGw34 -----END PGP SIGNATURE----- diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggi= e/flaggie-9999.ebuild index 904ad35..166f6b3 100644 --- a/app-portage/flaggie/flaggie-9999.ebuild +++ b/app-portage/flaggie/flaggie-9999.ebuild @@ -7,7 +7,8 @@ PYTHON_DEPEND=3D"*:2.6" SUPPORT_PYTHON_ABIS=3D1 RESTRICT_PYTHON_ABIS=3D"2.4 2.5" =20 -EGIT_REPO_URI=3D"git://github.com/mgorny/${PN}.git" +EGIT_REPO_URI=3D"git://github.com/mgorny/${PN}.git + http://github.com/mgorny/${PN}.git" EGIT_HAS_SUBMODULES=3D1 inherit base bash-completion distutils git-2 =20