diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-16 14:20:49 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-16 15:40:28 +0100 |
commit | 6d09d1b20fd6b997ed49f7c62d753a0676c5d53b (patch) | |
tree | b776fec00e828cff4079d88cf6d918e43da256b3 /kde-plasma/kwallet-pam | |
parent | kde-plasma/ksysguard: drop 5.21.2* (diff) | |
download | gentoo-6d09d1b20fd6b997ed49f7c62d753a0676c5d53b.tar.gz gentoo-6d09d1b20fd6b997ed49f7c62d753a0676c5d53b.tar.bz2 gentoo-6d09d1b20fd6b997ed49f7c62d753a0676c5d53b.zip |
kde-plasma/kwallet-pam: drop 5.21.2*
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.21.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 f7712572fd76..e3463294f298 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1,3 +1,2 @@ DIST kwallet-pam-5.20.5.tar.xz 19812 BLAKE2B d0ad931e47a35b5589e9c34bce924f697446460bcfbfcceb4e3f0564182bbac822f13488dddc592f7b6a119d774b6176b86df8ddca55fb0c9423d0c7634fa9cc SHA512 5f728c2fbbcbfa7a2b50a2d9b60e557360b48d6a5958ce290ace3e2ae8c253b56f64178942f958d38e7e62e0baf1cad0ddb2aa28e11d145f3b507d58900dcb03 -DIST kwallet-pam-5.21.2.tar.xz 19896 BLAKE2B 41b2f4c01a1cc99e13f363ee2d25487e0e81a1548e4492bb2df4b8db0f646cf960a089154d322ec39886452485772a65c63ea7b0f5941fc14a4f24d8bf6bf437 SHA512 0b841dd93022efd06c32f1a0527d613c45e038468260b6713f27a5aeaf6b4c463864a982b263333783df8751948b72299c72eb8bca77992f2b332910d9953de9 DIST kwallet-pam-5.21.3.tar.xz 19900 BLAKE2B 0aa37265de41b6e6194ea828797fad3313c12275de2e173d069c10ce9dd5ab61965a2aa0d5983e99e188fe48e3e56d240c769ba4f22b859718b165a84facc673 SHA512 66c86274dd96046a4e2ef9453f335ba270efcae36805a6058fdc7f95ed9aa10ee775e0d13b674d126351ea6175782cbc1eb8f3e378d2a5133b876dbbb2499795 diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.21.2.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.21.2.ebuild deleted file mode 100644 index 8a587a1fcf29..000000000000 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.21.2.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.78.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" -} |