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 E096D138200 for ; Tue, 23 Jul 2013 15:02:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 667BEE09F7; Tue, 23 Jul 2013 15:02:06 +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 CFD3CE09F7 for ; Tue, 23 Jul 2013 15:02:05 +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 E452B33E7C5 for ; Tue, 23 Jul 2013 15:02:04 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2332) id A99992171D; Tue, 23 Jul 2013 15:02:03 +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: <20130723150203.A99992171D@flycatcher.gentoo.org> Date: Tue, 23 Jul 2013 15:02:03 +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: 4ef35a3c-65fa-4f10-876c-ad6ff05bef03 X-Archives-Hash: 65a86717aba1ea8dbc1ac044ffdfcda7 idella4 13/07/23 15:02:03 Modified: xen-tools-4.3.0.ebuild ChangeLog Log: renamed patch to capture ar & cc, extended the patch to honour tc-getCC, almost fixes Bug #477676 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision Changes Path 1.7 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.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?rev=1.7&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.6&r2=1.7 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.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xen-tools-4.3.0.ebuild 23 Jul 2013 10:07:30 -0000 1.6 +++ xen-tools-4.3.0.ebuild 23 Jul 2013 15:02:03 -0000 1.7 @@ -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.6 2013/07/23 10:07:30 idella4 Exp $ +# $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 $ EAPI=5 @@ -209,7 +209,7 @@ -i Config.mk || die # Bug 477676 - epatch "${FILESDIR}"/${PN}-4.3-ar.patch + epatch "${FILESDIR}"/${PN}-4.3-ar-cc.patch epatch_user } 1.174 app-emulation/xen-tools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.174&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.174&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.173&r2=1.174 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v retrieving revision 1.173 retrieving revision 1.174 diff -u -r1.173 -r1.174 --- ChangeLog 23 Jul 2013 10:07:30 -0000 1.173 +++ ChangeLog 23 Jul 2013 15:02:03 -0000 1.174 @@ -1,6 +1,12 @@ # 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.173 2013/07/23 10:07:30 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.174 2013/07/23 15:02:03 idella4 Exp $ + + 23 Jul 2013; Ian Delaney + +files/xen-tools-4.3-ar-cc.patch, -files/xen-tools-4.3-ar.patch, + xen-tools-4.3.0.ebuild: + renamed patch to capture ar & cc, extended the patch to honour tc-getCC, + almost fixes Bug #477676 23 Jul 2013; Ian Delaney +files/xen-tools-4.3-ar.patch, xen-tools-4.3.0.ebuild: