summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-03 12:58:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 20:55:09 +0200
commit3b583e7711b17985f5bb806e8dde62b2490db7fe (patch)
tree3f9846777953b3ecae6f821a0f642adbb76ba96f /x11-wm
parentx11-wm/enlightenment: Use optfeature_header() instead of custom elog (diff)
downloadgentoo-3b583e7711b17985f5bb806e8dde62b2490db7fe.tar.gz
gentoo-3b583e7711b17985f5bb806e8dde62b2490db7fe.tar.bz2
gentoo-3b583e7711b17985f5bb806e8dde62b2490db7fe.zip
x11-wm/i3: Use optfeature_header() instead of custom elog
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/i3/i3-4.19-r1.ebuild10
-rw-r--r--x11-wm/i3/i3-4.19.1.ebuild10
-rw-r--r--x11-wm/i3/i3-9999.ebuild10
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 8641db1eba86..3b3b04623bc8 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 e7b4e3a5694e..99bd3b7ad0b6 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 e7b4e3a5694e..99bd3b7ad0b6 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
}