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 60F151381F3 for ; Wed, 21 Nov 2012 20:03:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BA4321C012; Wed, 21 Nov 2012 20:02:57 +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 8902B21C012 for ; Wed, 21 Nov 2012 20:02: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 7EF1033D973 for ; Wed, 21 Nov 2012 20:02:55 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 543) id D301920C65; Wed, 21 Nov 2012 20:02:53 +0000 (UTC) From: "Doug Goldstein (cardoe)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, cardoe@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: cardoe X-VCS-Committer-Name: Doug Goldstein Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121121200253.D301920C65@flycatcher.gentoo.org> Date: Wed, 21 Nov 2012 20:02:53 +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: c9a0e015-44b5-47e6-86db-00529e48839d X-Archives-Hash: 26214840d17870466c6859f99e300be6 cardoe 12/11/21 20:02:53 Modified: qemu-9999.ebuild ChangeLog Log: For 1.3 we're switching to qemu from qemu-kvm which is now merged fully into qemu so adjust the 9999 live ebuild to do that. (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.33 app-emulation/qemu/qemu-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?r1=1.32&r2=1.33 Index: qemu-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- qemu-9999.ebuild 5 Nov 2012 06:42:53 -0000 1.32 +++ qemu-9999.ebuild 21 Nov 2012 20:02:53 -0000 1.33 @@ -1,25 +1,22 @@ # 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.32 2012/11/05 06:42:53 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.33 2012/11/21 20:02:53 cardoe Exp $ EAPI="4" -MY_PN="qemu-kvm" -MY_P=${MY_PN}-${PV} - PYTHON_DEPEND="2" inherit eutils flag-o-matic linux-info toolchain-funcs multilib python user #BACKPORTS=6cee76f0 if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git" + EGIT_REPO_URI="git://git.qemu.org/qemu.git" inherit git-2 SRC_URI="" KEYWORDS="" else - SRC_URI="mirror://sourceforge/kvm/${MY_PN}/${MY_P}.tar.gz + SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2 ${BACKPORTS:+ - http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz}" + http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" fi @@ -103,8 +100,6 @@ kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 ) static? ( ${LIB_DEPEND} )" -S="${WORKDIR}/${MY_P}" - STRIP_MASK="/usr/share/qemu/palcode-clipper" QA_PREBUILT=" 1.144 app-emulation/qemu/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.144&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.144&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.143&r2=1.144 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v retrieving revision 1.143 retrieving revision 1.144 diff -u -r1.143 -r1.144 --- ChangeLog 5 Nov 2012 06:42:53 -0000 1.143 +++ ChangeLog 21 Nov 2012 20:02:53 -0000 1.144 @@ -1,6 +1,10 @@ # 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.143 2012/11/05 06:42:53 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.144 2012/11/21 20:02:53 cardoe Exp $ + + 21 Nov 2012; Doug Goldstein qemu-9999.ebuild: + For 1.3 we're switching to qemu from qemu-kvm which is now merged fully into + qemu so adjust the 9999 live ebuild to do that. 05 Nov 2012; Sergei Trofimovich qemu-9999.ebuild: Once againt readd or32 target (OpenRISC). Added nore binaries to RWX exempt