kde-plasma/kwallet-pam: drop 6.3.2

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-03-11 21:28:53 +01:00
parent b3b860a05a
commit a4d3713a0f
2 changed files with 0 additions and 37 deletions

View File

@@ -1,3 +1,2 @@
DIST kwallet-pam-6.2.5.tar.xz 22480 BLAKE2B 268bd1e78d949e7f4092a9c4c90d61c8f4e728fbba1c95795e651ae46aaf08ce8c86e8b19832c1c412df7fd728203c892718a1b0ee4e94ab4142e436a720e2b8 SHA512 d9b0660cc2ac5630bc74ea3d4ebc8c153ef2f0e8edbedaabc95744e1171e12fc6cb810069b2d7aa3851698ba30ab8a35c872c7e1c410e41b82c64a789fc6f67b
DIST kwallet-pam-6.3.2.tar.xz 22484 BLAKE2B e9a841edd5bbf72e87d11abf68ac29fbbf3388ba33266187d472e05a10bebf8dbf585ef3e5577e5285fae006cfd8460bcff107aa2c27b15e4608ea406817df04 SHA512 2fffdf42115b0efe141b9738dc663929658ccef10aa5ef329614014ab661c4b991c8e0a3c5c5df482bd5f27965b09b20c83e946f24a7092d28dc37582e230e7b
DIST kwallet-pam-6.3.3.tar.xz 22480 BLAKE2B ea6f80c0763a6830c6913204cacb956155024126057baa96940cb11fe0e759567b228081a4359f92b385e47a830fbbf6ce6b4d1216714c3f73f0685dd81a8616 SHA512 f8cbc2f0b9b1abfc139b4b9a11a3283da87d67050a9facc5b2a2f3b6ce43b129f29de0edea4d775b1a8b6e05320a386a79508c95a83e89d5cc82dffc0ec7ae56

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN=6.10.0
inherit ecm plasma.kde.org
DESCRIPTION="PAM module to not enter KWallet password again after login"
LICENSE="LGPL-2.1"
SLOT="6"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
DEPEND="
dev-libs/libgcrypt:0=
>=kde-frameworks/kwallet-${KFMIN}:6
sys-libs/pam
"
RDEPEND="${DEPEND}
net-misc/socat
"
BDEPEND="virtual/pkgconfig"
src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
)
ecm_src_configure
}
pkg_postinst() {
elog "This package enables auto-unlocking of kde-frameworks/kwallet:6."
elog "See also: https://wiki.gentoo.org/wiki/KDE#KWallet_auto-unlocking"
}