kde-plasma/kwallet-pam: drop 6.3.6

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-09-25 21:14:13 +02:00
parent 7be94689e7
commit 1fec205215
2 changed files with 0 additions and 37 deletions

View File

@@ -1,2 +1 @@
DIST kwallet-pam-6.3.6.tar.xz 22396 BLAKE2B bac0218ca11a652ce7840ef1362c876e3dab9dd6e697c65cf9a1d810551abfb9e6f0a662cb7aff72debbefb2b16f3e445a617ab38e6074da49a1b92bfc5c1434 SHA512 7044dec42df8027112f787ae12535aeaf299e02f42494a0831ac22847af2e67f8c0b9b13ef482d0212f98d16f14a880e73e6aae9cbe77872f82490489582c482
DIST kwallet-pam-6.4.5.tar.xz 22508 BLAKE2B 34368f1eb90a1b22143e8fc3556ac167bb48a897c125f05b2aafe9dd49529b95345f888598e6e65103b64df5360bf7922828fbfcc9ea646a3522dff7d28674a1 SHA512 e9f646204975e9bf9bc8abd6017e36430beef347a53a5d8ea82ac554e9d969308e112ddede4628376ad248dc8e7e885d49abb945c4ddc664a5c7625883f3f222

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"
}