Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/virtualization:master commit in: app-emulation/xen-tools/
Date: Thu, 12 Jan 2012 10:53:38
Message-Id: d6a19c092faa04e24d02dece48d71ee0285f612d.alexxy@gentoo
1 commit: d6a19c092faa04e24d02dece48d71ee0285f612d
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 12 10:53:12 2012 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 12 10:53:12 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/virtualization.git;a=commit;h=d6a19c09
7
8 Fix snapshot
9
10 (Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 app-emulation/xen-tools/Manifest | 2 +-
14 app-emulation/xen-tools/xen-tools-9999.ebuild | 3 +--
15 2 files changed, 2 insertions(+), 3 deletions(-)
16
17 diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
18 index 71745a9..ad78afc 100644
19 --- a/app-emulation/xen-tools/Manifest
20 +++ b/app-emulation/xen-tools/Manifest
21 @@ -1 +1 @@
22 -DIST ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz 2868789 SHA256 c3662aab8914808ff6961951ebd954f4ee4197f9d61cb020fee9c2d91628de3b SHA512 39d4e498d4d83c68af9adc12e278ff92cfc817e2f06b60198a0743ec31287b7d3389d9d65834961667cc8b67d786bf0af298b7e858b44fae7761f9f398eec68c WHIRLPOOL 57a76d250818c17a70baa40212bcaa7c50f01e5b6ab8bf8916acb93a513c809b8e3e17a6fd21e652a2f9c77ee499215a5df890447eeecb3dd74996088f43f4b6
23 +DIST ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz 2888480 SHA256 ea2a52a999afab7fefa6300e0f1b38409c170a7503a51d8b572d790e71f2d0f0 SHA512 02314727af850bdf51c1963e8da258a65868f3ef116e9833918c770b8737cd1501891d4dc90d787702a1f34e35198e57373d730b7e2e6671e5fa93ece7c2f073 WHIRLPOOL 9a232852c3dee266dcbd27fae6814497814a0f65123484c37196a99c6cc746a348cf38c77ba084e62e052c64e950b34aa2f152a154e99c0366746f97941b23d7
24
25 diff --git a/app-emulation/xen-tools/xen-tools-9999.ebuild b/app-emulation/xen-tools/xen-tools-9999.ebuild
26 index ee381a9..8468c3d 100644
27 --- a/app-emulation/xen-tools/xen-tools-9999.ebuild
28 +++ b/app-emulation/xen-tools/xen-tools-9999.ebuild
29 @@ -11,9 +11,8 @@ if [[ $PV == *9999 ]]; then
30 REPO="xen-unstable.hg"
31 XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles"
32 IPXE_COMMIT="9a93db3f0947484e30e753bbd61a10b17336e20e"
33 - IPXE_GIT="https://git.ipxe.org/ipxe.git/snapshot/${IPXE_COMMIT}.tar.gz"
34 EHG_REPO_URI="http://xenbits.xensource.com/${REPO}"
35 - SRC_URI="${IPXE_GIT} -> ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz"
36 + SRC_URI="http://dev.gentoo.org/~alexxy/distfiles/ipxe-git-${IPXE_COMMIT}.tar.gz"
37 S="${WORKDIR}/${REPO}"
38 live_eclass="mercurial"
39 else