From 1e313378e4e8e4e0f46f75f09152e0acc6840dbc Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Mon, 4 Aug 2025 15:05:26 +0000 Subject: [PATCH] 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 Signed-off-by: Yixun Lan --- .../bash-completion-2.16.0-r2.ebuild | 168 ++++++++++++++++++ .../bash-completion-9999.ebuild | 2 - 2 files changed, 168 insertions(+), 2 deletions(-) create mode 100644 app-shells/bash-completion/bash-completion-2.16.0-r2.ebuild diff --git a/app-shells/bash-completion/bash-completion-2.16.0-r2.ebuild b/app-shells/bash-completion/bash-completion-2.16.0-r2.ebuild new file mode 100644 index 0000000000000..11c8c8d1aecdc --- /dev/null +++ b/app-shells/bash-completion/bash-completion-2.16.0-r2.ebuild @@ -0,0 +1,168 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +BASHCOMP_P=bashcomp-2.0.3 +PYTHON_COMPAT=( python3_{10..13} ) + +inherit autotools python-any-r1 + +DESCRIPTION="Programmable Completion for bash" +HOMEPAGE="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 )" + +RDEPEND=" + >=app-shells/bash-4.3_p30-r1:0 + sys-apps/miscfiles + !