From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7377D1581B9 for ; Sat, 04 Oct 2025 00:55:50 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 581B43417FE for ; Sat, 04 Oct 2025 00:55:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D2144110574; Sat, 04 Oct 2025 00:55:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CDB70110574 for ; Sat, 04 Oct 2025 00:55:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84F82340F69 for ; Sat, 04 Oct 2025 00:55:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E33643A97 for ; Sat, 04 Oct 2025 00:55:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1759539247.325a0660631dd0cd3c97e3575c4e82df332bb2d7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/alacritty/alacritty-0.15.1.ebuild x11-terms/alacritty/alacritty-9999.ebuild X-VCS-Directories: x11-terms/alacritty/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 325a0660631dd0cd3c97e3575c4e82df332bb2d7 X-VCS-Branch: master Date: Sat, 04 Oct 2025 00:55:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: afe77c16-6684-40cc-8f07-9d28efb19010 X-Archives-Hash: e3c3518b0c3669fa596c10d218814ae9 commit: 325a0660631dd0cd3c97e3575c4e82df332bb2d7 Author: Jesse De Haan gmail com> AuthorDate: Fri Oct 3 22:50:14 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 4 00:54:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=325a0660 x11-terms/alacritty: Fix DeprecatedInsinto with shell-completion.eclass Signed-off-by: Jesse De Haan gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44031 Closes: https://github.com/gentoo/gentoo/pull/44031 Signed-off-by: Sam James gentoo.org> x11-terms/alacritty/alacritty-0.15.1.ebuild | 8 +++----- x11-terms/alacritty/alacritty-9999.ebuild | 10 ++++------ 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/x11-terms/alacritty/alacritty-0.15.1.ebuild b/x11-terms/alacritty/alacritty-0.15.1.ebuild index c77798b9a271..0134f1e124b8 100644 --- a/x11-terms/alacritty/alacritty-0.15.1.ebuild +++ b/x11-terms/alacritty/alacritty-0.15.1.ebuild @@ -285,7 +285,7 @@ MY_PV="${PV//_rc/-rc}" RUST_MIN_VER="1.74.1" -inherit bash-completion-r1 cargo desktop +inherit cargo desktop shell-completion DESCRIPTION="GPU-accelerated terminal emulator" HOMEPAGE="https://alacritty.org" @@ -378,11 +378,9 @@ src_install() { newbashcomp extra/completions/alacritty.bash alacritty - insinto /usr/share/fish/vendor_completions.d/ - doins extra/completions/alacritty.fish + dofishcomp extra/completions/alacritty.fish - insinto /usr/share/zsh/site-functions - doins extra/completions/_alacritty + dozshcomp extra/completions/_alacritty domenu extra/linux/Alacritty.desktop newicon extra/logo/compat/alacritty-term.svg Alacritty.svg diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild index 9db259027ce0..bdc643753be8 100644 --- a/x11-terms/alacritty/alacritty-9999.ebuild +++ b/x11-terms/alacritty/alacritty-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2024 Gentoo Authors +# Copyright 2017-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ MY_PV="${PV//_rc/-rc}" RUST_MIN_VER="1.74.1" -inherit bash-completion-r1 cargo desktop +inherit cargo desktop shell-completion DESCRIPTION="GPU-accelerated terminal emulator" HOMEPAGE="https://alacritty.org" @@ -100,11 +100,9 @@ src_install() { newbashcomp extra/completions/alacritty.bash alacritty - insinto /usr/share/fish/vendor_completions.d/ - doins extra/completions/alacritty.fish + dofishcomp extra/completions/alacritty.fish - insinto /usr/share/zsh/site-functions - doins extra/completions/_alacritty + dozshcomp extra/completions/_alacritty domenu extra/linux/Alacritty.desktop newicon extra/logo/compat/alacritty-term.svg Alacritty.svg