diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-07 22:55:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-07 23:30:11 +0200 |
commit | f32b3a76454f419711d0a34a8036ced7057ae8a4 (patch) | |
tree | 5d01a1f25c500717e18f0efa1895fafcccbb72a2 /kde-plasma | |
parent | kde-plasma/ksysguard: drop 5.19.2* (diff) | |
download | gentoo-f32b3a76454f419711d0a34a8036ced7057ae8a4.tar.gz gentoo-f32b3a76454f419711d0a34a8036ced7057ae8a4.tar.bz2 gentoo-f32b3a76454f419711d0a34a8036ced7057ae8a4.zip |
kde-plasma/kwallet-pam: drop 5.19.2*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/kwallet-pam/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwallet-pam/kwallet-pam-5.19.2.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index 7923c7a821c9..666ac6d8c88f 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1,3 +1,2 @@ DIST kwallet-pam-5.18.5.tar.xz 19800 BLAKE2B 695fb89d1a54bfc44b06bee4881ae357a42c82b6506a6ed7966c30bb28137ee379ac1beb9391982c15ac63e95c0a1bbba2e0950ee89e050a2ceaf296b98958d4 SHA512 050b3ca66f3b078bb7bccb4a3b7750787bf22d18af60972969f83141b99eac4441fa08d48022278cfe28c8f96f7a1d9ca346f155d8ddbdb60b17bc9c142521cc -DIST kwallet-pam-5.19.2.tar.xz 19856 BLAKE2B 5d8b48de8d739e50877f21e3d7d8850fb4420024bf3d9636586c6ce259eeba982abdf2295f83031e3db8e1356a57c2b8e1de7c52c10282710f01cc85fe7e90d7 SHA512 dc51ffdd1f8f372036a0340a0ead40dd3b6093c3ae920175cf3c614f464bd327b3be4cb2f3ffc6f188c0ed74f46b43df9971139f7242aad8f8d88e4ca1bbe533 DIST kwallet-pam-5.19.3.tar.xz 19856 BLAKE2B 2d28cc56baab864d891bf9c9b8dd3de707ad98606d5da7f0f4a217ca59372aa763a079c2d35185227b1d56e9f89fcaa3aeb17d4476c1a7f6016bf4d157143da9 SHA512 edcafb5080d48e1147f4a0e8a7d20a8557a3afb59aedbbcee111718df5441a9cbffd8d7f1f638fe99502c7336805a60811cfc181ae42388b56eb4d33f84ec14f diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.19.2.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.19.2.ebuild deleted file mode 100644 index 9f35fa315b61..000000000000 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.19.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KFMIN=5.71.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 ~arm64 ~ppc64 ~x86" -IUSE="" - -DEPEND=" - >=kde-frameworks/kwallet-${KFMIN}:5 - dev-libs/libgcrypt:0= - 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" -} |