kde-plasma/kwallet-pam: drop 6.2.4

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-01-27 19:06:53 +01:00
parent 712681059b
commit bee2cb9b80
2 changed files with 0 additions and 38 deletions

View File

@@ -1,2 +1 @@
DIST kwallet-pam-6.2.4.tar.xz 22464 BLAKE2B 3ee714b89df04539a2e0b60d151daf66403d66f8cb7a71aa401c00bf72831acadac0f1d5a3a5d9999903ae8bc4fc7b45468a842fd9b1dedc0c2b09cfa912efb8 SHA512 cf6210ff1cb9946149936e1cafd890cfbca23e8cce8beab8fc057d996bb8b896cad9415046c7a2bd8600eba675b20aea78c3de87da74a1bfe8587c2b60fa3c03
DIST kwallet-pam-6.2.5.tar.xz 22480 BLAKE2B 268bd1e78d949e7f4092a9c4c90d61c8f4e728fbba1c95795e651ae46aaf08ce8c86e8b19832c1c412df7fd728203c892718a1b0ee4e94ab4142e436a720e2b8 SHA512 d9b0660cc2ac5630bc74ea3d4ebc8c153ef2f0e8edbedaabc95744e1171e12fc6cb810069b2d7aa3851698ba30ab8a35c872c7e1c410e41b82c64a789fc6f67b

View File

@@ -1,37 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN=6.6.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 ~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() {
ecm_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"
}