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 1454213835A for ; Sun, 4 Apr 2021 18:55:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 498D7E0872; Sun, 4 Apr 2021 18:55:28 +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 319B4E0872 for ; Sun, 4 Apr 2021 18:55:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EC84E335C8F for ; Sun, 4 Apr 2021 18:55:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57D56644 for ; Sun, 4 Apr 2021 18:55:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1617562506.41f6e6a7d99fee6d9ca6bba51304a6157bcd4cd8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/grub-2.04-r2.ebuild sys-boot/grub/grub-2.05_alpha20200310-r1.ebuild sys-boot/grub/grub-2.06_rc1.ebuild sys-boot/grub/grub-9999.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 41f6e6a7d99fee6d9ca6bba51304a6157bcd4cd8 X-VCS-Branch: master Date: Sun, 4 Apr 2021 18:55:23 +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: 24bd5b4a-eb03-42fd-9f0b-d814999b952f X-Archives-Hash: 0d5ec220ef5b0217100da0f45665eb4c commit: 41f6e6a7d99fee6d9ca6bba51304a6157bcd4cd8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 3 11:02:43 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 4 18:55:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f6e6a7 sys-boot/grub: Drop superfluous optfeature header Signed-off-by: Andreas Sturmlechner gentoo.org> sys-boot/grub/grub-2.04-r2.ebuild | 7 +++---- sys-boot/grub/grub-2.05_alpha20200310-r1.ebuild | 9 ++++----- sys-boot/grub/grub-2.06_rc1.ebuild | 7 +++---- sys-boot/grub/grub-9999.ebuild | 7 +++---- 4 files changed, 13 insertions(+), 17 deletions(-) diff --git a/sys-boot/grub/grub-2.04-r2.ebuild b/sys-boot/grub/grub-2.04-r2.ebuild index 04098f7fd8e..04aa2e74e31 100644 --- a/sys-boot/grub/grub-2.04-r2.ebuild +++ b/sys-boot/grub/grub-2.04-r2.ebuild @@ -290,9 +290,8 @@ pkg_postinst() { if [[ -z ${REPLACING_VERSIONS} ]]; then elog - elog "You may consider installing the following optional packages:" - optfeature "Detect other operating systems (grub-mkconfig)" sys-boot/os-prober - optfeature "Create rescue media (grub-mkrescue)" dev-libs/libisoburn - optfeature "Enable RAID device detection" sys-fs/mdadm + optfeature "detecting other operating systems (grub-mkconfig)" sys-boot/os-prober + optfeature "creating rescue media (grub-mkrescue)" dev-libs/libisoburn + optfeature "enabling RAID device detection" sys-fs/mdadm fi } diff --git a/sys-boot/grub/grub-2.05_alpha20200310-r1.ebuild b/sys-boot/grub/grub-2.05_alpha20200310-r1.ebuild index c10aa3ca032..a11de124e27 100644 --- a/sys-boot/grub/grub-2.05_alpha20200310-r1.ebuild +++ b/sys-boot/grub/grub-2.05_alpha20200310-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -281,9 +281,8 @@ pkg_postinst() { if [[ -z ${REPLACING_VERSIONS} ]]; then elog - elog "You may consider installing the following optional packages:" - optfeature "Detect other operating systems (grub-mkconfig)" sys-boot/os-prober - optfeature "Create rescue media (grub-mkrescue)" dev-libs/libisoburn - optfeature "Enable RAID device detection" sys-fs/mdadm + optfeature "detecting other operating systems (grub-mkconfig)" sys-boot/os-prober + optfeature "creating rescue media (grub-mkrescue)" dev-libs/libisoburn + optfeature "enabling RAID device detection" sys-fs/mdadm fi } diff --git a/sys-boot/grub/grub-2.06_rc1.ebuild b/sys-boot/grub/grub-2.06_rc1.ebuild index 04cef798e60..5a89856d0a6 100644 --- a/sys-boot/grub/grub-2.06_rc1.ebuild +++ b/sys-boot/grub/grub-2.06_rc1.ebuild @@ -288,10 +288,9 @@ pkg_postinst() { if [[ -z ${REPLACING_VERSIONS} ]]; then elog - elog "You may consider installing the following optional packages:" - optfeature "Detect other operating systems (grub-mkconfig)" sys-boot/os-prober - optfeature "Create rescue media (grub-mkrescue)" dev-libs/libisoburn - optfeature "Enable RAID device detection" sys-fs/mdadm + optfeature "detecting other operating systems (grub-mkconfig)" sys-boot/os-prober + optfeature "creating rescue media (grub-mkrescue)" dev-libs/libisoburn + optfeature "enabling RAID device detection" sys-fs/mdadm fi if has_version sys-boot/os-prober; then diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index dc9469d354a..4f50f14c6ff 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -288,10 +288,9 @@ pkg_postinst() { if [[ -z ${REPLACING_VERSIONS} ]]; then elog - elog "You may consider installing the following optional packages:" - optfeature "Detect other operating systems (grub-mkconfig)" sys-boot/os-prober - optfeature "Create rescue media (grub-mkrescue)" dev-libs/libisoburn - optfeature "Enable RAID device detection" sys-fs/mdadm + optfeature "detecting other operating systems (grub-mkconfig)" sys-boot/os-prober + optfeature "creating rescue media (grub-mkrescue)" dev-libs/libisoburn + optfeature "enabling RAID device detection" sys-fs/mdadm fi if has_version sys-boot/os-prober; then