public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/zellij/
Date: Sat, 26 Feb 2022 18:16:38 +0000 (UTC)	[thread overview]
Message-ID: <1645783823.a078027f6ee9a885fd0516106206ba4f2aa1fe10.flow@gentoo> (raw)

commit:     a078027f6ee9a885fd0516106206ba4f2aa1fe10
Author:     Luciano Degni <degni.public <AT> gmail <DOT> com>
AuthorDate: Fri Feb 25 10:10:23 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Feb 25 10:10:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a078027f

app-misc/zellij: minor fixes to ebuild -> REQUIRED USE FLAGS and white space

Signed-off-by: Luciano Degni <degni.public <AT> gmail.com>

 app-misc/zellij/zellij-0.25.0.ebuild | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/app-misc/zellij/zellij-0.25.0.ebuild b/app-misc/zellij/zellij-0.25.0.ebuild
index 752b01ab5..63301d6dd 100644
--- a/app-misc/zellij/zellij-0.25.0.ebuild
+++ b/app-misc/zellij/zellij-0.25.0.ebuild
@@ -295,7 +295,7 @@ CRATES="
 	zeroize-1.4.3
 "
 
-inherit cargo xdg-utils desktop optfeature
+inherit cargo xdg-utils optfeature
 
 DESCRIPTION="A terminal workspace with batteries included"
 HOMEPAGE="https://github.com/zellij-org/zellij"
@@ -317,17 +317,17 @@ LICENSE="
 "
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="bash fish zsh doc examples zsh-completion fish-completion bash-completion"
-REQUIRED_USE="|| ( bash fish zsh )"
+IUSE="doc examples zsh-completion fish-completion bash-completion"
+#REQUIRED_USE="|| ( bash-completion fish-completion zsh-completion )"
 
 DEPEND="
-	bash? (
+	bash-completion? (
 		app-shells/bash
 	)
-	fish? (
+	fish-completion? (
 		app-shells/fish
 	)
-	zsh? (
+	zsh-completion? (
 		app-shells/zsh
 	)
 	dev-lang/rust
@@ -354,11 +354,9 @@ src_install() {
 		doins -r assets/example/layouts/*
 	fi
 
-
 	insinto "/usr/share/zellij/plugins/"
 	doins-r assets/plugins/*
 
-
 	if use bash-completion; then
 		insinto "usr/share/bash-completion/completions/"
 		doins assets/completions/zellij.bash
@@ -374,7 +372,6 @@ src_install() {
 		use zsh && doins assets/completions/_zellij
 	fi
 
-
 	#insinto /usr/share/xsessions/
 	#doins assets/zellij.desktop
 
@@ -384,7 +381,7 @@ src_install() {
 pkg_postinst() {
 	elog "Read the documentation for $PN at <https://zellij.dev/documentation>"
 	elog "for usage, customization and other instructions"
-	optfeature "Emerge nerdfonts for best experience" 
+	optfeature "install nerdfonts for best experience" 
 	xdg_desktop_database_update
 }
 


             reply	other threads:[~2022-02-26 18:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-26 18:16 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-14  9:16 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/zellij/ Viorel Munteanu
2023-03-14  9:17 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2022-03-18  6:35 Arthur Zamarin
2022-03-18  6:35 Arthur Zamarin
2022-03-10  9:45 Ronny Gutbrod
2022-03-10  9:45 Ronny Gutbrod
2022-03-08 13:39 Andrew Ammerlaan
2022-03-08 13:39 Andrew Ammerlaan
2022-02-26 18:16 Florian Schmaus
2022-02-26 18:16 Florian Schmaus
2022-02-26 18:16 Florian Schmaus
2022-02-26 18:16 Florian Schmaus
2022-02-26 18:16 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1645783823.a078027f6ee9a885fd0516106206ba4f2aa1fe10.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox