diff options
author | 2021-11-30 15:20:09 +0100 | |
---|---|---|
committer | 2021-11-30 15:32:14 +0100 | |
commit | 2430605f03d441ac6413d7e9d14000decc5f30b8 (patch) | |
tree | 7f077e6e5be8f6daffa762a871220de9ad034304 /kde-plasma/kwallet-pam | |
parent | kde-plasma/ksystemstats: drop 5.23.3* (diff) | |
download | gentoo-2430605f03d441ac6413d7e9d14000decc5f30b8.tar.gz gentoo-2430605f03d441ac6413d7e9d14000decc5f30b8.tar.bz2 gentoo-2430605f03d441ac6413d7e9d14000decc5f30b8.zip |
kde-plasma/kwallet-pam: drop 5.23.3*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwallet-pam')
-rw-r--r-- | kde-plasma/kwallet-pam/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwallet-pam/kwallet-pam-5.23.3.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index 486e0df8a044..4d9865a4318f 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1,3 +1,2 @@ DIST kwallet-pam-5.22.5.tar.xz 19960 BLAKE2B 978860fc113e2a02bd2543aa5147832050fb3b53a1916939cc21772e98a7a2e4d47892d514427f15a3fbff70a6eadcb98fdd934fb8d731992ff3fc8252c32f6b SHA512 230135ee7aadbbc9f08695afa87fd7d8f0e3dca5da40f94bea92ad83a8a2ccc86efb7d593730079a0affc91f28383d089a08fd2b4db57961ba7c5b3a009a6038 -DIST kwallet-pam-5.23.3.tar.xz 20120 BLAKE2B 2c443d3b2ef5816e94d8e07ac9d27cc91c66e339746496f138e8baaeea35bef3471799eeecfa430ab70fa28be728a7ade86c54a5fab7fec8b575162b8c0de37b SHA512 866baf9565db33d25de7dcc0a9809a498a79f39e3ee908691d2740e44483744bfd4ffbcc6134fc38d3580c911e96bdf738c2c4459dc73468a8f4bf35e79b5440 DIST kwallet-pam-5.23.4.tar.xz 20116 BLAKE2B a18c9b8de493c068ffae6310631c39b0bf8691c8ed8c923c51544d7ab72d9d8f3a917638b59f22953113cb6e4fb3a0687021ab25ff7484b33b2f837c076179d7 SHA512 256e33b63ffeab99b5d1758baec794abbc0d838b338341461b179a5ac80f8ee91a85987677cd33ad25f449a85b9959f92c7cc18dca46fd319577203659e2727f diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.23.3.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.23.3.ebuild deleted file mode 100644 index bc2a2dd88454..000000000000 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.23.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.86.0 -PVCUT=$(ver_cut 1-3) -inherit ecm kde.org - -DESCRIPTION="PAM module to not enter KWallet password again after login" - -LICENSE="LGPL-2.1" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - dev-libs/libgcrypt:0= - >=kde-frameworks/kwallet-${KFMIN}:5 - sys-libs/pam -" -RDEPEND="${DEPEND} - net-misc/socat -" - -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:5." - elog "See also: https://wiki.gentoo.org/wiki/KDE#KWallet_auto-unlocking" -} |