public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer (patrick)" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu: metadata.xml ChangeLog
Date: Wed, 27 Aug 2014 03:17:03 +0000 (UTC)	[thread overview]
Message-ID: <20140827031703.8BD6D3F1B@oystercatcher.gentoo.org> (raw)

patrick     14/08/27 03:17:03

  Modified:             metadata.xml ChangeLog
  Log:
  Remove unneeded useflag description from metadata.xml
  
  (Portage version: 2.2.12/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.33                 app-emulation/qemu/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/metadata.xml?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/metadata.xml?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/metadata.xml?r1=1.32&r2=1.33

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/metadata.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- metadata.xml	5 Aug 2014 09:29:12 -0000	1.32
+++ metadata.xml	27 Aug 2014 03:17:03 -0000	1.33
@@ -7,28 +7,27 @@
 	<name>Doug Goldstein</name>
   </maintainer>
   <use>
-    <flag name='accessibility'>Adds support for braille displays using brltty</flag>
-    <flag name='aio'>Enables support for Linux's Async IO</flag>
-    <flag name='alsa'>Enable alsa output for sound emulation</flag>
+	<flag name='accessibility'>Adds support for braille displays using brltty</flag>
+	<flag name='aio'>Enables support for Linux's Async IO</flag>
+	<flag name='alsa'>Enable alsa output for sound emulation</flag>
 	<flag name='curl'>Support ISOs / -cdrom directives vis HTTP or HTTPS.</flag>
-    <flag name='fdt'>Enables firmware device tree support</flag>
+	<flag name='fdt'>Enables firmware device tree support</flag>
 	<flag name='glusterfs'>Enables GlusterFS cluster fileystem via
-		<pkg>sys-cluster/glusterfs</pkg></flag>
+			<pkg>sys-cluster/glusterfs</pkg></flag>
 	<flag name='iscsi'>Enable direct iSCSI support via
 		<pkg>net-libs/libiscsi</pkg> instead of indirectly via the Linux
 		block layer that <pkg>sys-block/open-iscsi</pkg> does.</flag>
-	<flag name='mixemu'>Enable audio mixer emulation. On Fedora, known to cause performance problems when using SDL output and ALSA. For OSS, locks the sound device from other applications.</flag>
-    <flag name='ncurses'>Enable the ncurses-based console</flag>
-    <flag name='nfs'>Enable NFS support</flag>
-    <flag name='numa'>Enable NUMA support</flag>
+	<flag name='ncurses'>Enable the ncurses-based console</flag>
+	<flag name='nfs'>Enable NFS support</flag>
+	<flag name='numa'>Enable NUMA support</flag>
 	<flag name='pin-upstream-blobs'>Pin the versions of BIOS firmware to the version included in the upstream release.
 		This is needed to sanely support migration/suspend/resume/snapshotting/etc... of instances.
 		When the blobs are different, random corruption/bugs/crashes/etc... may be observed.</flag>
-    <flag name='pulseaudio'>Enable pulseaudio output for sound emulation</flag>
-    <flag name='rbd'>Enable rados block device backend support, see http://ceph.newdream.net/wiki/QEMU-RBD</flag>
-    <flag name='sdl'>Enable the SDL-based console</flag>
+	<flag name='pulseaudio'>Enable pulseaudio output for sound emulation</flag>
+	<flag name='rbd'>Enable rados block device backend support, see http://ceph.newdream.net/wiki/QEMU-RBD</flag>
+	<flag name='sdl'>Enable the SDL-based console</flag>
 	<flag name='seccomp'>Utilize <pkg>sys-libs/libseccomp</pkg> to enable kernel filtering of system calls to prevent malicious guests from doing damage.</flag>
-    <flag name='spice'>Enable Spice protocol support via <pkg>app-emulation/spice</pkg></flag>
+	<flag name='spice'>Enable Spice protocol support via <pkg>app-emulation/spice</pkg></flag>
 	<flag name='ssh'>Enable SSH based block device support via <pkg>net-libs/libssh2</pkg></flag>
 	<flag name='static-softmmu'>Builds the Software MMU (system) targets as static binaries</flag>
 	<flag name='static-user'>Build the User targets as static binaries</flag>
@@ -36,23 +35,22 @@
 	<flag name='snappy'>Enable support for snappy compression</flag>
 	<flag name='systemtap'>Enable SystemTAP/DTrace tracing</flag>
 	<flag name='tci'>Enable the TCG Interpreter which can speed up or slowdown workloads depending on the host and guest CPUs being emulated. In the future it will be a runtime option but for now its compile time.</flag>
-    <flag name='tls'>Enable TLS support for the VNC console server.
+	<flag name='tls'>Enable TLS support for the VNC console server.
 		For 1.4 and newer this also enables WebSocket support.
 		For 2.0 and newer this also enables disk quorum support.</flag>
-    <flag name='jpeg'>Enable jpeg image support for the VNC console server</flag>
-    <flag name='png'>Enable png image support for the VNC console server</flag>
+	<flag name='jpeg'>Enable jpeg image support for the VNC console server</flag>
+	<flag name='png'>Enable png image support for the VNC console server</flag>
 	<flag name='usb'>Enable USB passthrough via <pkg>dev-libs/libusb</pkg></flag>
-    <flag name="usbredir">Use <pkg>sys-apps/usbredir</pkg> to redirect USB
-        devices to another machine over TCP</flag>
-    <flag name='uuid'>Enable UUID support in the vdi block driver</flag>
-    <flag name='vde'>Enable VDE-based networking</flag>
-    <flag name='vhost-net'>Enable accelerated networking using vhost-net, see http://www.linux-kvm.org/page/VhostNet</flag>
+	<flag name="usbredir">Use <pkg>sys-apps/usbredir</pkg> to redirect USB
+        	devices to another machine over TCP</flag>
+	<flag name='uuid'>Enable UUID support in the vdi block driver</flag>
+	<flag name='vde'>Enable VDE-based networking</flag>
+	<flag name='vhost-net'>Enable accelerated networking using vhost-net, see http://www.linux-kvm.org/page/VhostNet</flag>
 	<flag name='virtfs'>Enable VirtFS via virtio-9p-pci / fsdev. See http://wiki.qemu.org/Documentation/9psetup</flag>
-    <flag name='xattr'>
-      Add support for getting and setting POSIX extended attributes, through
-      <pkg>sys-apps/attr</pkg>. Requisite for the virtfs backend.
-    </flag>
-    <flag name='xen'>Enables support for Xen backends</flag>
+	<flag name='xattr'>Add support for getting and setting POSIX extended attributes, through
+		<pkg>sys-apps/attr</pkg>. Requisite for the virtfs backend.
+	</flag>
+	<flag name='xen'>Enables support for Xen backends</flag>
 	<flag name='xfs'>Support xfsctl() notification and syncing for XFS backed
 		virtual disks.</flag>
   </use>



1.287                app-emulation/qemu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.287&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.287&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.286&r2=1.287

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -r1.286 -r1.287
--- ChangeLog	26 Aug 2014 13:12:10 -0000	1.286
+++ ChangeLog	27 Aug 2014 03:17:03 -0000	1.287
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/qemu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.286 2014/08/26 13:12:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.287 2014/08/27 03:17:03 patrick Exp $
+
+  27 Aug 2014; Patrick Lauer <patrick@gentoo.org> metadata.xml:
+  Remove unneeded useflag description from metadata.xml
 
   26 Aug 2014; Agostino Sarubbo <ago@gentoo.org> -qemu-1.4.2.ebuild,
   -qemu-1.5.3.ebuild, -qemu-1.6.0-r1.ebuild, -qemu-1.6.1.ebuild,





             reply	other threads:[~2014-08-27  3:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-27  3:17 Patrick Lauer (patrick) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-07-20  2:33 [gentoo-commits] gentoo-x86 commit in app-emulation/qemu: metadata.xml ChangeLog Mike Frysinger (vapier)
2015-02-28 21:49 Andrew Savchenko (bircoph)
2013-03-02  3:00 Doug Goldstein (cardoe)
2012-11-21 21:57 Doug Goldstein (cardoe)
2012-10-20 16:28 Doug Goldstein (cardoe)
2012-10-11  9:40 Justin Lecher (jlec)
2012-10-09 20:41 Doug Goldstein (cardoe)
2009-12-15 16:35 Doug Goldstein (cardoe)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140827031703.8BD6D3F1B@oystercatcher.gentoo.org \
    --to=patrick@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox