public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jonas Frei" <freijon@pm.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/xh/
Date: Tue, 16 Jan 2024 19:53:05 +0000 (UTC)	[thread overview]
Message-ID: <1705434733.4eb2f07b1942857f63bc8a00921b3ee32db806ec.freijon@gentoo> (raw)

commit:     4eb2f07b1942857f63bc8a00921b3ee32db806ec
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Tue Jan 16 19:52:13 2024 +0000
Commit:     Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Tue Jan 16 19:52:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4eb2f07b

net-misc/xh: Added missing deps, minor improvements

Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 net-misc/xh/xh-0.20.1.ebuild | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/net-misc/xh/xh-0.20.1.ebuild b/net-misc/xh/xh-0.20.1.ebuild
index e4659a0d5b..16e9ca7f68 100644
--- a/net-misc/xh/xh-0.20.1.ebuild
+++ b/net-misc/xh/xh-0.20.1.ebuild
@@ -274,9 +274,14 @@ SLOT="0"
 KEYWORDS="~amd64"
 RESTRICT="test"
 
+DEPEND="
+	dev-libs/oniguruma:=
+	dev-libs/openssl:0=
+"
+
 DOCS=( {CHANGELOG,README}.md )
 
-QA_FLAGS_IGNORED="usr/bin/xh"
+QA_FLAGS_IGNORED="usr/bin/${PN}"
 
 src_configure() {
 	# high magic to allow system-libs
@@ -294,12 +299,12 @@ src_install() {
 	cargo_src_install
 
 	# See https://github.com/ducaale/xh#making-https-requests-by-default
-	dosym xh /usr/bin/xhs
+	dosym "${PN}" "/usr/bin/${PN}s"
 
 	einstalldocs
-	doman doc/xh.1
+	doman "doc/${PN}.1"
 
-	newbashcomp completions/xh.bash xh
-	dozshcomp completions/_xh
-	dofishcomp completions/xh.fish
+	newbashcomp "completions/${PN}.bash" "${PN}"
+	dozshcomp "completions/_${PN}"
+	dofishcomp "completions/${PN}.fish"
 }


             reply	other threads:[~2024-01-16 19:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-16 19:53 Jonas Frei [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-09  3:50 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/xh/ Jonas Frei
2024-07-09  3:50 Jonas Frei
2024-06-01 12:02 Jonas Frei
2024-04-15 18:09 Jonas Frei
2024-01-29 19:31 Jonas Frei
2024-01-16 19:34 Jonas Frei

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=1705434733.4eb2f07b1942857f63bc8a00921b3ee32db806ec.freijon@gentoo \
    --to=freijon@pm.me \
    --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