summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2012-01-12 14:53:12 +0400
committerAlexey Shvetsov <alexxy@gentoo.org>2012-01-12 14:53:12 +0400
commitd6a19c092faa04e24d02dece48d71ee0285f612d (patch)
treece2328e907c78f453321a182df03994f2c831c58 /app-emulation/xen-tools
parentUpdate ipxe (diff)
downloadvirtualization-d6a19c092faa04e24d02dece48d71ee0285f612d.tar.gz
virtualization-d6a19c092faa04e24d02dece48d71ee0285f612d.tar.bz2
virtualization-d6a19c092faa04e24d02dece48d71ee0285f612d.zip
Fix snapshot
(Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r--app-emulation/xen-tools/Manifest2
-rw-r--r--app-emulation/xen-tools/xen-tools-9999.ebuild3
2 files changed, 2 insertions, 3 deletions
diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index 71745a9..ad78afc 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -1 +1 @@
-DIST ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz 2868789 SHA256 c3662aab8914808ff6961951ebd954f4ee4197f9d61cb020fee9c2d91628de3b SHA512 39d4e498d4d83c68af9adc12e278ff92cfc817e2f06b60198a0743ec31287b7d3389d9d65834961667cc8b67d786bf0af298b7e858b44fae7761f9f398eec68c WHIRLPOOL 57a76d250818c17a70baa40212bcaa7c50f01e5b6ab8bf8916acb93a513c809b8e3e17a6fd21e652a2f9c77ee499215a5df890447eeecb3dd74996088f43f4b6
+DIST ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz 2888480 SHA256 ea2a52a999afab7fefa6300e0f1b38409c170a7503a51d8b572d790e71f2d0f0 SHA512 02314727af850bdf51c1963e8da258a65868f3ef116e9833918c770b8737cd1501891d4dc90d787702a1f34e35198e57373d730b7e2e6671e5fa93ece7c2f073 WHIRLPOOL 9a232852c3dee266dcbd27fae6814497814a0f65123484c37196a99c6cc746a348cf38c77ba084e62e052c64e950b34aa2f152a154e99c0366746f97941b23d7
diff --git a/app-emulation/xen-tools/xen-tools-9999.ebuild b/app-emulation/xen-tools/xen-tools-9999.ebuild
index ee381a9..8468c3d 100644
--- a/app-emulation/xen-tools/xen-tools-9999.ebuild
+++ b/app-emulation/xen-tools/xen-tools-9999.ebuild
@@ -11,9 +11,8 @@ if [[ $PV == *9999 ]]; then
REPO="xen-unstable.hg"
XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles"
IPXE_COMMIT="9a93db3f0947484e30e753bbd61a10b17336e20e"
- IPXE_GIT="https://git.ipxe.org/ipxe.git/snapshot/${IPXE_COMMIT}.tar.gz"
EHG_REPO_URI="http://xenbits.xensource.com/${REPO}"
- SRC_URI="${IPXE_GIT} -> ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz"
+ SRC_URI="http://dev.gentoo.org/~alexxy/distfiles/ipxe-git-${IPXE_COMMIT}.tar.gz"
S="${WORKDIR}/${REPO}"
live_eclass="mercurial"
else