commit: 5aaf4b70415a3228d549489bb0bbd64c5e196cd7
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Mar 20 12:52:24 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Mar 20 12:57:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5aaf4b70
app-admin/pass-audit: drop 1.2
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
app-admin/pass-audit/pass-audit-1.2.ebuild | 33 ------------------------------
1 file changed, 33 deletions(-)
diff --git a/app-admin/pass-audit/pass-audit-1.2.ebuild
b/app-admin/pass-audit/pass-audit-1.2.ebuild
deleted file mode 100644
index 2935bef71..000000000
--- a/app-admin/pass-audit/pass-audit-1.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYPI_NO_NORMALIZE=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
-
-inherit distutils-r1 pypi shell-completion
-
-DESCRIPTION="A pass extension for auditing your password repository. "
-HOMEPAGE="https://github.com/roddhjav/pass-audit"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-# Tests seems broken
-RESTRICT="test"
-
-DEPEND="app-admin/pass"
-RDEPEND="${DEPEND}"
-
-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
- doexe audit.bash
-}