From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BFB0A138247 for ; Mon, 20 Jan 2014 10:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBB5CE0DEA; Mon, 20 Jan 2014 10:27:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13E6DE0DE7 for ; Mon, 20 Jan 2014 10:27:08 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32EEA33F99F for ; Mon, 20 Jan 2014 10:27:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 62F1F18736 for ; Mon, 20 Jan 2014 10:27:05 +0000 (UTC) From: "Lan Yixun" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lan Yixun" Message-ID: <1390212809.4f982eb58891b8351e2d1a4b8744153cd071f107.dlan@gentoo> Subject: [gentoo-commits] proj/virtualization:dlan 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: dlan X-VCS-Committer-Name: Lan Yixun X-VCS-Revision: 4f982eb58891b8351e2d1a4b8744153cd071f107 X-VCS-Branch: dlan Date: Mon, 20 Jan 2014 10:27:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a2899e7f-5899-4be8-bc87-dac4c0862cd4 X-Archives-Hash: 3a4c0339acdf320d8c0c5371ee56dcdc commit: 4f982eb58891b8351e2d1a4b8744153cd071f107 Author: Yixun Lan gentoo org> AuthorDate: Mon Jan 20 10:13:29 2014 +0000 Commit: Lan Yixun gentoo org> CommitDate: Mon Jan 20 10:13:29 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/virtualization.git;a=commit;h=4f982eb5 app-emulation/xen-tools: convert to git-r3 eclass Signed-off-by: Yixun Lan gentoo.org> --- app-emulation/xen-tools/xen-tools-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app-emulation/xen-tools/xen-tools-9999.ebuild b/app-emulation/xen-tools/xen-tools-9999.ebuild index 81670d8..85ceda7 100644 --- a/app-emulation/xen-tools/xen-tools-9999.ebuild +++ b/app-emulation/xen-tools/xen-tools-9999.ebuild @@ -25,7 +25,7 @@ if [[ $PV == *9999 ]]; then EGIT_REPO_URI_SEAB="git://xenbits.xen.org/seabios.git" EGIT_REPO_URI_IPXE="git://git.ipxe.org/ipxe.git" S="${WORKDIR}/xen" - live_eclass="git-2" + live_eclass="git-r3" else KEYWORDS="~amd64 ~x86" SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz @@ -138,23 +138,23 @@ pkg_setup() { src_unpack() { EGIT_REPO_URI=${EGIT_REPO_URI_MAIN} \ EGIT_COMMIT=${EGIT_COMMIT_MAIN} \ - EGIT_SOURCEDIR=${S} git-2_src_unpack + EGIT_CHECKOUT_DIR=${S} git-r3_src_unpack EGIT_REPO_URI=${EGIT_REPO_URI_QEMU} \ EGIT_COMMIT=${EGIT_COMMIT_QEMU} \ - EGIT_SOURCEDIR=${S}/tools/qemu-xen-dir git-2_src_unpack + EGIT_CHECKOUT_DIR=${S}/tools/qemu-xen-dir git-r3_src_unpack EGIT_REPO_URI=${EGIT_REPO_URI_TRAD} \ EGIT_COMMIT=${EGIT_COMMIT_TRAD} \ - EGIT_SOURCEDIR=${S}/tools/qemu-xen-traditional-dir git-2_src_unpack + EGIT_CHECKOUT_DIR=${S}/tools/qemu-xen-traditional-dir git-r3_src_unpack EGIT_REPO_URI=${EGIT_REPO_URI_SEAB} \ EGIT_COMMIT=${EGIT_COMMIT_SEAB} \ - EGIT_SOURCEDIR=${S}/tools/firmware/seabios-dir git-2_src_unpack + EGIT_CHECKOUT_DIR=${S}/tools/firmware/seabios-dir git-r3_src_unpack EGIT_REPO_URI=${EGIT_REPO_URI_IPXE} \ EGIT_COMMIT=${EGIT_COMMIT_IPXE} \ - EGIT_SOURCEDIR=${S}/tools/firmware/etherboot/ipxe git-2_src_unpack + EGIT_CHECKOUT_DIR=${S}/tools/firmware/etherboot/ipxe git-r3_src_unpack } src_prepare() {