public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/procs/
Date: Sun, 05 Oct 2025 05:57:30 +0000 (UTC)	[thread overview]
Message-ID: <1759643763.7bd63ac64724e12549b0c6c823b6439ab5430379.sam@gentoo> (raw)

commit:     7bd63ac64724e12549b0c6c823b6439ab5430379
Author:     Jesse De Haan <dehaanjesses <AT> gmail <DOT> com>
AuthorDate: Sun Oct  5 01:08:49 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  5 05:56:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd63ac6

sys-process/procs: Replace DeprecatedInsinto with shell-completion.eclass

Signed-off-by: Jesse De Haan <dehaanjesses <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44042
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/procs/procs-0.14.6-r1.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/sys-process/procs/procs-0.14.6-r1.ebuild b/sys-process/procs/procs-0.14.6-r1.ebuild
index b36f1a0b3945..dc813c2cab6b 100644
--- a/sys-process/procs/procs-0.14.6-r1.ebuild
+++ b/sys-process/procs/procs-0.14.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Autogenerated by pycargoebuild 0.6.3
@@ -295,7 +295,7 @@ CRATES="
 
 RUST_MIN_VER="1.74.1"
 
-inherit bash-completion-r1 cargo
+inherit cargo shell-completion
 
 DESCRIPTION="Modern replacement for ps"
 HOMEPAGE="https://github.com/dalance/procs"
@@ -319,10 +319,8 @@ src_install() {
 	newbashcomp procs.bash procs
 
 	"$(cargo_target_dir)"/procs --gen-completion zsh || die
-	insinto /usr/share/zsh/site-functions
-	doins _procs
+	dozshcomp _procs
 
 	"$(cargo_target_dir)"/procs --gen-completion fish || die
-	insinto /usr/share/fish/vendor_completions.d
-	doins procs.fish
+	dofishcomp procs.fish
 }


             reply	other threads:[~2025-10-05  5:57 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-05  5:57 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-05  5:57 [gentoo-commits] repo/gentoo:master commit in: sys-process/procs/ Sam James
2025-10-05  5:57 Sam James
2025-03-14  5:26 Sam James
2024-10-04 19:41 Sam James
2024-10-04  1:57 Sam James
2024-10-04  1:57 Sam James
2024-06-17  9:39 James Le Cuirot
2024-03-08 23:44 Sam James
2023-12-28  3:43 Sam James
2023-11-25  4:49 Sam James
2023-11-25  4:49 Sam James
2023-10-21 17:46 Sam James
2023-10-20  3:49 Sam James
2023-10-06 16:04 Sam James
2023-06-19  1:13 Sam James
2023-06-16  0:18 Sam James
2023-06-16  0:04 Sam James

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=1759643763.7bd63ac64724e12549b0c6c823b6439ab5430379.sam@gentoo \
    --to=sam@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