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 235ED1381F3 for ; Mon, 5 Nov 2012 06:43:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C442EE0458; Mon, 5 Nov 2012 06:42:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 25F80E0458 for ; Mon, 5 Nov 2012 06:42:56 +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 4E20C33D383 for ; Mon, 5 Nov 2012 06:42:55 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2272) id 192BD215F3; Mon, 5 Nov 2012 06:42:54 +0000 (UTC) From: "Sergei Trofimovich (slyfox)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, slyfox@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: qemu-9999.ebuild ChangeLog X-VCS-Directories: app-emulation/qemu X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121105064254.192BD215F3@flycatcher.gentoo.org> Date: Mon, 5 Nov 2012 06:42:54 +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: 2013aa6a-d36b-482f-9ae7-34fc32f2c21d X-Archives-Hash: 3be47014d1f472cba8f95e4168bd911d slyfox 12/11/05 06:42:54 Modified: qemu-9999.ebuild ChangeLog Log: Once againt readd or32 target (OpenRISC). Added nore binaries to RWX exempt list: qemu-{microblazeel,or32,s390x,unicore32}. unicore32 got system target implementation. (Portage version: 2.2.0_alpha142_p5/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA) Revision Changes Path 1.32 app-emulation/qemu/qemu-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?r1=1.31&r2=1.32 Index: qemu-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- qemu-9999.ebuild 5 Nov 2012 05:32:44 -0000 1.31 +++ qemu-9999.ebuild 5 Nov 2012 06:42:53 -0000 1.32 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.31 2012/11/05 05:32:44 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.32 2012/11/05 06:42:53 slyfox Exp $ EAPI="4" @@ -33,9 +33,9 @@ sdl smartcard spice static systemtap tci +threads tls usbredir +uuid vde \ +vhost-net virtfs +vnc xattr xen xfs" -COMMON_TARGETS="i386 x86_64 alpha arm cris m68k microblaze microblazeel mips mipsel ppc ppc64 sh4 sh4eb sparc sparc64 s390x" +COMMON_TARGETS="i386 x86_64 alpha arm cris m68k microblaze microblazeel mips mipsel or32 ppc ppc64 sh4 sh4eb sparc sparc64 s390x unicore32" IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 mips64 mips64el ppcemb xtensa xtensaeb" -IUSE_USER_TARGETS="${COMMON_TARGETS} armeb ppc64abi32 sparc32plus unicore32" +IUSE_USER_TARGETS="${COMMON_TARGETS} armeb ppc64abi32 sparc32plus" # Setup the default SoftMMU targets, while using the loops # below to setup the other targets. @@ -121,8 +121,10 @@ usr/bin/qemu-cris usr/bin/qemu-m68k usr/bin/qemu-microblaze + usr/bin/qemu-microblazeel usr/bin/qemu-mips usr/bin/qemu-mipsel + usr/bin/qemu-or32 usr/bin/qemu-ppc usr/bin/qemu-ppc64 usr/bin/qemu-ppc64abi32 @@ -131,7 +133,9 @@ usr/bin/qemu-sparc usr/bin/qemu-sparc64 usr/bin/qemu-armeb - usr/bin/qemu-sparc32plus" + usr/bin/qemu-s390x + usr/bin/qemu-sparc32plus + usr/bin/qemu-unicore32" pkg_pretend() { if use kernel_linux && kernel_is lt 2 6 25; then 1.143 app-emulation/qemu/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.143&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.143&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.142&r2=1.143 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v retrieving revision 1.142 retrieving revision 1.143 diff -u -r1.142 -r1.143 --- ChangeLog 5 Nov 2012 05:32:44 -0000 1.142 +++ ChangeLog 5 Nov 2012 06:42:53 -0000 1.143 @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/qemu # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.142 2012/11/05 05:32:44 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.143 2012/11/05 06:42:53 slyfox Exp $ + + 05 Nov 2012; Sergei Trofimovich qemu-9999.ebuild: + Once againt readd or32 target (OpenRISC). Added nore binaries to RWX exempt + list: qemu-{microblazeel,or32,s390x,unicore32}. unicore32 got system target + implementation. 05 Nov 2012; Doug Goldstein qemu-1.2.0.ebuild, qemu-9999.ebuild: