Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen/
Date: Sun, 27 Dec 2015 01:23:13
Message-Id: 1451179371.4e6cfc899a24f2d6a6ed9af72abede0973f87053.idella4@gentoo
1 commit: 4e6cfc899a24f2d6a6ed9af72abede0973f87053
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 07:06:33 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 01:22:51 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6cfc89
7
8 app-emulation/xen: add msg in pkg_postinst to all vns. 4.5 4.5 re xen-syms
9
10 Prompt from user in bug #552424 to make install of /boot/xen-syms optional,
11 done by informing user via msg in pkg_postinst to do this using INSTALL_MASK
12
13 Gentoo bug: #552424
14
15 Package-Manager: portage-2.2.24
16
17 app-emulation/xen/xen-4.5.2-r2.ebuild | 5 +++++
18 app-emulation/xen/xen-4.5.2-r3.ebuild | 4 ++++
19 app-emulation/xen/xen-4.6.0-r3.ebuild | 4 ++++
20 app-emulation/xen/xen-4.6.0-r4.ebuild | 4 ++++
21 4 files changed, 17 insertions(+)
22
23 diff --git a/app-emulation/xen/xen-4.5.2-r2.ebuild b/app-emulation/xen/xen-4.5.2-r2.ebuild
24 index 07af8f9..d703dcf 100644
25 --- a/app-emulation/xen/xen-4.5.2-r2.ebuild
26 +++ b/app-emulation/xen/xen-4.5.2-r2.ebuild
27 @@ -177,9 +177,14 @@ src_install() {
28 }
29
30 pkg_postinst() {
31 + local msg="INSTALL_MASK=/boot/xen-syms"
32 elog "Official Xen Guide and the unoffical wiki page:"
33 elog " https://wiki.gentoo.org/wiki/Xen"
34 elog " http://en.gentoo-wiki.com/wiki/Xen/"
35
36 use efi && einfo "The efi executable is installed in boot/efi/gentoo"
37 +
38 + elog "You can optionally block the installation of /boot/xen-syms by an entry"
39 + elog "in folder /etc/portage/env using the portage's feature INSTALL_MASK"
40 + elog "e.g. echo ${msg} > /etc/portage/env/xen.conf"
41 }
42
43 diff --git a/app-emulation/xen/xen-4.5.2-r3.ebuild b/app-emulation/xen/xen-4.5.2-r3.ebuild
44 index 2bd75da..434306c 100644
45 --- a/app-emulation/xen/xen-4.5.2-r3.ebuild
46 +++ b/app-emulation/xen/xen-4.5.2-r3.ebuild
47 @@ -185,4 +185,8 @@ pkg_postinst() {
48 elog " http://en.gentoo-wiki.com/wiki/Xen/"
49
50 use efi && einfo "The efi executable is installed in boot/efi/gentoo"
51 +
52 + elog "You can optionally block the installation of /boot/xen-syms by an entry"
53 + elog "in folder /etc/portage/env using the portage's feature INSTALL_MASK"
54 + elog "e.g. echo ${msg} > /etc/portage/env/xen.conf"
55 }
56
57 diff --git a/app-emulation/xen/xen-4.6.0-r3.ebuild b/app-emulation/xen/xen-4.6.0-r3.ebuild
58 index 4ca1a84..7ff1d1d 100644
59 --- a/app-emulation/xen/xen-4.6.0-r3.ebuild
60 +++ b/app-emulation/xen/xen-4.6.0-r3.ebuild
61 @@ -182,4 +182,8 @@ pkg_postinst() {
62 elog " http://en.gentoo-wiki.com/wiki/Xen/"
63
64 use efi && einfo "The efi executable is installed in boot/efi/gentoo"
65 +
66 + elog "You can optionally block the installation of /boot/xen-syms by an entry"
67 + elog "in folder /etc/portage/env using the portage's feature INSTALL_MASK"
68 + elog "e.g. echo ${msg} > /etc/portage/env/xen.conf"
69 }
70
71 diff --git a/app-emulation/xen/xen-4.6.0-r4.ebuild b/app-emulation/xen/xen-4.6.0-r4.ebuild
72 index c1c7fa0..277e71a 100644
73 --- a/app-emulation/xen/xen-4.6.0-r4.ebuild
74 +++ b/app-emulation/xen/xen-4.6.0-r4.ebuild
75 @@ -183,4 +183,8 @@ pkg_postinst() {
76 elog " http://en.gentoo-wiki.com/wiki/Xen/"
77
78 use efi && einfo "The efi executable is installed in boot/efi/gentoo"
79 +
80 + elog "You can optionally block the installation of /boot/xen-syms by an entry"
81 + elog "in folder /etc/portage/env using the portage's feature INSTALL_MASK"
82 + elog "e.g. echo ${msg} > /etc/portage/env/xen.conf"
83 }