kde-plasma/kwallet-pam: drop 6.5.4

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-01-28 18:26:19 +01:00
parent 08a6f9f467
commit 80d4e3c8a2
2 changed files with 0 additions and 37 deletions

View File

@@ -1,2 +1 @@
DIST kwallet-pam-6.5.4.tar.xz 22376 BLAKE2B 638863f0e63aa2308def6f78ac8e697841555d40207f9e2cd065aece44cddde5d41c1f8e532cebf4b1b4fbb38f3c7f28e09cfa2b00737f4e4c2a4112e2dbeaf6 SHA512 afc3fda5f6b9fb243ce722ce152acad87d6d0bfcaa07f60c77e9a2a7de2ac6d47d4347e1b8962078731b633bc1d16fb5c4ae80f64770aff970d6b8533c5bfb25
DIST kwallet-pam-6.5.5.tar.xz 22376 BLAKE2B 2c3fedffe38ae7478a9f736135967249f7db955f07a15e26ea1a1adace2b3f92f6fc0a466e5597d8b1e9abce1a37304e0e984a8d64ae68ef782fd0b60a6561c4 SHA512 df997141676909b56e3d003f84cffd9f1d49e244ad7d7832caac9668023a63421889b17dc16888e56b3d6d9bbaa4a885c7193479cd8c45bf141a74eea16b723d

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.18.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=(
-DKDE_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"
}