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 1ResTK-0004zS-BZ for garchives@archives.gentoo.org; Sun, 25 Dec 2011 18:06:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D19AA21C106; Sun, 25 Dec 2011 18:06:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A05FD21C106 for ; Sun, 25 Dec 2011 18:06:50 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27A0A1B400B for ; Sun, 25 Dec 2011 18:06:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8692A80043 for ; Sun, 25 Dec 2011 18:06:49 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <543795e1685b2a1ca1ecbc0a139abdc73c63ee94.alexxy@gentoo> Subject: [gentoo-commits] proj/virtualization:master commit in: app-emulation/xen-tools/ X-VCS-Repository: proj/virtualization X-VCS-Files: app-emulation/xen-tools/xen-tools-9999.ebuild X-VCS-Directories: app-emulation/xen-tools/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 543795e1685b2a1ca1ecbc0a139abdc73c63ee94 Date: Sun, 25 Dec 2011 18:06:49 +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: 0e404fe8-555b-4f9b-b17d-c9e3f7a6d94e X-Archives-Hash: 7a0b9e8111bb48382432cfe3a1c86b96 commit: 543795e1685b2a1ca1ecbc0a139abdc73c63ee94 Author: Alexey Shvetsov gentoo org> AuthorDate: Sun Dec 25 18:05:56 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sun Dec 25 18:05:56 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/virtualizatio= n.git;a=3Dcommit;h=3D543795e1 fix xen-tools Signed-off-by: Alexey Shvetsov gentoo.org> --- app-emulation/xen-tools/xen-tools-9999.ebuild | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/app-emulation/xen-tools/xen-tools-9999.ebuild b/app-emulatio= n/xen-tools/xen-tools-9999.ebuild index 8d0acff..32b5a7c 100644 --- a/app-emulation/xen-tools/xen-tools-9999.ebuild +++ b/app-emulation/xen-tools/xen-tools-9999.ebuild @@ -9,7 +9,9 @@ PYTHON_USE_WITH=3D"xml threads" if [[ $PV =3D=3D *9999 ]]; then KEYWORDS=3D"" REPO=3D"xen-unstable.hg" + XEN_EXTFILES_URL=3D"http://xenbits.xensource.com/xen-extfiles" EHG_REPO_URI=3D"http://xenbits.xensource.com/${REPO}" + SRC_URI=3D"$XEN_EXTFILES_URL/ipxe-git-v1.0.0.tar.gz" S=3D"${WORKDIR}/${REPO}" live_eclass=3D"mercurial" else @@ -122,7 +124,7 @@ pkg_setup() { } =20 src_prepare() { - #cp "$DISTDIR/ipxe-git-v1.0.0.tar.gz" tools/firmware/etherboot/ipxe.tar= .gz + cp "$DISTDIR/ipxe-git-v1.0.0.tar.gz" tools/firmware/etherboot/ipxe.tar.= gz sed -e 's/-Wall//' -i Config.mk || die "Couldn't sanitize CFLAGS" =20 # Drop .config