summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2012-08-31 16:34:06 +0000
committerDoug Goldstein <cardoe@gentoo.org>2012-08-31 16:34:06 +0000
commitf144e4a7e2bea0aa8a433c85c3413951693e3d55 (patch)
tree3ddc05d65b09709c12f22d52e7e16d39a64af779 /app-emulation/qemu-kvm
parentAdd deprecation notice for USE=libadns. (diff)
downloadgentoo-2-f144e4a7e2bea0aa8a433c85c3413951693e3d55.tar.gz
gentoo-2-f144e4a7e2bea0aa8a433c85c3413951693e3d55.tar.bz2
gentoo-2-f144e4a7e2bea0aa8a433c85c3413951693e3d55.zip
Add a note about USE=static being unstable.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/qemu-kvm')
-rw-r--r--app-emulation/qemu-kvm/ChangeLog6
-rw-r--r--app-emulation/qemu-kvm/qemu-kvm-1.1.1-r1.ebuild10
-rw-r--r--app-emulation/qemu-kvm/qemu-kvm-1.1.1-r3.ebuild10
-rw-r--r--app-emulation/qemu-kvm/qemu-kvm-9999.ebuild10
4 files changed, 32 insertions, 4 deletions
diff --git a/app-emulation/qemu-kvm/ChangeLog b/app-emulation/qemu-kvm/ChangeLog
index 3c5b2307827a..afd6e4646588 100644
--- a/app-emulation/qemu-kvm/ChangeLog
+++ b/app-emulation/qemu-kvm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/qemu-kvm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.156 2012/08/25 22:38:02 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.157 2012/08/31 16:34:06 cardoe Exp $
+
+ 31 Aug 2012; Doug Goldstein <cardoe@gentoo.org> qemu-kvm-1.1.1-r1.ebuild,
+ qemu-kvm-1.1.1-r3.ebuild, qemu-kvm-9999.ebuild:
+ Add a note about USE=static being unstable.
25 Aug 2012; Doug Goldstein <cardoe@gentoo.org> qemu-kvm-9999.ebuild:
Remove --disable-debug-mon which is an obsolete option for 1.2. bug #432484
diff --git a/app-emulation/qemu-kvm/qemu-kvm-1.1.1-r1.ebuild b/app-emulation/qemu-kvm/qemu-kvm-1.1.1-r1.ebuild
index 8422410b7e06..ac974f75ebe9 100644
--- a/app-emulation/qemu-kvm/qemu-kvm-1.1.1-r1.ebuild
+++ b/app-emulation/qemu-kvm/qemu-kvm-1.1.1-r1.ebuild
@@ -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-kvm/qemu-kvm-1.1.1-r1.ebuild,v 1.7 2012/08/13 00:59:46 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.1.1-r1.ebuild,v 1.8 2012/08/31 16:34:06 cardoe Exp $
EAPI="4"
@@ -162,6 +162,14 @@ pkg_pretend() {
check_extra_config
fi
fi
+
+ if use static; then
+ ewarn "USE=static is very much a moving target because of the packages"
+ ewarn "we depend on will have their static libs ripped out or wrapped"
+ ewarn "with USE=static-libs or USE=static due to continued dicsussion"
+ ewarn "on the mailing list about USE=static's place in Gentoo. As a"
+ ewarn "result what worked today may not work tomorrow."
+ fi
}
pkg_setup() {
diff --git a/app-emulation/qemu-kvm/qemu-kvm-1.1.1-r3.ebuild b/app-emulation/qemu-kvm/qemu-kvm-1.1.1-r3.ebuild
index d39e757cf657..4272b38f80fd 100644
--- a/app-emulation/qemu-kvm/qemu-kvm-1.1.1-r3.ebuild
+++ b/app-emulation/qemu-kvm/qemu-kvm-1.1.1-r3.ebuild
@@ -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-kvm/qemu-kvm-1.1.1-r3.ebuild,v 1.2 2012/08/13 00:59:46 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.1.1-r3.ebuild,v 1.3 2012/08/31 16:34:06 cardoe Exp $
EAPI="4"
@@ -169,6 +169,14 @@ pkg_pretend() {
check_extra_config
fi
fi
+
+ if use static; then
+ ewarn "USE=static is very much a moving target because of the packages"
+ ewarn "we depend on will have their static libs ripped out or wrapped"
+ ewarn "with USE=static-libs or USE=static due to continued dicsussion"
+ ewarn "on the mailing list about USE=static's place in Gentoo. As a"
+ ewarn "result what worked today may not work tomorrow."
+ fi
}
pkg_setup() {
diff --git a/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild b/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild
index 2a374b68c6b0..53edf104b577 100644
--- a/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild
+++ b/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild
@@ -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-kvm/qemu-kvm-9999.ebuild,v 1.56 2012/08/25 22:38:02 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild,v 1.57 2012/08/31 16:34:06 cardoe Exp $
EAPI="4"
@@ -169,6 +169,14 @@ pkg_pretend() {
check_extra_config
fi
fi
+
+ if use static; then
+ ewarn "USE=static is very much a moving target because of the packages"
+ ewarn "we depend on will have their static libs ripped out or wrapped"
+ ewarn "with USE=static-libs or USE=static due to continued dicsussion"
+ ewarn "on the mailing list about USE=static's place in Gentoo. As a"
+ ewarn "result what worked today may not work tomorrow."
+ fi
}
pkg_setup() {