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 E7E8F1381F3 for ; Thu, 25 Jul 2013 13:23:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83F15E09CD; Thu, 25 Jul 2013 13:23:16 +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 0BBF2E09CD for ; Thu, 25 Jul 2013 13:23:15 +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 F020633E9EE for ; Thu, 25 Jul 2013 13:23:14 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2332) id B9AC42171D; Thu, 25 Jul 2013 13:23:13 +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: ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: 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: <20130725132313.B9AC42171D@flycatcher.gentoo.org> Date: Thu, 25 Jul 2013 13:23:13 +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: 158c2ac1-119d-4838-8120-c99c89b239a2 X-Archives-Hash: 323bb0513f2b9d013b89fe71df7473d1 idella4 13/07/25 13:23:13 Modified: ChangeLog Log: Edit to xenstored.initd wrt Bug #476572 & #475204 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision Changes Path 1.178 app-emulation/xen-tools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.178&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.178&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.177&r2=1.178 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v retrieving revision 1.177 retrieving revision 1.178 diff -u -r1.177 -r1.178 --- ChangeLog 24 Jul 2013 09:19:00 -0000 1.177 +++ ChangeLog 25 Jul 2013 13:23:13 -0000 1.178 @@ -1,6 +1,9 @@ # 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.177 2013/07/24 09:19:00 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.178 2013/07/25 13:23:13 idella4 Exp $ + + 25 Jul 2013; Ian Delaney files/xenstored.initd: + Edit to xenstored.initd wrt Bug #476572 & #475204 24 Jul 2013; Ian Delaney xen-tools-4.3.0.ebuild: Add dep for IUSE qemu build, fixes Bug #477878 by 'a.m.', again