From 1784c6ddd3e4296a181e39776cfb147f1c46e14d Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 23 Dec 2019 00:39:43 +0100 Subject: kde-plasma: Drop KDE Plasma 5.16.5 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- kde-plasma/kwallet-pam/Manifest | 1 - kde-plasma/kwallet-pam/kwallet-pam-5.16.5.ebuild | 33 ------------------------ 2 files changed, 34 deletions(-) delete mode 100644 kde-plasma/kwallet-pam/kwallet-pam-5.16.5.ebuild (limited to 'kde-plasma/kwallet-pam') diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index 0964e8f0494f..8295681379b6 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1,2 +1 @@ -DIST kwallet-pam-5.16.5.tar.xz 19512 BLAKE2B dc053b8b02d44a3b94fe16d50b03bf91718392bdce60e69b956e5a84406012b567f4216b08b4d05c215cfa0e9e16c7537b60420a80bf501402a7cf302b853d9b SHA512 6a3c09b645a193bd5164525c6ca0c807a0adc141566db7436101784fef8def79e121c599a837dac32393f8e5ab2c33a9473a29013d07bd64e6a8eab32308d3d1 DIST kwallet-pam-5.17.4.tar.xz 19716 BLAKE2B 624ca8f786f109413c754df5afd6ca0de54c8337057b9f67f46c3514c0e0ec58e9e52c20abf6aba7d959975a91285a2f89ee773cd5b1b56166a026409e0e4c5f SHA512 b75263a8c08a9410f542430d063e3323bb8070af6d4d113ae181e75942d4176829d1081a4fb7c2d5a88f6a12696415ef007fc135860e882cdc1244d84bf77cf4 diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.16.5.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.16.5.ebuild deleted file mode 100644 index f4803c0ed16b..000000000000 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.16.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="KWallet PAM module to not enter password again" -LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~arm arm64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kwallet) - dev-libs/libgcrypt:0= - sys-libs/pam -" -RDEPEND="${DEPEND} - net-misc/socat -" - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)" - ) - kde5_src_configure -} - -pkg_postinst() { - kde5_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" -} -- cgit v1.2.3-65-gdbad