From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/pass-audit/ Date: Thu, 14 Mar 2024 11:02:42 +0000 (UTC) [thread overview] Message-ID: <1710414154.d7682d7c63435c6b3b36ac6a10a3d3e8723ce37e.davidroman@gentoo> (raw) commit: d7682d7c63435c6b3b36ac6a10a3d3e8723ce37e Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Thu Mar 14 11:01:49 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Mar 14 11:02:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7682d7c app-admin/pass-audit: fix wrong installed files Closes: https://bugs.gentoo.org/921706 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> app-admin/pass-audit/pass-audit-1.2-r1.ebuild | 40 +++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/app-admin/pass-audit/pass-audit-1.2-r1.ebuild b/app-admin/pass-audit/pass-audit-1.2-r1.ebuild new file mode 100644 index 0000000000..1e263f07fd --- /dev/null +++ b/app-admin/pass-audit/pass-audit-1.2-r1.ebuild @@ -0,0 +1,40 @@ +# 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_{10,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_prepare() { + # Wrokaround for #921706 + echo -e "from setuptools import setup\nsetup()" > setup.py || die + + default +} + +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 +}
WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/pass-audit/ Date: Thu, 14 Mar 2024 11:31:22 +0000 (UTC) [thread overview] Message-ID: <1710414154.d7682d7c63435c6b3b36ac6a10a3d3e8723ce37e.davidroman@gentoo> (raw) Message-ID: <20240314113122.tQ12-jSInh8aAZDv5SNXTfns3jvH4QWaMw9aBQ8TObE@z> (raw) commit: d7682d7c63435c6b3b36ac6a10a3d3e8723ce37e Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Thu Mar 14 11:01:49 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Mar 14 11:02:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7682d7c app-admin/pass-audit: fix wrong installed files Closes: https://bugs.gentoo.org/921706 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> app-admin/pass-audit/pass-audit-1.2-r1.ebuild | 40 +++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/app-admin/pass-audit/pass-audit-1.2-r1.ebuild b/app-admin/pass-audit/pass-audit-1.2-r1.ebuild new file mode 100644 index 0000000000..1e263f07fd --- /dev/null +++ b/app-admin/pass-audit/pass-audit-1.2-r1.ebuild @@ -0,0 +1,40 @@ +# 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_{10,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_prepare() { + # Wrokaround for #921706 + echo -e "from setuptools import setup\nsetup()" > setup.py || die + + default +} + +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 +}
next reply other threads:[~2024-03-14 11:02 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-03-14 11:02 David Roman [this message] 2024-03-14 11:31 ` [gentoo-commits] repo/proj/guru:master commit in: app-admin/pass-audit/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2024-09-10 8:32 [gentoo-commits] repo/proj/guru:dev " David Roman 2023-11-21 15:05 [gentoo-commits] repo/proj/guru:master " David Roman 2023-11-21 14:18 ` [gentoo-commits] repo/proj/guru:dev " David Roman 2023-11-17 19:20 David Roman
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1710414154.d7682d7c63435c6b3b36ac6a10a3d3e8723ce37e.davidroman@gentoo \ --to=davidroman96@gmail.com \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox