diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-17 22:23:15 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-17 23:13:34 +0100 |
commit | 134767d54daba7cf3a8d791988843f940dbea083 (patch) | |
tree | 45bc16b67d9c01dd4442853b4644402b25540b20 | |
parent | kde-frameworks/kio: Drop 5.77.0-r1 (diff) | |
download | gentoo-134767d54daba7cf3a8d791988843f940dbea083.tar.gz gentoo-134767d54daba7cf3a8d791988843f940dbea083.tar.bz2 gentoo-134767d54daba7cf3a8d791988843f940dbea083.zip |
kde-plasma/kwallet-pam: Drop 5.20.5 (r0)
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-plasma/kwallet-pam/kwallet-pam-5.20.5.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.20.5.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.20.5.ebuild deleted file mode 100644 index da9b0111cab7..000000000000 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.20.5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KFMIN=5.74.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 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" -} |