summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2013-01-12 23:08:29 +0000
committerDoug Goldstein <cardoe@gentoo.org>2013-01-12 23:08:29 +0000
commitd0ee07ab29c31bbe31f73667b809b4266bad8df3 (patch)
tree8c97ee63a1503752c823bb2d289a758eb4db4834 /app-emulation
parentRevision bump: EAPI 5, move to autotools-utils eclass, use new bashcompletion... (diff)
downloadgentoo-2-d0ee07ab29c31bbe31f73667b809b4266bad8df3.tar.gz
gentoo-2-d0ee07ab29c31bbe31f73667b809b4266bad8df3.tar.bz2
gentoo-2-d0ee07ab29c31bbe31f73667b809b4266bad8df3.zip
Fix firmware blobs depends to be locked down per each version, similar to how upstream ships the prebuilt blobs. bug #441716
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu/ChangeLog7
-rw-r--r--app-emulation/qemu/qemu-1.1.1-r1.ebuild6
-rw-r--r--app-emulation/qemu/qemu-1.1.2-r2.ebuild8
-rw-r--r--app-emulation/qemu/qemu-1.2.1.ebuild8
-rw-r--r--app-emulation/qemu/qemu-1.2.2.ebuild8
5 files changed, 21 insertions, 16 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog
index cd36ec81bfa7..37c56f16fb4e 100644
--- a/app-emulation/qemu/ChangeLog
+++ b/app-emulation/qemu/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/qemu
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.164 2013/01/12 07:48:23 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.165 2013/01/12 23:08:29 cardoe Exp $
+
+ 12 Jan 2013; Doug Goldstein <cardoe@gentoo.org> qemu-1.1.1-r1.ebuild,
+ qemu-1.1.2-r2.ebuild, qemu-1.2.1.ebuild, qemu-1.2.2.ebuild:
+ Fix firmware blobs depends to be locked down per each version, similar to how
+ upstream ships the prebuilt blobs. bug #441716
12 Jan 2013; Doug Goldstein <cardoe@gentoo.org> qemu-1.1.1-r1.ebuild,
qemu-1.1.2-r2.ebuild:
diff --git a/app-emulation/qemu/qemu-1.1.1-r1.ebuild b/app-emulation/qemu/qemu-1.1.1-r1.ebuild
index fce2d6b7db0d..7da5ee548f68 100644
--- a/app-emulation/qemu/qemu-1.1.1-r1.ebuild
+++ b/app-emulation/qemu/qemu-1.1.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.1.1-r1.ebuild,v 1.10 2013/01/12 07:48:23 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.1.1-r1.ebuild,v 1.11 2013/01/12 23:08:29 cardoe Exp $
EAPI="4"
@@ -63,8 +63,8 @@ RDEPEND="
>=dev-libs/glib-2.0
media-libs/libpng
sys-apps/pciutils
- >=sys-firmware/seabios-1.7.0
- sys-firmware/vgabios
+ ~sys-firmware/seabios-1.7.0
+ ~sys-firmware/vgabios-0.6c
virtual/jpeg
aio? ( dev-libs/libaio )
alsa? ( >=media-libs/alsa-lib-1.0.13 )
diff --git a/app-emulation/qemu/qemu-1.1.2-r2.ebuild b/app-emulation/qemu/qemu-1.1.2-r2.ebuild
index 2063b2968119..3011b856ab84 100644
--- a/app-emulation/qemu/qemu-1.1.2-r2.ebuild
+++ b/app-emulation/qemu/qemu-1.1.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.1.2-r2.ebuild,v 1.12 2013/01/12 07:48:23 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.1.2-r2.ebuild,v 1.13 2013/01/12 23:08:29 cardoe Exp $
EAPI="4"
@@ -78,9 +78,9 @@ LIB_DEPEND=">=dev-libs/glib-2.0[static-libs(+)]
xfs? ( sys-fs/xfsprogs[static-libs(+)] )"
RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
!app-emulation/kqemu
- >=sys-firmware/seabios-1.7.0
- sys-firmware/sgabios
- sys-firmware/vgabios
+ ~sys-firmware/seabios-1.7.0
+ ~sys-firmware/sgabios-0.1_pre8
+ ~sys-firmware/vgabios-0.6c
alsa? ( >=media-libs/alsa-lib-1.0.13 )
bluetooth? ( net-wireless/bluez )
brltty? ( app-accessibility/brltty )
diff --git a/app-emulation/qemu/qemu-1.2.1.ebuild b/app-emulation/qemu/qemu-1.2.1.ebuild
index 45cd3462a7d2..26abc1d3c576 100644
--- a/app-emulation/qemu/qemu-1.2.1.ebuild
+++ b/app-emulation/qemu/qemu-1.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.2.1.ebuild,v 1.7 2013/01/12 07:42:22 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.2.1.ebuild,v 1.8 2013/01/12 23:08:29 cardoe Exp $
EAPI="4"
@@ -80,9 +80,9 @@ LIB_DEPEND=">=dev-libs/glib-2.0[static-libs(+)]
RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
!app-emulation/kqemu
sys-firmware/ipxe
- >=sys-firmware/seabios-1.7.0
- sys-firmware/sgabios
- sys-firmware/vgabios
+ ~sys-firmware/seabios-1.7.1
+ ~sys-firmware/sgabios-0.1_pre8
+ ~sys-firmware/vgabios-0.7a
alsa? ( >=media-libs/alsa-lib-1.0.13 )
bluetooth? ( net-wireless/bluez )
brltty? ( app-accessibility/brltty )
diff --git a/app-emulation/qemu/qemu-1.2.2.ebuild b/app-emulation/qemu/qemu-1.2.2.ebuild
index b80fb7ee90ff..d4b0b70725a0 100644
--- a/app-emulation/qemu/qemu-1.2.2.ebuild
+++ b/app-emulation/qemu/qemu-1.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.2.2.ebuild,v 1.4 2013/01/12 07:42:22 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.2.2.ebuild,v 1.5 2013/01/12 23:08:29 cardoe Exp $
EAPI="4"
@@ -80,9 +80,9 @@ LIB_DEPEND=">=dev-libs/glib-2.0[static-libs(+)]
RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
!app-emulation/kqemu
sys-firmware/ipxe
- >=sys-firmware/seabios-1.7.0
- sys-firmware/sgabios
- sys-firmware/vgabios
+ ~sys-firmware/seabios-1.7.1
+ ~sys-firmware/sgabios-0.1_pre8
+ ~sys-firmware/vgabios-0.7a
alsa? ( >=media-libs/alsa-lib-1.0.13 )
bluetooth? ( net-wireless/bluez )
brltty? ( app-accessibility/brltty )