Commit: ec6f0e75cee4a2c67f5522a8af0f690233fb8a16 Parent: bc8e1d05a2a9c12b9b7820bafccb71c815cf8326 Author: Randy Palamar Date: Thu, 2 Jan 2025 07:28:17 -0700 drop app-admin/spm use opkg for this Diffstat:
D | app-admin/spm/spm-9999.ebuild | | | 19 | ------------------- |
1 file changed, 0 insertions(+), 19 deletions(-)
diff --git a/app-admin/spm/spm-9999.ebuild b/app-admin/spm/spm-9999.ebuild @@ -1,19 +0,0 @@ -EAPI=8 - -inherit git-r3 - -DESCRIPTION="Simple PoSix password manager" -HOMEPAGE="https://github.com/rnpnr/spm" -EGIT_REPO_URI="https://github.com/rnpnr/spm.git" - -LICENSE="GPL-3" -SLOT=0 - -RDEPEND="app-crypt/gnupg" - -src_compile() { :; } - -src_install() { - dobin spm - doman spm.1 -}