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/smart-live-rebuild/
Date: Fri, 06 May 2011 14:54:48
Message-Id: cac0a1c053d3cb7d5ef3fbcb21fb282ddc793366.mgorny@gentoo
1 commit: cac0a1c053d3cb7d5ef3fbcb21fb282ddc793366
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 14:44:12 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 14:44:12 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=cac0a1c0
7
8 app-portage/smart-live-rebuild: 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/smart-live-rebuild/Manifest | 8 ++++----
14 .../smart-live-rebuild-9999.ebuild | 3 ++-
15 2 files changed, 6 insertions(+), 5 deletions(-)
16
17 diff --git a/app-portage/smart-live-rebuild/Manifest b/app-portage/smart-live-rebuild/Manifest
18 index 20a3488..6f69bb0 100644
19 --- a/app-portage/smart-live-rebuild/Manifest
20 +++ b/app-portage/smart-live-rebuild/Manifest
21 @@ -1,12 +1,12 @@
22 -----BEGIN PGP SIGNED MESSAGE-----
23 Hash: SHA1
24
25 -EBUILD smart-live-rebuild-9999.ebuild 814 RMD160 09118c124aded6d5d81fbfa62ee9619b1274ec8c SHA1 fc9bf362babf8c9e47ec85e851b020c4a5cc297d SHA256 ca3c1153659712cc1035ef826f31f997679f1f58dcd67aabbc87935bf40062d2
26 +EBUILD smart-live-rebuild-9999.ebuild 850 RMD160 c03eb5216e0f33e26400f0d93fdc8ea100bc45d0 SHA1 568d525fd7c7bb71c3910bf95a81c0335d8bfec8 SHA256 e1ccaf9bcdab438fc71119531c813318f0aaee37ff2aa630fdd3181f1a550641
27 MISC metadata.xml 796 RMD160 358469f641ef0d136f76289c280567e405673e27 SHA1 706422582a8061a8aad51326791efa4d5ad544f0 SHA256 a4a0b96b0ae1f66de606a48b64952b7079e9376a51b0c152607bedd365dba461
28 -----BEGIN PGP SIGNATURE-----
29 Version: GnuPG v2.0.17 (GNU/Linux)
30
31 -iEYEARECAAYFAk20Zq4ACgkQnGSe5QXeB7sklACgpQ1HG397j+kbEJtAvMPzpCie
32 -NqkAn0h5WzZh2JlNZNitAVpItIDYkl5W
33 -=ZHy1
34 +iEYEARECAAYFAk3ECTwACgkQnGSe5QXeB7sFTgCeLM1kUbQA0W8edLOofRkAoJXP
35 +Kk4An1ftVxLQWZbUFmqI0s/5V1C8AM91
36 +=zCvI
37 -----END PGP SIGNATURE-----
38
39 diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
40 index 172ceab..a90eb25 100644
41 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
42 +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
43 @@ -7,7 +7,8 @@ PYTHON_DEPEND='*:2.6'
44 SUPPORT_PYTHON_ABIS=1
45 RESTRICT_PYTHON_ABIS='2.4 2.5'
46
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 base distutils git-2
51
52 DESCRIPTION="Check live packages for updates and emerge them as necessary"