summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-02-11 12:49:51 +0000
committerIan Delaney <idella4@gentoo.org>2013-02-11 12:49:51 +0000
commit35dc6bb7a634a2bba4cc03d2000a9bc8da57b30a (patch)
tree77f2415eaadb403d879cdc08ed391bb1fde6c00d /app-emulation
parentAssign myself as maintainer (diff)
downloadgentoo-2-35dc6bb7a634a2bba4cc03d2000a9bc8da57b30a.tar.gz
gentoo-2-35dc6bb7a634a2bba4cc03d2000a9bc8da57b30a.tar.bz2
gentoo-2-35dc6bb7a634a2bba4cc03d2000a9bc8da57b30a.zip
Fix to install with use qemu
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/xen-tools/ChangeLog6
-rw-r--r--app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild8
-rw-r--r--app-emulation/xen-tools/xen-tools-4.2.1-r1.ebuild7
-rw-r--r--app-emulation/xen-tools/xen-tools-4.2.1-r2.ebuild7
4 files changed, 23 insertions, 5 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog
index d21e32308e5a..ab556bcdbf9b 100644
--- a/app-emulation/xen-tools/ChangeLog
+++ b/app-emulation/xen-tools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/xen-tools
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.137 2013/02/11 09:51:12 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.138 2013/02/11 12:49:51 idella4 Exp $
+
+ 11 Feb 2013; Ian Delaney <idella4@gentoo.org> xen-tools-4.2.0-r3.ebuild,
+ xen-tools-4.2.1-r1.ebuild, xen-tools-4.2.1-r2.ebuild:
+ Fix to install with use qemu
11 Feb 2013; Ian Delaney <idella4@gentoo.org> xen-tools-4.2.0-r3.ebuild:
the manifests
diff --git a/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild
index 8749ff3657f5..1dde44992e28 100644
--- a/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.2.0-r3.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/xen-tools/xen-tools-4.2.0-r3.ebuild,v 1.5 2013/02/02 21:17:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild,v 1.6 2013/02/11 12:49:51 idella4 Exp $
EAPI=5
@@ -269,7 +269,11 @@ src_install() {
keepdir /var/log/xen-consoles
fi
- # For -static-libs wrt Bug 384355
+ if use qemu; then
+ mkdir -p "${D}"usr/lib64/xen/bin || die
+ mv "${D}"usr/lib/xen/bin/qemu* "${D}"usr/lib64/xen/bin/ || die
+ fi # For -static-libs wrt Bug 384355
+
if ! use static-libs; then
rm -f "${D}"usr/$(get_libdir)/*.a "${ED}"usr/$(get_libdir)/ocaml/*/*.a
fi
diff --git a/app-emulation/xen-tools/xen-tools-4.2.1-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.2.1-r1.ebuild
index d739d6fac10d..5f0874736794 100644
--- a/app-emulation/xen-tools/xen-tools-4.2.1-r1.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.2.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/xen-tools/xen-tools-4.2.1-r1.ebuild,v 1.5 2013/02/11 09:44:41 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r1.ebuild,v 1.6 2013/02/11 12:49:51 idella4 Exp $
EAPI=5
@@ -267,6 +267,11 @@ src_install() {
keepdir /var/log/xen-consoles
fi
+ if use qemu; then
+ mkdir -p "${D}"usr/lib64/xen/bin || die
+ mv "${D}"usr/lib/xen/bin/qemu* "${D}"usr/lib64/xen/bin/ || die
+ fi
+
# For -static-libs wrt Bug 384355
if ! use static-libs; then
rm -f "${ED}"usr/$(get_libdir)/*.a "${ED}"usr/$(get_libdir)/ocaml/*/*.a
diff --git a/app-emulation/xen-tools/xen-tools-4.2.1-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.2.1-r2.ebuild
index 4e88a1c9e6a1..282e5840d072 100644
--- a/app-emulation/xen-tools/xen-tools-4.2.1-r2.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.2.1-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/xen-tools/xen-tools-4.2.1-r2.ebuild,v 1.1 2013/02/11 09:44:41 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.1-r2.ebuild,v 1.2 2013/02/11 12:49:51 idella4 Exp $
EAPI=5
@@ -269,6 +269,11 @@ src_install() {
keepdir /var/log/xen-consoles
fi
+ if use qemu; then
+ mkdir -p "${D}"usr/lib64/xen/bin || die
+ mv "${D}"usr/lib/xen/bin/qemu* "${D}"usr/lib64/xen/bin/ || die
+ fi
+
# For -static-libs wrt Bug 384355
if ! use static-libs; then
rm -f "${D}"usr/$(get_libdir)/*.a "${D}"usr/$(get_libdir)/ocaml/*/*.a