Gentoo Archives: gentoo-commits

From: Doug Goldstein <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/
Date: Fri, 04 Dec 2015 06:41:56
Message-Id: 1449211305.892aacda9a78be85ceb8b30944fc9882f2a64885.cardoe@gentoo
1 commit: 892aacda9a78be85ceb8b30944fc9882f2a64885
2 Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 4 06:40:14 2015 +0000
4 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 4 06:41:45 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892aacda
7
8 app-emulation/xen-tools: drop udev usage
9
10 Xen 4.6.0 and newer no longer use or ship udev rules. The functionality
11 is implemented by running 'xl devd', which I'll add a script for on the
12 next bump.
13
14 app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild | 10 ++--------
15 1 file changed, 2 insertions(+), 8 deletions(-)
16
17 diff --git a/app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild
18 index 079e75e..b35cabe 100644
19 --- a/app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild
20 +++ b/app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild
21 @@ -51,7 +51,7 @@ else
22 S="${WORKDIR}/xen-${MY_PV}"
23 fi
24
25 -inherit bash-completion-r1 eutils flag-o-matic multilib python-single-r1 toolchain-funcs udev ${live_eclass}
26 +inherit bash-completion-r1 eutils flag-o-matic multilib python-single-r1 toolchain-funcs ${live_eclass}
27
28 DESCRIPTION="Xend daemon and tools"
29 HOMEPAGE="http://xen.org/"
30 @@ -125,8 +125,7 @@ RDEPEND="${COMMON_DEPEND}
31 screen? (
32 app-misc/screen
33 app-admin/logrotate
34 - )
35 - virtual/udev"
36 + )"
37
38 # hvmloader is used to bootstrap a fully virtualized kernel
39 # Approved by QA team in bug #144032
40 @@ -425,11 +424,6 @@ src_install() {
41 # for xendomains
42 keepdir /etc/xen/auto
43
44 - # Temp QA workaround
45 - dodir "$(get_udevdir)"
46 - mv "${D}"/etc/udev/* "${D}/$(get_udevdir)"
47 - rm -rf "${D}"/etc/udev
48 -
49 # Remove files failing QA AFTER emake installs them, avoiding seeking absent files
50 find "${D}" \( -name openbios-sparc32 -o -name openbios-sparc64 \
51 -o -name openbios-ppc -o -name palcode-clipper \) -delete || die