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 5BF081381F3 for ; Tue, 23 Jul 2013 10:07:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC921E09A7; Tue, 23 Jul 2013 10:07:34 +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 2F41AE09A7 for ; Tue, 23 Jul 2013 10:07:34 +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 50C8233DEE1 for ; Tue, 23 Jul 2013 10:07:33 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2332) id 1D1472171D; Tue, 23 Jul 2013 10:07:31 +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: <20130723100731.1D1472171D@flycatcher.gentoo.org> Date: Tue, 23 Jul 2013 10:07:31 +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: f1e701c6-2924-4850-9569-d109cfa6403b X-Archives-Hash: 0d2868998687e543cca8bc2cc8bcaa59 idella4 13/07/23 10:07:30 Modified: xen-tools-4.3.0.ebuild ChangeLog Log: patch to correct AR use wrt Bug #477676 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision Changes Path 1.6 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.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?rev=1.6&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.5&r2=1.6 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.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xen-tools-4.3.0.ebuild 22 Jul 2013 17:05:21 -0000 1.5 +++ xen-tools-4.3.0.ebuild 23 Jul 2013 10:07:30 -0000 1.6 @@ -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.5 2013/07/22 17:05:21 idella4 Exp $ +# $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 $ EAPI=5 @@ -208,6 +208,9 @@ sed -e 's:^BASH_COMPLETION_DIR ?= $(CONFIG_DIR)/bash_completion.d:BASH_COMPLETION_DIR ?= $(SHARE_DIR)/bash-completion:' \ -i Config.mk || die + # Bug 477676 + epatch "${FILESDIR}"/${PN}-4.3-ar.patch + epatch_user } 1.173 app-emulation/xen-tools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.173&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.173&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.172&r2=1.173 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v retrieving revision 1.172 retrieving revision 1.173 diff -u -r1.172 -r1.173 --- ChangeLog 23 Jul 2013 05:35:54 -0000 1.172 +++ ChangeLog 23 Jul 2013 10:07:30 -0000 1.173 @@ -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.172 2013/07/23 05:35:54 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.173 2013/07/23 10:07:30 idella4 Exp $ + + 23 Jul 2013; Ian Delaney +files/xen-tools-4.3-ar.patch, + xen-tools-4.3.0.ebuild: + patch to correct AR use wrt Bug #477676 23 Jul 2013; Ian Delaney files/xendomains.initd-r1, files/xendomains.initd-r2: