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 11:20:46
Message-Id: 1565522349.2398a745cd7718a31de0bb3afb0408b3723ebe3e.soap@gentoo
1 commit: 2398a745cd7718a31de0bb3afb0408b3723ebe3e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 11:19:09 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 11:19:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2398a745
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 e5f5d717210..dc0192b621e 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 @@ -398,7 +398,7 @@ src_install() {
23 python_fix_shebang "${D}"
24
25 # Remove RedHat-specific stuff
26 - rm -rf "${D}"tmp || die
27 + rm -rf "${D}"/tmp || die
28
29 if use doc; then
30 emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install-docs
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 d481f3025a9..0dd08b6ae28 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 @@ -404,7 +404,7 @@ src_install() {
46 python_fix_shebang "${D}"
47
48 # Remove RedHat-specific stuff
49 - rm -rf "${D}"tmp || die
50 + rm -rf "${D}"/tmp || die
51
52 if use doc; then
53 emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install-docs
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 b0d104e17f7..a0b3c419501 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 @@ -421,7 +421,7 @@ src_install() {
69 python_fix_shebang "${D}"
70
71 # Remove RedHat-specific stuff
72 - rm -rf "${D}"tmp || die
73 + rm -rf "${D}"/tmp || die
74
75 if use doc; then
76 emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install-docs
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