Install this version:
emerge -a =app-shells/gradle-completion-9.7.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-shells/gradle-completion-9.7.1
Or alternatively:
emerge --autounmask-write -a =app-shells/gradle-completion-9.7.1
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit bash-completion-r1
DESCRIPTION="Bash completions for Gradle"
HOMEPAGE="https://github.com/gradle/gradle-completion"
SRC_URI="https://github.com/gradle/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=app-shells/bash-completion-1.2"
src_install() {
dodoc README.md
newbashcomp gradle-completion.bash gradle
bashcomp_alias gradle gradlew
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gradle-completion-9.7.1.tar.gz | 169205 bytes | https://github.com/gradle/gradle-completion/archive/v9.7.1.tar.gz |