summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-03-12 11:48:40 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-03-12 11:48:40 +0000
commitdcea330d3e0ff2d9e05f02ea8beac1153d323f43 (patch)
tree5fc7d5d5b87cfdb0e1e2c00e1479dab6077da435 /app-emulation
parentAdd missing kdepimlibs dep. (diff)
downloadgentoo-2-dcea330d3e0ff2d9e05f02ea8beac1153d323f43.tar.gz
gentoo-2-dcea330d3e0ff2d9e05f02ea8beac1153d323f43.tar.bz2
gentoo-2-dcea330d3e0ff2d9e05f02ea8beac1153d323f43.zip
Remove binchecks restriction (package installs binaries!).
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu-softmmu/ChangeLog8
-rw-r--r--app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild4
-rw-r--r--app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r1.ebuild6
-rw-r--r--app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r2.ebuild6
-rw-r--r--app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r3.ebuild6
-rw-r--r--app-emulation/qemu-softmmu/qemu-softmmu-0.9.1.ebuild6
6 files changed, 21 insertions, 15 deletions
diff --git a/app-emulation/qemu-softmmu/ChangeLog b/app-emulation/qemu-softmmu/ChangeLog
index 7632415dcc04..648eaccec6e3 100644
--- a/app-emulation/qemu-softmmu/ChangeLog
+++ b/app-emulation/qemu-softmmu/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/qemu-softmmu
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.57 2009/03/09 17:37:34 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.58 2009/03/12 11:48:40 flameeyes Exp $
+
+ 12 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ qemu-softmmu-0.9.1.ebuild, qemu-softmmu-0.9.1-r1.ebuild,
+ qemu-softmmu-0.9.1-r2.ebuild, qemu-softmmu-0.9.1-r3.ebuild,
+ qemu-softmmu-0.10.0.ebuild:
+ Remove binchecks restriction (package installs binaries!).
09 Mar 2009; Luca Barbato <lu_zero@gentoo.org> qemu-softmmu-0.10.0.ebuild:
Fix leftover from kvm ebuild import
diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild
index c15c48456d67..25b02ee709c1 100644
--- a/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild
+++ b/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild,v 1.3 2009/03/09 17:37:34 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild,v 1.4 2009/03/12 11:48:40 flameeyes Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
IUSE="alsa esd gnutls ncurses pulseaudio +sdl vde kqemu"
-RESTRICT="test binchecks"
+RESTRICT="test"
RDEPEND="sys-libs/zlib
alsa? ( >=media-libs/alsa-lib-1.0.13 )
diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r1.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r1.ebuild
index 6167e858cc74..6d6992ed91f8 100644
--- a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r1.ebuild
+++ b/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r1.ebuild,v 1.3 2008/04/20 19:01:08 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r1.ebuild,v 1.4 2009/03/12 11:48:40 flameeyes Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -12,7 +12,7 @@ LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="-alpha ~amd64 ppc -sparc ~x86"
IUSE="sdl kqemu gnutls alsa"
-RESTRICT="binchecks test"
+RESTRICT="test"
DEPEND="virtual/libc
sys-libs/zlib
diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r2.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r2.ebuild
index a457edc755b5..f66057e4b7a9 100644
--- a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r2.ebuild
+++ b/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r2.ebuild,v 1.1 2008/05/12 23:59:20 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r2.ebuild,v 1.2 2009/03/12 11:48:40 flameeyes Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -12,7 +12,7 @@ LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="-alpha ~amd64 ~ppc -sparc ~x86"
IUSE="sdl kqemu gnutls alsa"
-RESTRICT="binchecks test"
+RESTRICT="test"
DEPEND="virtual/libc
sys-libs/zlib
diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r3.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r3.ebuild
index af69378e85e5..aaa5e6cf6cec 100644
--- a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r3.ebuild
+++ b/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r3.ebuild,v 1.4 2008/05/14 20:25:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r3.ebuild,v 1.5 2009/03/12 11:48:40 flameeyes Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -12,7 +12,7 @@ LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="-alpha amd64 ppc -sparc x86"
IUSE="sdl kqemu gnutls alsa"
-RESTRICT="binchecks test"
+RESTRICT="test"
DEPEND="virtual/libc
sys-libs/zlib
diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1.ebuild
index f8438a1a578c..d2b2e8502202 100644
--- a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1.ebuild
+++ b/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1.ebuild,v 1.1 2008/01/25 14:47:19 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1.ebuild,v 1.2 2009/03/12 11:48:40 flameeyes Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -12,7 +12,7 @@ LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="-alpha ~amd64 ~ppc -sparc ~x86"
IUSE="sdl kqemu gnutls alsa"
-RESTRICT="binchecks test"
+RESTRICT="test"
DEPEND="virtual/libc
sys-libs/zlib