From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A1AB11384B4 for ; Sun, 27 Dec 2015 01:23:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16DA321C001; Sun, 27 Dec 2015 01:23:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0F9F21C001 for ; Sun, 27 Dec 2015 01:23:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DD2A340554 for ; Sun, 27 Dec 2015 01:23:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EBAC732 for ; Sun, 27 Dec 2015 01:23:05 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1451179371.4e6cfc899a24f2d6a6ed9af72abede0973f87053.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen/xen-4.5.2-r2.ebuild app-emulation/xen/xen-4.5.2-r3.ebuild app-emulation/xen/xen-4.6.0-r3.ebuild app-emulation/xen/xen-4.6.0-r4.ebuild X-VCS-Directories: app-emulation/xen/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 4e6cfc899a24f2d6a6ed9af72abede0973f87053 X-VCS-Branch: master Date: Sun, 27 Dec 2015 01:23:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ea9eba6d-5ce5-4be7-a704-8a7b7c39f33e X-Archives-Hash: 198e62459248450bdb1cb5df947eef82 commit: 4e6cfc899a24f2d6a6ed9af72abede0973f87053 Author: Ian Delaney gentoo org> AuthorDate: Sat Dec 26 07:06:33 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Sun Dec 27 01:22:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6cfc89 app-emulation/xen: add msg in pkg_postinst to all vns. 4.5 4.5 re xen-syms Prompt from user in bug #552424 to make install of /boot/xen-syms optional, done by informing user via msg in pkg_postinst to do this using INSTALL_MASK Gentoo bug: #552424 Package-Manager: portage-2.2.24 app-emulation/xen/xen-4.5.2-r2.ebuild | 5 +++++ app-emulation/xen/xen-4.5.2-r3.ebuild | 4 ++++ app-emulation/xen/xen-4.6.0-r3.ebuild | 4 ++++ app-emulation/xen/xen-4.6.0-r4.ebuild | 4 ++++ 4 files changed, 17 insertions(+) diff --git a/app-emulation/xen/xen-4.5.2-r2.ebuild b/app-emulation/xen/xen-4.5.2-r2.ebuild index 07af8f9..d703dcf 100644 --- a/app-emulation/xen/xen-4.5.2-r2.ebuild +++ b/app-emulation/xen/xen-4.5.2-r2.ebuild @@ -177,9 +177,14 @@ src_install() { } pkg_postinst() { + local msg="INSTALL_MASK=/boot/xen-syms" elog "Official Xen Guide and the unoffical wiki page:" elog " https://wiki.gentoo.org/wiki/Xen" elog " http://en.gentoo-wiki.com/wiki/Xen/" use efi && einfo "The efi executable is installed in boot/efi/gentoo" + + elog "You can optionally block the installation of /boot/xen-syms by an entry" + elog "in folder /etc/portage/env using the portage's feature INSTALL_MASK" + elog "e.g. echo ${msg} > /etc/portage/env/xen.conf" } diff --git a/app-emulation/xen/xen-4.5.2-r3.ebuild b/app-emulation/xen/xen-4.5.2-r3.ebuild index 2bd75da..434306c 100644 --- a/app-emulation/xen/xen-4.5.2-r3.ebuild +++ b/app-emulation/xen/xen-4.5.2-r3.ebuild @@ -185,4 +185,8 @@ pkg_postinst() { elog " http://en.gentoo-wiki.com/wiki/Xen/" use efi && einfo "The efi executable is installed in boot/efi/gentoo" + + elog "You can optionally block the installation of /boot/xen-syms by an entry" + elog "in folder /etc/portage/env using the portage's feature INSTALL_MASK" + elog "e.g. echo ${msg} > /etc/portage/env/xen.conf" } diff --git a/app-emulation/xen/xen-4.6.0-r3.ebuild b/app-emulation/xen/xen-4.6.0-r3.ebuild index 4ca1a84..7ff1d1d 100644 --- a/app-emulation/xen/xen-4.6.0-r3.ebuild +++ b/app-emulation/xen/xen-4.6.0-r3.ebuild @@ -182,4 +182,8 @@ pkg_postinst() { elog " http://en.gentoo-wiki.com/wiki/Xen/" use efi && einfo "The efi executable is installed in boot/efi/gentoo" + + elog "You can optionally block the installation of /boot/xen-syms by an entry" + elog "in folder /etc/portage/env using the portage's feature INSTALL_MASK" + elog "e.g. echo ${msg} > /etc/portage/env/xen.conf" } diff --git a/app-emulation/xen/xen-4.6.0-r4.ebuild b/app-emulation/xen/xen-4.6.0-r4.ebuild index c1c7fa0..277e71a 100644 --- a/app-emulation/xen/xen-4.6.0-r4.ebuild +++ b/app-emulation/xen/xen-4.6.0-r4.ebuild @@ -183,4 +183,8 @@ pkg_postinst() { elog " http://en.gentoo-wiki.com/wiki/Xen/" use efi && einfo "The efi executable is installed in boot/efi/gentoo" + + elog "You can optionally block the installation of /boot/xen-syms by an entry" + elog "in folder /etc/portage/env using the portage's feature INSTALL_MASK" + elog "e.g. echo ${msg} > /etc/portage/env/xen.conf" }