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 4CB4415808A for ; Thu, 07 Aug 2025 01:12:28 +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 364DE342096 for ; Thu, 07 Aug 2025 01:12:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8217211055F; Thu, 07 Aug 2025 01:12:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 787E411055F for ; Thu, 07 Aug 2025 01:12:21 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F078342084 for ; Thu, 07 Aug 2025 01:12:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73995322F for ; Thu, 07 Aug 2025 01:12:19 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1754527467.1e313378e4e8e4e0f46f75f09152e0acc6840dbc.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash-completion/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/bash-completion/bash-completion-2.16.0-r2.ebuild app-shells/bash-completion/bash-completion-9999.ebuild X-VCS-Directories: app-shells/bash-completion/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 1e313378e4e8e4e0f46f75f09152e0acc6840dbc X-VCS-Branch: master Date: Thu, 07 Aug 2025 01:12:19 +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: 8caead91-6ad5-49f0-8247-7ee985bb20f4 X-Archives-Hash: 047a883f333bd0fc1f91a42e66833522 commit: 1e313378e4e8e4e0f46f75f09152e0acc6840dbc Author: jinqiang zhang 0x0 ee> AuthorDate: Mon Aug 4 15:05:26 2025 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Aug 7 00:44:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e313378 app-shells/bash-completion: remove block net-fs/mc net-fs/mc no longer have file collision with app-shells/bash-completion. Closes: https://bugs.gentoo.org/639828 Closes: https://github.com/gentoo/gentoo/pull/43060 Signed-off-by: jinqiang zhang 0x0.ee> Signed-off-by: Yixun Lan gentoo.org> ...999.ebuild => bash-completion-2.16.0-r2.ebuild} | 61 ++++++++++------------ .../bash-completion/bash-completion-9999.ebuild | 2 - 2 files changed, 29 insertions(+), 34 deletions(-) diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-2.16.0-r2.ebuild similarity index 71% copy from app-shells/bash-completion/bash-completion-9999.ebuild copy to app-shells/bash-completion/bash-completion-2.16.0-r2.ebuild index 437c7a111cf9..11c8c8d1aecd 100644 --- a/app-shells/bash-completion/bash-completion-9999.ebuild +++ b/app-shells/bash-completion/bash-completion-2.16.0-r2.ebuild @@ -3,25 +3,30 @@ EAPI=8 +BASHCOMP_P=bashcomp-2.0.3 PYTHON_COMPAT=( python3_{10..13} ) -inherit autotools eapi9-ver git-r3 python-any-r1 +inherit autotools python-any-r1 DESCRIPTION="Programmable Completion for bash" HOMEPAGE="https://github.com/scop/bash-completion" -EGIT_REPO_URI="https://github.com/scop/bash-completion" +SRC_URI=" + https://github.com/scop/bash-completion/releases/download/${PV}/${P}.tar.xz + eselect? ( + https://github.com/projg2/bashcomp2/releases/download/v${BASHCOMP_P#*-}/${BASHCOMP_P}.tar.gz + ) +" LICENSE="GPL-2+" SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="+eselect test" RESTRICT="!test? ( test )" -# completion collision with net-fs/mc RDEPEND=" >=app-shells/bash-4.3_p30-r1:0 sys-apps/miscfiles !