diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-06-14 14:46:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-06-14 14:46:40 +0200 |
commit | 609b4bc49cf28f82faae76130c05b59c9d6f35b8 (patch) | |
tree | e988aa73138db8c10b1e3a78607366478edeab3e /kde-plasma | |
parent | kde-plasma/ksystemstats: drop 5.25.0* (diff) | |
download | kde-609b4bc49cf28f82faae76130c05b59c9d6f35b8.tar.gz kde-609b4bc49cf28f82faae76130c05b59c9d6f35b8.tar.bz2 kde-609b4bc49cf28f82faae76130c05b59c9d6f35b8.zip |
kde-plasma/kwallet-pam: drop 5.25.0*
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.25.0.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest deleted file mode 100644 index 348b7a213f..0000000000 --- a/kde-plasma/kwallet-pam/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kwallet-pam-5.25.0.tar.xz 20476 BLAKE2B 8508c7c0e1cf084e16758eff5eb2da0c7dd9006882675b0e7303196042d01a24dfd456270707e63f93c4797ccc3e1db7d1eba816c0d6a4b6fcc4de2a4ab786e5 SHA512 9d4690a78cc6d17ba2baf56164c0761d6b6038d3c19628e8104503df36d6d513ffc26b79c1771d6749d16d934b7d0bf31ab9d54c2ac41d41e6d279048cbccbef diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.25.0.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.25.0.ebuild deleted file mode 100644 index 668e83ba64..0000000000 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.25.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.94.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" -} |