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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81974138335 for ; Sun, 24 Mar 2019 19:18:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43273E0B30; Sun, 24 Mar 2019 19:18:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19DC5E0B30 for ; Sun, 24 Mar 2019 19:18:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9713A335D41 for ; Sun, 24 Mar 2019 19:18:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D638D57D for ; Sun, 24 Mar 2019 19:18:34 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1553455061.809552187d5372b9de4bf06e7a522f11c835e238.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/raspberrypi-firmware/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild X-VCS-Directories: sys-boot/raspberrypi-firmware/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: 809552187d5372b9de4bf06e7a522f11c835e238 X-VCS-Branch: master Date: Sun, 24 Mar 2019 19:18:34 +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: 3bdae6d9-66ac-4a64-837e-ee56d146b019 X-Archives-Hash: 358c08060a2b654a5a6b92a3a11867b9 commit: 809552187d5372b9de4bf06e7a522f11c835e238 Author: Andrey Utkin gentoo org> AuthorDate: Fri Mar 22 23:19:21 2019 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Sun Mar 24 19:17:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80955218 sys-boot/raspberrypi-firmware: show README.gentoo at postinst Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin gentoo.org> sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild index 3892554f9eb..78311483d30 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild @@ -52,4 +52,8 @@ src_install() { readme.gentoo_create_doc } +pkg_postinst() { + readme.gentoo_print_elog +} + DOC_CONTENTS="Please configure your ram setup by editing /boot/config.txt"