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 A80DE1388C1 for ; Sun, 6 Dec 2015 05:35:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADE8721C054; Sun, 6 Dec 2015 05:35:35 +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 B8A97E0878 for ; Sun, 6 Dec 2015 05:35:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C029E34096F for ; Sun, 6 Dec 2015 05:35:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 043C5A3F for ; Sun, 6 Dec 2015 05:35:30 +0000 (UTC) From: "Doug Goldstein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Doug Goldstein" Message-ID: <1449380102.c9a8d507780f6d77baa32a48bd2716d9f96b97f9.cardoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen/xen-4.6.0-r2.ebuild X-VCS-Directories: app-emulation/xen/ X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein X-VCS-Revision: c9a8d507780f6d77baa32a48bd2716d9f96b97f9 X-VCS-Branch: master Date: Sun, 6 Dec 2015 05:35:30 +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: 2ba2a727-70c4-47ce-b491-b8cc765241fe X-Archives-Hash: dfbc599db3eca08a9d9d915777bba6a2 commit: c9a8d507780f6d77baa32a48bd2716d9f96b97f9 Author: Doug Goldstein gentoo org> AuthorDate: Sun Dec 6 05:00:03 2015 +0000 Commit: Doug Goldstein gentoo org> CommitDate: Sun Dec 6 05:35:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a8d507 app-emulation/xen: update inherit lines and use git-r3 Move the inherit lines back up near the top and switch to using git-r3 for the live version. Signed-off-by: Doug Goldstein gentoo.org> app-emulation/xen/xen-4.6.0-r2.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app-emulation/xen/xen-4.6.0-r2.ebuild b/app-emulation/xen/xen-4.6.0-r2.ebuild index 3377511..f3d1b62 100644 --- a/app-emulation/xen/xen-4.6.0-r2.ebuild +++ b/app-emulation/xen/xen-4.6.0-r2.ebuild @@ -6,13 +6,16 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) +inherit eutils mount-boot flag-o-matic python-any-r1 toolchain-funcs + MY_PV=${PV/_/-} MY_P=${PN}-${PV/_/-} if [[ $PV == *9999 ]]; then + inherit git-r3 KEYWORDS="" - EGIT_REPO_URI="git://xenbits.xen.org/${PN}.git" - live_eclass="git-2" + EGIT_REPO_URI="git://xenbits.xen.org/xen.git" + SRC_URI="" else KEYWORDS="~amd64 ~arm ~arm64 -x86" UPSTREAM_VER=0 @@ -32,8 +35,6 @@ else https://dev.gentoo.org/~idella4/distfiles/${PN}-security-patches.tar.gz" fi -inherit mount-boot flag-o-matic python-any-r1 toolchain-funcs eutils ${live_eclass} - DESCRIPTION="The Xen virtual machine monitor" HOMEPAGE="http://xen.org/" LICENSE="GPL-2"