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 11C7A1382C5 for ; Sun, 4 Apr 2021 18:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77F84E0884; Sun, 4 Apr 2021 18:55:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 60EF6E0880 for ; Sun, 4 Apr 2021 18:55:29 +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 96DA7335D3C for ; Sun, 4 Apr 2021 18:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E82F702 for ; Sun, 4 Apr 2021 18:55:24 +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: <1617562509.3b583e7711b17985f5bb806e8dde62b2490db7fe.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/i3/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/i3/i3-4.19-r1.ebuild x11-wm/i3/i3-4.19.1.ebuild x11-wm/i3/i3-9999.ebuild X-VCS-Directories: x11-wm/i3/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3b583e7711b17985f5bb806e8dde62b2490db7fe X-VCS-Branch: master Date: Sun, 4 Apr 2021 18:55:24 +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: 01bdff60-eb21-4ead-ba71-cd1b0df66beb X-Archives-Hash: 15f0df74983b4ce12cd9c7219b151665 commit: 3b583e7711b17985f5bb806e8dde62b2490db7fe Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 3 10:58:11 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 4 18:55:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b583e77 x11-wm/i3: Use optfeature_header() instead of custom elog Signed-off-by: Andreas Sturmlechner gentoo.org> x11-wm/i3/i3-4.19-r1.ebuild | 10 ++++------ x11-wm/i3/i3-4.19.1.ebuild | 10 ++++------ x11-wm/i3/i3-9999.ebuild | 10 ++++------ 3 files changed, 12 insertions(+), 18 deletions(-) diff --git a/x11-wm/i3/i3-4.19-r1.ebuild b/x11-wm/i3/i3-4.19-r1.ebuild index 8641db1eba8..3b3b04623bc 100644 --- a/x11-wm/i3/i3-4.19-r1.ebuild +++ b/x11-wm/i3/i3-4.19-r1.ebuild @@ -96,10 +96,8 @@ src_test() { } pkg_postinst() { - elog "There are several packages that you may find useful with i3 and" - elog "their usage is suggested by the upstream maintainers." - elog "Uninstalled optional dependencies:" - optfeature "Application launcher" x11-misc/dmenu - optfeature "Simple screen locker" x11-misc/i3lock - optfeature "Status bar generator" x11-misc/i3status + optfeature_header "There are several packages that may be useful with i3:" + optfeature "application launcher" x11-misc/dmenu + optfeature "simple screen locker" x11-misc/i3lock + optfeature "status bar generator" x11-misc/i3status } diff --git a/x11-wm/i3/i3-4.19.1.ebuild b/x11-wm/i3/i3-4.19.1.ebuild index e7b4e3a5694..99bd3b7ad0b 100644 --- a/x11-wm/i3/i3-4.19.1.ebuild +++ b/x11-wm/i3/i3-4.19.1.ebuild @@ -95,10 +95,8 @@ src_test() { } pkg_postinst() { - elog "There are several packages that you may find useful with i3 and" - elog "their usage is suggested by the upstream maintainers." - elog "Uninstalled optional dependencies:" - optfeature "Application launcher" x11-misc/dmenu - optfeature "Simple screen locker" x11-misc/i3lock - optfeature "Status bar generator" x11-misc/i3status + optfeature_header "There are several packages that may be useful with i3:" + optfeature "application launcher" x11-misc/dmenu + optfeature "simple screen locker" x11-misc/i3lock + optfeature "status bar generator" x11-misc/i3status } diff --git a/x11-wm/i3/i3-9999.ebuild b/x11-wm/i3/i3-9999.ebuild index e7b4e3a5694..99bd3b7ad0b 100644 --- a/x11-wm/i3/i3-9999.ebuild +++ b/x11-wm/i3/i3-9999.ebuild @@ -95,10 +95,8 @@ src_test() { } pkg_postinst() { - elog "There are several packages that you may find useful with i3 and" - elog "their usage is suggested by the upstream maintainers." - elog "Uninstalled optional dependencies:" - optfeature "Application launcher" x11-misc/dmenu - optfeature "Simple screen locker" x11-misc/i3lock - optfeature "Status bar generator" x11-misc/i3status + optfeature_header "There are several packages that may be useful with i3:" + optfeature "application launcher" x11-misc/dmenu + optfeature "simple screen locker" x11-misc/i3lock + optfeature "status bar generator" x11-misc/i3status }