Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/
Date: Sun, 11 Aug 2019 14:44:14
Message-Id: 1565534636.013faf0e8b540c477d407b9cb98eadeca75fc9cf.soap@gentoo
1 commit: 013faf0e8b540c477d407b9cb98eadeca75fc9cf
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 14:43:56 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 14:43:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013faf0e
7
8 app-emulation/xen-tools: [QA] Fix missing trailing slash
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild | 4 ++--
14 app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild | 4 ++--
15 app-emulation/xen-tools/xen-tools-4.12.0-r3.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild
19 index dc0192b621e..11abf9ebb62 100644
20 --- a/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild
21 +++ b/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild
22 @@ -392,7 +392,7 @@ src_install() {
23 XEN_PYTHON_NATIVE_INSTALL=y install-tools
24
25 # Created at runtime
26 - rm -rv "${ED%/}/var/run" || die
27 + rm -rv "${ED}/var/run" || die
28
29 # Fix the remaining Python shebangs.
30 python_fix_shebang "${D}"
31 @@ -428,7 +428,7 @@ src_install() {
32
33 # For -static-libs wrt Bug 384355
34 if ! use static-libs; then
35 - rm -f "${D}"/usr/$(get_libdir)/*.a "${D}"usr/$(get_libdir)/ocaml/*/*.a
36 + rm -f "${D}"/usr/$(get_libdir)/*.a "${D}"/usr/$(get_libdir)/ocaml/*/*.a
37 fi
38
39 # for xendomains
40
41 diff --git a/app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild b/app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild
42 index 0dd08b6ae28..aa27319fb10 100644
43 --- a/app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild
44 +++ b/app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild
45 @@ -398,7 +398,7 @@ src_install() {
46 XEN_PYTHON_NATIVE_INSTALL=y install-tools
47
48 # Created at runtime
49 - rm -rv "${ED%/}/var/run" || die
50 + rm -rv "${ED}/var/run" || die
51
52 # Fix the remaining Python shebangs.
53 python_fix_shebang "${D}"
54 @@ -434,7 +434,7 @@ src_install() {
55
56 # For -static-libs wrt Bug 384355
57 if ! use static-libs; then
58 - rm -f "${D}"/usr/$(get_libdir)/*.a "${D}"usr/$(get_libdir)/ocaml/*/*.a
59 + rm -f "${D}"/usr/$(get_libdir)/*.a "${D}"/usr/$(get_libdir)/ocaml/*/*.a
60 fi
61
62 # for xendomains
63
64 diff --git a/app-emulation/xen-tools/xen-tools-4.12.0-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.12.0-r3.ebuild
65 index a0b3c419501..8a13631173e 100644
66 --- a/app-emulation/xen-tools/xen-tools-4.12.0-r3.ebuild
67 +++ b/app-emulation/xen-tools/xen-tools-4.12.0-r3.ebuild
68 @@ -415,7 +415,7 @@ src_install() {
69 XEN_PYTHON_NATIVE_INSTALL=y install-tools
70
71 # Created at runtime
72 - rm -rv "${ED%/}/var/run" || die
73 + rm -rv "${ED}/var/run" || die
74
75 # Fix the remaining Python shebangs.
76 python_fix_shebang "${D}"
77 @@ -451,7 +451,7 @@ src_install() {
78
79 # For -static-libs wrt Bug 384355
80 if ! use static-libs; then
81 - rm -f "${D}"/usr/$(get_libdir)/*.a "${D}"usr/$(get_libdir)/ocaml/*/*.a
82 + rm -f "${D}"/usr/$(get_libdir)/*.a "${D}"/usr/$(get_libdir)/ocaml/*/*.a
83 fi
84
85 # for xendomains