public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/go-jira/
Date: Fri,  3 Apr 2020 15:27:19 +0000 (UTC)	[thread overview]
Message-ID: <1585927575.b26988f18888fec99330ae4465c725843b322e29.williamh@gentoo> (raw)

commit:     b26988f18888fec99330ae4465c725843b322e29
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  3 15:25:50 2020 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Apr  3 15:26:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26988f1

app-misc/go-jira: add comments about generating completion scripts

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 app-misc/go-jira/go-jira-1.0.23.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/app-misc/go-jira/go-jira-1.0.23.ebuild b/app-misc/go-jira/go-jira-1.0.23.ebuild
index c04fe2181eb..5ef88f785e2 100644
--- a/app-misc/go-jira/go-jira-1.0.23.ebuild
+++ b/app-misc/go-jira/go-jira-1.0.23.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+# bash-completion-r1 can be added once we can generate completion scripts
 inherit go-module
 
 DESCRIPTION="A simple JIRA commandline client in Go"
@@ -114,9 +115,16 @@ S="${WORKDIR}/jira-${PV}"
 
 src_compile() {
 	go build -o jira  cmd/jira/main.go || die
+	# these cause failures.
+#	./jira --completion-script-bash > jira.bash || die
+#	./jira --completion-script-zsh > jira.zsh || die
 }
 
 src_install() {
 	dobin jira
 	dodoc {CHANGELOG,README}.md
+	# This can be uncommented once we can generate completion scripts
+#	newbashcomp jira.bash jira
+#	insinto /usr/share/zsh/site-functions
+#	newins jira.zsh _jira
 }


             reply	other threads:[~2020-04-03 15:27 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-03 15:27 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-09 13:04 [gentoo-commits] repo/gentoo:master commit in: app-misc/go-jira/ Joonas Niilola
2022-05-20 18:55 William Hubbs
2022-05-20 18:55 William Hubbs
2022-03-08 18:33 William Hubbs
2022-03-08 18:29 William Hubbs
2021-12-19 22:27 William Hubbs
2021-06-14 15:39 William Hubbs
2020-10-07 22:35 William Hubbs
2020-09-26  0:15 William Hubbs
2020-05-12 15:59 William Hubbs
2020-05-11 23:20 William Hubbs
2020-04-04  7:28 Robin H. Johnson
2020-04-03 14:23 William Hubbs
2020-03-07 17:47 William Hubbs
2020-03-06 20:57 William Hubbs
2019-10-17 19:21 William Hubbs
2019-02-07 10:53 Manuel Rüger
2018-08-12 16:55 William Hubbs
2018-08-10 14:24 William Hubbs
2018-08-05 10:23 Manuel Rüger
2018-08-03 16:55 Manuel Rüger
2018-08-03 16:55 Manuel Rüger
2018-07-30 12:30 Manuel Rüger
2018-06-05 13:17 Manuel Rüger
2018-06-05 13:17 Manuel Rüger
2018-04-23 17:54 Manuel Rüger
2018-04-03 13:52 Manuel Rüger
2018-04-03 13:52 Manuel Rüger
2018-04-03 13:51 Manuel Rüger
2018-03-19 18:31 Manuel Rüger
2018-03-19 18:31 Manuel Rüger
2018-03-19 18:31 Manuel Rüger
2017-11-13 18:22 Manuel Rüger
2017-11-13 18:22 Manuel Rüger
2017-10-11 19:02 Manuel Rüger
2017-10-11 19:02 Manuel Rüger
2017-10-04  7:47 Michał Górny
2017-09-20 11:41 Manuel Rüger
2017-09-20 11:41 Manuel Rüger
2017-09-19 16:46 Manuel Rüger
2017-06-05 15:33 Manuel Rüger
2017-06-05 15:02 Manuel Rüger

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=1585927575.b26988f18888fec99330ae4465c725843b322e29.williamh@gentoo \
    --to=williamh@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