mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-admin/pass-audit: don't install shell completions
Don't install shell completions as they don't seem to be working. Upstream seems to be unactive. Closes: https://bugs.gentoo.org/927053 Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -5,9 +5,9 @@ EAPI=8
|
||||
|
||||
PYPI_NO_NORMALIZE=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{{11..13},13t} )
|
||||
|
||||
inherit distutils-r1 pypi shell-completion
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A pass extension for auditing your password repository. "
|
||||
HOMEPAGE="https://github.com/roddhjav/pass-audit"
|
||||
@@ -31,8 +31,6 @@ src_prepare() {
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
|
||||
newbashcomp share/bash-completion/completions/pass-audit "${PN}"
|
||||
newzshcomp share/zsh/site-functions/_pass-audit _"${PN}"
|
||||
doman share/man/man1/pass-audit.1
|
||||
|
||||
exeinto /usr/lib/password-store/extensions
|
||||
|
||||
Reference in New Issue
Block a user