Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: app-portage/sunrise-commit/
Date: Fri, 06 May 2011 14:54:28
Message-Id: e258456692866d79baadaa37f443a40c196c5d43.mgorny@gentoo
1 commit: e258456692866d79baadaa37f443a40c196c5d43
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 14:44:07 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 14:44:07 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=e2584566
7
8 app-portage/sunrise-commit: Support http fallback URI for git.
9
10 (Portage version: 2.2.0_alpha31/git/Linux x86_64, signed Manifest commit with key 05DE07BB)
11
12 ---
13 app-portage/sunrise-commit/Manifest | 8 ++++----
14 .../sunrise-commit/sunrise-commit-9999.ebuild | 3 ++-
15 2 files changed, 6 insertions(+), 5 deletions(-)
16
17 diff --git a/app-portage/sunrise-commit/Manifest b/app-portage/sunrise-commit/Manifest
18 index a0bc15b..2bd187c 100644
19 --- a/app-portage/sunrise-commit/Manifest
20 +++ b/app-portage/sunrise-commit/Manifest
21 @@ -3,12 +3,12 @@ Hash: SHA1
22
23 DIST sunrise-commit-0.3.tar.bz2 50945 RMD160 d47c224339d3789af606c6e6a20d0ce8795496c3 SHA1 a7707889e84101bdcbbe3c53ab50e3d875c88309 SHA256 4473294e852d7001ccf01d0d7a59467088bced0e0ec960483088c3305789dbad
24 EBUILD sunrise-commit-0.3.ebuild 456 RMD160 92aa5337f7ff92136b60d839b4fbe904235bcf04 SHA1 d5dcb06b0dd010a6b07bab05d185f5826da20c7b SHA256 840c2130f775065ae41bba1d097715a053bbbbc4a22e1e2cea095a953b9a281b
25 -EBUILD sunrise-commit-9999.ebuild 513 RMD160 d300afad250efb84ae195d5e4319fcb469646f19 SHA1 ef854e8f46b3bf96ee96cc7784597033712062f6 SHA256 31df5cdc6dc3280ae7acfdc0739a1ce718975a395c7d48610c57642775fe9be6
26 +EBUILD sunrise-commit-9999.ebuild 549 RMD160 ce68c58abdfc337ce28f8bc29e991876df2dce30 SHA1 66ec2c65d939729613addb67af19dfbd7b0c05a3 SHA256 2febbc6995f7ca28e1eb18b9d413cf33b4bf0fc7b83feea8a5a3397531dda976
27 MISC metadata.xml 768 RMD160 15147e869aaa13ac4b591be32ff92f5c6215aa8d SHA1 43987b46bd500cf94d4d5cc17008c07374277b58 SHA256 b34fc5d5000ef2d0578cc079a42d3532efe5ecf34fd8e58e6406f7580f5d5072
28 -----BEGIN PGP SIGNATURE-----
29 Version: GnuPG v2.0.17 (GNU/Linux)
30
31 -iEYEARECAAYFAk20ZtcACgkQnGSe5QXeB7vbXwCgxuDfWGMt5EBHRmn15Lszz10D
32 -h1EAoOaCIgcfq0AXDlXR3kvMvvKexewF
33 -=kofH
34 +iEYEARECAAYFAk3ECTYACgkQnGSe5QXeB7uvVgCgkIDb/tvIQ50UnfUiRcuVuiYf
35 +718An0NXCm1l2Q139V74NESBEuzzgBXn
36 +=1bC0
37 -----END PGP SIGNATURE-----
38
39 diff --git a/app-portage/sunrise-commit/sunrise-commit-9999.ebuild b/app-portage/sunrise-commit/sunrise-commit-9999.ebuild
40 index ab0f062..359c0ca 100644
41 --- a/app-portage/sunrise-commit/sunrise-commit-9999.ebuild
42 +++ b/app-portage/sunrise-commit/sunrise-commit-9999.ebuild
43 @@ -3,7 +3,8 @@
44 # $Header: $
45
46 EAPI=3
47 -EGIT_REPO_URI="git://github.com/mgorny/${PN}.git"
48 +EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
49 + http://github.com/mgorny/${PN}.git"
50 inherit autotools autotools-utils git-2
51
52 DESCRIPTION="A repository commit helper"