mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
kde-plasma/kwallet-pam: drop 6.6.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST kwallet-pam-6.5.5.tar.xz 22376 BLAKE2B 2c3fedffe38ae7478a9f736135967249f7db955f07a15e26ea1a1adace2b3f92f6fc0a466e5597d8b1e9abce1a37304e0e984a8d64ae68ef782fd0b60a6561c4 SHA512 df997141676909b56e3d003f84cffd9f1d49e244ad7d7832caac9668023a63421889b17dc16888e56b3d6d9bbaa4a885c7193479cd8c45bf141a74eea16b723d
|
||||
DIST kwallet-pam-6.6.2.tar.xz 22376 BLAKE2B 7cd96b2647af887235d44a52c579afd95deecde8f0a8531c6590e2f533f86ed2333def420b22b95495e0b013e660ef9c84b99c17fcf84f7ea60d87d10a1d0b76 SHA512 8710307e9faf08221c1037ff166092a92cd215d56d865194e25916b385011b6a67a8fe98a3b492f79a6482ee0e77c2a10d1105025d00fba8628356c190caa583
|
||||
DIST kwallet-pam-6.6.3.tar.xz 22372 BLAKE2B afa32899f83204de9ce2d934735a7fb61ef2f7e3a2a8f7d0c7b0e4170a1a959934d442c73441cd763920cda8c6714d8d61fec0edcfb354583902ab684dd055f1 SHA512 c656c5713aa6fc71a7d2b9a4b1908f43b22d929f12cf523d833b1795672d577a78f8b0558405d60ab0fb7147d9b0ab356377baf94c4b3620cd8071ccfc4ee5ac
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
KFMIN=6.22.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"
|
||||
}
|
||||
Reference in New Issue
Block a user