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 126851381F3 for ; Wed, 24 Jul 2013 05:12:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABFC5E09EC; Wed, 24 Jul 2013 05:12:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EEC6E09EC for ; Wed, 24 Jul 2013 05:12:03 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BA3533BDD7 for ; Wed, 24 Jul 2013 05:12:02 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2332) id BFA702171C; Wed, 24 Jul 2013 05:12:00 +0000 (UTC) From: "Ian Delaney (idella4)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, idella4@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: xen-tools-4.3.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xen-tools-4.3.0.ebuild ChangeLog X-VCS-Directories: app-emulation/xen-tools X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130724051200.BFA702171C@flycatcher.gentoo.org> Date: Wed, 24 Jul 2013 05:12:00 +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: ba731d06-1710-4987-a620-e319e5775c33 X-Archives-Hash: a4afa3b61a631e9799349abd9726322a idella4 13/07/24 05:12:00 Modified: xen-tools-4.3.0.ebuild ChangeLog Log: correct tools' Makefile re IUSE pygrub, add python use flag and corresponding sed to Makefile, fixes Bug #477880 by 'a.m' (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision Changes Path 1.8 app-emulation/xen-tools/xen-tools-4.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?r1=1.7&r2=1.8 Index: xen-tools-4.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- xen-tools-4.3.0.ebuild 23 Jul 2013 15:02:03 -0000 1.7 +++ xen-tools-4.3.0.ebuild 24 Jul 2013 05:12:00 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v 1.7 2013/07/23 15:02:03 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v 1.8 2013/07/24 05:12:00 idella4 Exp $ EAPI=5 @@ -32,7 +32,7 @@ LICENSE="GPL-2" SLOT="0" -IUSE="api custom-cflags debug doc flask hvm qemu ocaml pygrub screen static-libs xend" +IUSE="api custom-cflags debug doc flask hvm qemu ocaml python pygrub screen static-libs xend" REQUIRED_USE="hvm? ( qemu )" @@ -150,7 +150,11 @@ fi if ! use pygrub; then - sed -e '/^SUBDIRS-$(PYTHON_TOOLS) += pygrub$/d' -i tools/Makefile || die + sed -e '/^SUBDIRS-y += pygrub/d' -i tools/Makefile || die + fi + + if ! use python; then + sed -e '/^SUBDIRS-y += python$/d' -i tools/Makefile || die fi # Disable hvm support on systems that don't support x86_32 binaries. 1.175 app-emulation/xen-tools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.175&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.175&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.174&r2=1.175 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v retrieving revision 1.174 retrieving revision 1.175 diff -u -r1.174 -r1.175 --- ChangeLog 23 Jul 2013 15:02:03 -0000 1.174 +++ ChangeLog 24 Jul 2013 05:12:00 -0000 1.175 @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/xen-tools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.174 2013/07/23 15:02:03 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.175 2013/07/24 05:12:00 idella4 Exp $ + + 24 Jul 2013; Ian Delaney xen-tools-4.3.0.ebuild: + correct tools' Makefile re IUSE pygrub, add python use flag and corresponding + sed to Makefile, fixes Bug #477880 by 'a.m' 23 Jul 2013; Ian Delaney +files/xen-tools-4.3-ar-cc.patch, -files/xen-tools-4.3-ar.patch,