From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A25E6158094 for ; Wed, 13 Jul 2022 07:32:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF5EEE0F48; Wed, 13 Jul 2022 07:32:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65ABDE0F48 for ; Wed, 13 Jul 2022 07:32:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64384341125 for ; Wed, 13 Jul 2022 07:31:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0F5452C for ; Wed, 13 Jul 2022 07:31:57 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1657697509.2436641909a0bd045f2e6a208b0fa14a6722ae10.flow@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.16.2_pre2.ebuild X-VCS-Directories: app-emulation/xen/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 2436641909a0bd045f2e6a208b0fa14a6722ae10 X-VCS-Branch: master Date: Wed, 13 Jul 2022 07:31:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c86ce253-9db5-4057-8dff-0e5a71537aaf X-Archives-Hash: 8d9838d3af158e43dafff5e5a3011885 commit: 2436641909a0bd045f2e6a208b0fa14a6722ae10 Author: Florian Schmaus gentoo org> AuthorDate: Wed Jul 13 07:22:13 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Jul 13 07:31:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24366419 app-emulation/xen: drop pkg_postinst() messages (now mostly in xen-tools) Signed-off-by: Florian Schmaus gentoo.org> app-emulation/xen/xen-4.16.2_pre2.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app-emulation/xen/xen-4.16.2_pre2.ebuild b/app-emulation/xen/xen-4.16.2_pre2.ebuild index e0ba418e625b..3ce553a137d3 100644 --- a/app-emulation/xen/xen-4.16.2_pre2.ebuild +++ b/app-emulation/xen/xen-4.16.2_pre2.ebuild @@ -173,10 +173,3 @@ src_install() { # make install likes to throw in some extra EFI bits if it built use efi || rm -rf "${D}/usr/$(get_libdir)/efi" } - -pkg_postinst() { - elog "Official Xen Guide:" - elog " https://wiki.gentoo.org/wiki/Xen" - - use efi && einfo "The efi executable is installed in /boot/efi/gentoo" -}